Sends an email to an existing contact from the workspace’s own connected mailbox
(Gmail, Outlook or Zoho Mail), then records it in the contact’s email conversation. There is
no platform sender. A workspace that has not connected a mailbox and selected it under
Settings → Account → Email gets 409.
Replying in a thread. Pass inReplyTo with the provider’s thread id (Gmail) or message id
(Outlook, Zoho) to answer inside a thread the customer is already reading. The mailbox’s
reply action is used, so the provider threads the message and subject is not applied.
Without inReplyTo a new email is sent. inReplyTo changes how the email goes out, never
whether: every check below still runs.
Checks, in order: the contact exists in the workspace and has an email address, a usable
mailbox is configured, compliance rules pass (do-not-contact list, suppression list, blocked
prefixes; quiet hours are not applied to email), the contact has not opted out, and the
daily email cap has room. The subject is trimmed and line breaks in it are replaced with
spaces.
After a successful send the email is written into the contact’s latest email conversation,
or a new one if none exists, without reopening a closed thread. That way the agent handling
the reply knows what was sent. Recording is best-effort and never fails the request.
Side effects. Sends a real email from the customer’s mailbox through its provider
connection. Consumes one unit of the daily email send cap: 1,000 per UTC day by default,
25,000 on plans with no monthly limit. The unit is refunded on any delivery failure. A
retryable transport error is retried once, only when the provider guarantees nothing was
delivered. Does not draw on the AI-message allowance. Writes a message to the thread and an
audit entry.
Idempotency. Not idempotent. A retry after a timeout can send the email twice.
Webhook events. audit.log_recorded for subscribers that selected it explicitly. See Webhooks.
Access
- Required scope:
write.
- Rate limit: Outbound — 20 requests/min per workspace, fail-closed, counted on every
/api/email request and the configuration-mutations limiter — 10 requests/min per workspace, shared with other configuration mutations. See Rate limits.
- Plan: Available on every plan. Requires a connected Gmail, Outlook or Zoho Mail mailbox selected as the sending mailbox.