Triage an inbox thread
Updates a thread's triage fields: `state` (open/snoozed/done), `assigned_to`, and `snooze_until`.
Updates a thread's triage fields: state (open/snoozed/done), assigned_to, and snooze_until.
Authorization
bearerAuth inbox:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: inbox:update
Path Parameters
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Triage a thread (state, assignee, snooze, contact link).
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "channel": "email", "contact_id": "string", "contact_name": "string", "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9", "provider_thread_id": "string", "subject": "string", "last_from": "string", "last_snippet": "string", "last_message_at": "string", "unread_count": -9007199254740991, "state": "open", "assigned_to": "string", "snooze_until": "string", "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Reply to an inbox thread POST
Sends a reply on the thread as the signed-in member's own connected mailbox (Gmail), threading it onto the conversation, and records the outbound message. Mail leaves the building and cannot be unsent. Member-private — first-party (session) only.
Invite a collaborator by email POST
Creates a pending invitation and emails the invitee a redemption link. Requires an Idempotency-Key header (the email is an irreversible side effect): a retry with the same key replays the original result for 24h instead of emailing again.