Microsoft Graph email reply profile
org.intentschema.communication.email.message.reply.v1@com.microsoft.graph.v1
JSON: bare · @sha256:bca3f9680c72…
Hash: sha256:bca3f9680c72c448d75053271d7383a5cd40e1c54506b5a145a39fd5c5e0ab62
Graph profile for email reply.
Implements: Reply to email message (org.intentschema.communication.email.message.reply.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "ms_graph", required: system) |
object * | object | |
idempotency_key | string | |
ms_graph @com.microsoft.graph | object | |
object
| Field | Type | Description |
to | string (email)[] | |
cc | string (email)[] | |
bcc | string (email)[] | |
subject | string | Optional; defaults to Re: <original subject> if omitted. |
textBody * | string | |
htmlBody | string | |
attachments | BlobRef[] | |
replyAll | boolean (default false) | |
ms_graph @com.microsoft.graph
| Field | Type | Description |
conversationId | string | |
importance | enum: low | normal | high | |
Result
| Field | Type | Description |
external_id * | string | |
thread_id * | string | |
sent_at * | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | /messages/{id}/reply path |
object.textBody | comment (string) |
ms_graph.conversationId | conversationId |