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
| Field | Type | Description |
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_key | string | |
Result
| Field | Type | Description |
external_id | string | |
archived_at | string (date-time) | |
Examples
archive a thread
{
"target": {
"system": "gmail",
"external_id": "thread_abc123"
}
}
Profiles