Contact us
hello@custral.com
Best for anything that isn’t urgent: bugs, questions, billing, feature requests.
Best for anything that isn’t urgent: bugs, questions, billing, feature requests.
Phone
+1 (917) 924-5861
Monday–Friday, 9:00 AM – 6:00 PM ET.
Monday–Friday, 9:00 AM – 6:00 PM ET.
Something broken right now? Check status.custral.com
first, if it’s a known incident, it’s already being worked on and you don’t
need to write in.
What to include
The single most useful thing you can send is the request id. Every Custral error carries one, and it points us straight at your exact call instead of a class of similar ones.1
Grab the request id
It looks like
req_2a1f9c8e7b6d5. In the app it’s shown in the error toast;
over the API it’s the reqId field on every response, success or failure.
See Requests & responses.2
Say which workspace
Its name is enough. If you belong to more than one, tell us which. The same
account can look very different across workspaces.
3
Say what you expected
What you did, what happened, and what you expected instead. A screenshot of
the screen you were on usually saves a round trip.
Try these first
Most issues land in one of these areas, and each has a troubleshooting table of the symptoms we see most, with the cause and the fix:Sync, sending, threading, and connected mailboxes.
Deliverability
Mail that sends but doesn’t arrive: SPF, DKIM, DMARC, reputation.
SMS
Delivery failures, A2P registration, throughput limits.
Voice
Calls, recording, voicemail, and caller ID.
Workflows
Automations that don’t fire, or fire twice.
Reporting
Charts that look wrong, empty, or out of date.
AI auto-fill
Agents that don’t run, or fill the wrong value.
Your account
Sign-in, two-step verification, sessions, and notifications.
Building on the API
For questions about the REST API, the SDK, the CLI, or MCP, email the same address and mention that it’s a developer question. It routes to the same place, but the detail we need is different:- The endpoint and method you called.
- The
reqIdfrom the response. - The error
code. See Errors for the catalog.
/v1 surface grows from
what people actually ask for.