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.
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
One recipient or a non-empty recipient array. Each recipient may be an email string or an object with email and optional name.
3^[^\s@]+@[^\s@]+\.[^\s@]+$One recipient or a recipient array. Each recipient may be an email string or an object with email and optional name.
3^[^\s@]+@[^\s@]+\.[^\s@]+$One recipient or a recipient array. Each recipient may be an email string or an object with email and optional name.
3^[^\s@]+@[^\s@]+\.[^\s@]+$Optional plain-text note prepended to the generated forwarded-message block. Blank values are treated as omitted.
Optional HTML note prepended to the generated forwarded-message block. Blank values are treated as omitted.