Archive email thread

org.intentschema.communication.email.thread.archive.v1

JSON: bare · @sha256:d6733d38487c…
Hash: sha256:d6733d38487c634600975b4adecb2c4ed48f89666a1998a490f3ff0aa42ed7e2

Archives an email thread: removes it from the primary inbox view without deleting.

Payload

FieldTypeDescription
target *Target (required: external_id)external_id is the thread identifier. For providers that operate on messages (not threads), the executor archives all messages in the thread.
idempotency_keystring

Result

FieldTypeDescription
external_idstring
archived_atstring (date-time)

Examples

archive a thread

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

Profiles