Route any signal through InboxIQ
via API or webhook.
Your internal systems generate signals that need the same triage logic as email โ form submissions, CRM events, webhook payloads. Send them to InboxIQ via the Intake API and get urgency scoring, routing, and an audit trail back.
Any signal that needs a decision and an owner
Form submissions
Contact forms, intake forms, and support request forms โ submit via the API and get triage labels and routing applied instantly.
CRM & webhook events
Route CRM deal updates, status changes, or custom webhook payloads from your internal systems into the same decision pipeline as email.
Custom application events
Any event from your application โ a new enterprise signup, a failed payment, a customer escalation flag โ can be pushed to InboxIQ for triage and routing.
Register, push, get back a decision
Register your app
Create a registered app under Settings โ Developer. You get a client_id and client_secret for HTTP Basic Auth. No OAuth dance for server-to-server calls.
POST to the Intake API
Send a JSON payload to /api/v1/intake with your subject, body, and sender fields. The same triage pipeline that handles email runs on your payload.
Decision returned in response
The API returns the triage result โ intent, urgency, assigned labels, and routing outcome โ synchronously. Your system can act on the decision immediately.
What you get
-
Unified decision pipeline
API signals join your email triage stream โ same routing rules, same labels, same audit log.
-
Scoped per registered app
Each integration has its own credentials and scope. Access is limited to
intake:writeby default โ no read access to other inbox data. -
Rate-limited and audited
Every API call is rate-limited and logged โ preventing abuse and giving you a complete audit trail of all programmatic intake.
Developer access
-
Apply from Settings โ Developer
Developer access is gated โ request access from your settings dashboard. Approved by the InboxIQ team, typically within one business day.
-
Full API documentation included
Endpoint reference, authentication guide, example payloads, and error codes โ all available after developer access is approved.
-
Enterprise access for high-volume use
Need higher rate limits or a custom allowed-origins configuration? Contact sales for enterprise API access.
See it in practice
Build triage into any system.
Request developer access from your settings dashboard, or contact sales for enterprise API access.