Read email thread
org.intentschema.communication.email.thread.read.v1
JSON: bare · @sha256:29944f00e72c…
Hash: sha256:29944f00e72c37d51506640b8babd4b4410de1c5d493ded866c00488d73b21d1
Read a single email thread by id, including all message ids in the thread.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
subject | string | |
message_ids | string[] | |
message_count | integer | |
labels | string[] | |
has_unread | boolean | |
Examples
get thread
{
"target": {
"system": "gmail",
"external_id": "thread_abc"
}
}
Profiles