Reply all to an inbox message
Sends from the inbox address through the standard email send pipeline. The To list starts
with the original Reply-To (or From) and includes original To recipients; the Cc list
includes original Cc recipients. The inbox address is excluded, and recipients are
de-duplicated case-insensitively across To and Cc. Bcc is always empty. The subject is
prefixed with Re: unless it already has that prefix.
Threading headers are derived from the original message: In-Reply-To is set to its
RFC Message-ID, and References contains the original References values plus that
Message-ID, de-duplicated and limited to the most recent 20 values.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Email inbox UUID.
Inbound email message UUID.
Body
- Option 1
- Option 2
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.