Early bird discounts live! Claim your offer

support.conversation.assigned

A support conversation is handed to a team member, or its assignment cleared.

Clearing an assignment fires this same event with data.assigned_to_user_id: null. There is no separate "unassigned" event — branch on the null.

When this fires

A conversation's assignee changes: it is handed to a team member from the dashboard inbox, the REST API, Zapier, or n8n — or an existing assignment is cleared.

Required ability

support-conversation:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "support.conversation.assigned",
  "created_at": "2026-08-20T10:09:00Z",
  "api_version": "2026-05-01",
  "project_id": "prj_01HX...",
  "data": {
    "conversation_id": "sup_01HX...",
    "project_id": "prj_01HX...",
    "subscriber_id": "usr_01HX...",
    "assigned_to_user_id": "usr_01HY..."
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways support.conversation.assigned for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring ULIDProject this event belongs to.
data.conversation_idstring ULIDThe conversation whose assignee changed.
data.project_idstring ULIDMirrors the envelope project_id.
data.subscriber_idstring ULIDThe member the conversation belongs to.
data.assigned_to_user_idstring ULID / nullThe team member now responsible. null means the assignment was cleared.

Caveats

  • assigned_to_user_id is a team member's user id — an account with dashboard access — not the member's subscriber_id. The two are different namespaces.
  • Assignment is advisory. It does not restrict who may reply; anyone on the team with support-conversation:update still can.
  • Re-assigning to the same person fires the event again. Deduplicate on id if you are posting notifications.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request