Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

inbox_id
string<uuid>
required

Email inbox UUID.

message_id
string<uuid>
required

Inbound email message UUID.

Body

application/json

At least one of text or html must contain a non-whitespace body. Recipients are derived from the source message; caller-supplied to, cc, or bcc values are ignored.

text
string
required

Plain-text reply body.

Minimum string length: 1
Pattern: \S
html
string

HTML reply body.

Minimum string length: 1
Pattern: \S

Response

Reply-all message accepted by the standard email send pipeline.

data
object
required
suppressed
object[]

Recipients removed by suppression checks when at least one recipient remains and the message is accepted.