Microsoft Graph email forward profile
org.intentschema.communication.email.message.forward.v1@com.microsoft.graph.v1
JSON: bare · @sha256:2b3ce7c1cfeb…
Hash: sha256:2b3ce7c1cfeb50801dce0eb34b213ed7e94ffee167fecb081330d2830891538d
Graph profile for email forward.
Implements: Forward email message (org.intentschema.communication.email.message.forward.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "ms_graph", required: system) |
object * | object | |
idempotency_key | string | |
ms_graph @com.microsoft.graph | 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. |
ms_graph @com.microsoft.graph
| Field | Type | Description |
conversationId | string | |
importance | enum: low | normal | high | |
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 |
target.external_id | /messages/{id}/forward path |
object.to | toRecipients[].emailAddress.address |
object.textBody | comment |