Reply to an inbox message
Sends from the inbox address through the standard email send pipeline. The recipient is
the original Reply-To, falling back to From; original Cc recipients are not included.
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.