Gmail email forward profile

org.intentschema.communication.email.message.forward.v1@com.google.gmail.v1

JSON: bare · @sha256:c093c8860613…
Hash: sha256:c093c8860613d7c82a9697ac780c98c2bc9a62df51e72414c4df32417c825914

Gmail profile for email message forward.

Implements: Forward email message (org.intentschema.communication.email.message.forward.v1)

Payload

FieldTypeDescription
target *Target(system = "gmail", required: system)
object *object
idempotency_keystring
gmail @com.google.gmailobject
object
FieldTypeDescription
to *string (email)[] (minItems 1)
ccstring (email)[]
bccstring (email)[]
commentstringOptional note prepended to the forwarded body.
gmail @com.google.gmail
FieldTypeDescription
threadIdstring
labelIdsstring[]

Result

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

API mapping

FieldValue
base_urlhttps://gmail.googleapis.com
methodPOST
path/gmail/v1/users/me/messages/send
scopeshttps://www.googleapis.com/auth/gmail.send
docshttps://developers.google.com/gmail/api/reference/rest/v1/users.messages/send

Field mapping

Intent fieldAPI parameter
object.toraw message To header (RFC 5321 addresses)
object.ccraw message Cc header
object.bccraw message Bcc header
object.fromraw message From header
object.subjectraw message Subject header
object.textBodyraw message text/plain body part
object.htmlBodyraw message text/html body part
object.attachmentsraw message MIME attachment parts
idempotency_keyraw message Message-ID header
gmail.threadIdthreadId (query param or JSON field)
gmail.labelIdslabelIds (JSON field)
target.external_idforwarded message ID (body includes quoted original)