Archive email message
org.intentschema.communication.email.message.archive.v1
JSON: bare · @sha256:ce1ca1a1a92a…
Hash: sha256:ce1ca1a1a92ab83b7fab2647b079b4daacb0534cb5328d07df704053d7033577
Archive a single message: removes it from primary inbox view without deleting.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
object | object | |
idempotency_key | string | |
object
open object — no declared properties
Result
| Field | Type | Description |
external_id | string | |
archived_at | string (date-time) | |
Examples
archive a message
{
"target": {
"system": "gmail",
"external_id": "msg_abc123"
}
}
Profiles