Forward email message
org.intentschema.communication.email.message.forward.v1
JSON: bare · @sha256:71137e03f66a…
Hash: sha256:71137e03f66ab233d7145170e59a1c1055c5e1e034edac00c3abfc5196860747
Forward an existing email to additional recipients. Carries high DLP risk: profile policies often gate or block external forwards.
Payload
| Field | Type | Description |
target * | Target | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
to * | string (email)[] (minItems 1) | |
cc | string (email)[] | |
bcc | string (email)[] | |
comment | string | Optional note prepended to the forwarded body. |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
thread_id | string | |
Examples
forward to one
{
"target": {
"system": "gmail",
"external_id": "msg_abc123"
},
"object": {
"to": [
"alice@example.com"
],
"comment": "FYI"
}
}
Profiles