Gmail email forward profile
org.intentschema.communication.email.message.forward.v1@com.google.gmail.v1
JSON: bare · @sha256:c093c8860613…
Hash: sha256:c093c8860613d7c82a9697ac780c98c2bc9a62df51e72414c4df32417c825914
Gmail profile for email message forward.
Implements: Forward email message (org.intentschema.communication.email.message.forward.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "gmail", required: system) |
object * | object | |
idempotency_key | string | |
gmail @com.google.gmail | object | |
object
| Field | Type | Description |
to * | string (email)[] (minItems 1) | |
cc | string (email)[] | |
bcc | string (email)[] | |
comment | string | Optional note prepended to the forwarded body. |
gmail @com.google.gmail
| Field | Type | Description |
threadId | string | |
labelIds | string[] | |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
thread_id | string | |
API mapping
Field mapping
| Intent field | API parameter |
object.to | raw message To header (RFC 5321 addresses) |
object.cc | raw message Cc header |
object.bcc | raw message Bcc header |
object.from | raw message From header |
object.subject | raw message Subject header |
object.textBody | raw message text/plain body part |
object.htmlBody | raw message text/html body part |
object.attachments | raw message MIME attachment parts |
idempotency_key | raw message Message-ID header |
gmail.threadId | threadId (query param or JSON field) |
gmail.labelIds | labelIds (JSON field) |
target.external_id | forwarded message ID (body includes quoted original) |