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

FieldTypeDescription
target *Target (required: external_id)

Result

FieldTypeDescription
external_id *string
subjectstring
message_idsstring[]
message_countinteger
labelsstring[]
has_unreadboolean

Examples

get thread

{
  "target": {
    "system": "gmail",
    "external_id": "thread_abc"
  }
}

Profiles