Skip to main content
POST
Reply to an email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

Optional. A unique key you generate (max 255 chars, such as a UUID) that makes this request safe to retry. Retrying with the same key replays the original response instead of repeating the operation. Reusing a key with a different body returns 422.

Maximum string length: 255
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Path Parameters

id
string<uuid>
required

Body

application/json
body
object
required
cc
string[]

Additional recipients in copy.

Example:
bcc
string[]
Example:

Response

id
string
required

The email that was queued for sending.

Example:

"5e9a3c81-7d24-4b60-9f13-8a6c2e0d4b57"

threadId
string | null
required
Example:

"13a265fd-f0f2-b1d1-d6fc-154e483183e7"

status
string
required

The email is queued for delivery. Poll the email to see it sent.

Example:

"queued"