Automotion docs

EMAIL_SEND_FAILED

A transactional email could not be sent.

HTTP status: 502

What it means

A transactional email could not be sent.

Why it happens

  • A transactional email (verification, reset) could not be sent.

How to fix it

  • Retry the action; check the address for typos.

Example

Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:

response.json
{
  "error": {
    "code": "EMAIL_SEND_FAILED",
    "message": "Email delivery failed.",
    "docsUrl": "https://automotion.dev/docs/errors/email_send_failed"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

See the error index for the full catalog and the API overview for envelope semantics.

On this page