Inboxes
Stub
Full reference coming soon — endpoint table below; deep schema docs are in progress.
Inboxes are channels that receive customer messages. HelperIQ supports email (IMAP/SMTP + OAuth for Google/Microsoft) and a live-chat widget.
| Method | Path | Permission |
|---|---|---|
GET | /api/v1/inboxes | inboxes:manage |
GET | /api/v1/inboxes/{id} | inboxes:manage |
POST | /api/v1/inboxes | inboxes:manage |
PUT | /api/v1/inboxes/{id} | inboxes:manage |
DELETE | /api/v1/inboxes/{id} | inboxes:manage |
POST | /api/v1/inboxes/{id}/test-imap | inboxes:manage |
POST | /api/v1/inboxes/{id}/test-smtp | inboxes:manage |
Each email inbox config has these notable fields:
auth_type—passwordoroauth(Google / Microsoft)imap[]— array of IMAP server configs (host, port, ssl, password)smtp[]— array of SMTP server configsreply_to— optional Reply-To headeraliases— additional From addresses the inbox can send as (for agent-side "From switcher")signature— HTML signature template appended to repliesauto_assign_on_reply— iftrue, replying to an unassigned ticket auto-assigns to the replying agentenable_plus_addressing— acceptsupport+anything@yourdomain.comskip_pci_scan— per-inbox opt-out from PCI scrubbing (for inboxes receiving already-masked payment notifications)