Gmail email message read profile
org.intentschema.communication.email.message.read.v1@com.google.gmail.v1
JSON: bare · @sha256:fc1185d2b867…
Hash: sha256:fc1185d2b8677690515c0cac2f6ebd965a175eae46d0cc7a9314fd49326ba977
Gmail profile for fetching a single message.
Implements: Read email message (org.intentschema.communication.email.message.read.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "gmail", required: system) |
gmail @com.google.gmail | object | |
gmail @com.google.gmail
| Field | Type | Description |
format | enum: minimal | full | raw | metadata | |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
etag | string | |
object
| Field | Type | Description |
external_id | string | |
thread_id | string | |
from | string (email) | RFC 5321 mailbox. Plain address (jane@example.com) or with display name ("Jane Doe" <jane@example.com>). |
to | string (email)[] | |
subject | string | |
snippet | string | |
date | string (date-time) | |
is_unread | boolean | |
has_attachments | boolean | |
labels | string[] | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | userId/messages/{id} path parameter |
gmail.format | format query param (minimal|full|raw|metadata) |