API ERRORS

403 Outbound not included

https://sealdeal.ai/errors/outbound-not-entitled

The organization's plan does not include outbound sending.

Retry only after changing the request

What causes it

  • The org is on a plan without the Outbound module, or an outbound trial has been exhausted.

How to fix it

  • Add the Outbound module to the plan. Note this gate is deliberately soft for drafts that were already paid for, so an org can still ship in-flight work after a trial ends.

Example response

HTTP/1.1 403
Content-Type: application/problem+json

{
  "type": "https://sealdeal.ai/errors/outbound-not-entitled",
  "title": "Outbound not included",
  "status": 403,
  "detail": "..."
}

`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.

All error types · API documentation · Integrations

Related errors: 403 Insufficient scope · 403 Forbidden · 403 Erasure requires an org admin