Email Inboxes
Forward an inbox message
Sends from the inbox address through the standard email send pipeline to caller-supplied To, Cc, and Bcc recipients. to must contain at least one recipient. Optional text and html are prepended to a forwarded-message block containing the original metadata and available body content. The subject is prefixed with Fwd: 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.
post/email_inboxes/{inbox_id}/messages/{message_id}/actions/forward
Path parameters
inbox_idstring uuid required
Email inbox UUID.
message_idstring uuid required
Inbound email message UUID.
Request body
Response
Forward accepted by the standard email send pipeline.
Example response
{
"data": {
"recipient_statuses": {
"bounced": 2,
"delivered": 998
}
}
}