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

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
to *string (email)[] (minItems 1)
ccstring (email)[]
bccstring (email)[]
commentstringOptional note prepended to the forwarded body.

Result

FieldTypeDescription
external_id *stringProvider-assigned id.
created_at *string (date-time)
thread_idstring

Examples

forward to one

{
  "target": {
    "system": "gmail",
    "external_id": "msg_abc123"
  },
  "object": {
    "to": [
      "alice@example.com"
    ],
    "comment": "FYI"
  }
}

Profiles