Gmail email reply profile
org.intentschema.communication.email.message.reply.v1@com.google.gmail.v1
JSON: bare · @sha256:fcdcb4963894…
Hash: sha256:fcdcb4963894154d24bd9502524da3e25b27b98fafe654aa9a8de118ccb6c17e
Gmail profile for email message reply.
Implements: Reply to email message (org.intentschema.communication.email.message.reply.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "gmail", required: system) |
object * | object | |
idempotency_key | string | |
gmail @com.google.gmail | 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) | |
gmail @com.google.gmail
| Field | Type | Description |
threadId | string | |
labelIds | string[] | |
Result
| Field | Type | Description |
external_id * | string | |
thread_id * | string | |
sent_at * | string (date-time) | |
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 | inReplyTo message ID (for In-Reply-To / References headers) |