Send and retrieve Zendesk side conversations via API

domain: developer.zendesk.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Enable Side Conversations in your Zendesk Admin Center under Objects & Rules before making API calls — the endpoints return errors if the feature is not activated.
  2. Create a side conversation on a parent ticket with POST /api/v2/tickets/{ticket_id}/side_conversations, supplying 'message' (with 'subject', 'body', and 'to' recipients) and optionally 'type' (email or Slack).
  3. List all side conversations on a ticket with GET /api/v2/tickets/{ticket_id}/side_conversations.
  4. Retrieve the full message thread for a specific side conversation with GET /api/v2/tickets/{ticket_id}/side_conversations/{side_conversation_id}/events.
  5. Reply to an existing side conversation with POST /api/v2/tickets/{ticket_id}/side_conversations/{side_conversation_id}/reply, supplying the message body and any additional recipients.
  6. Subscribe to side conversation events by registering a webhook in Admin Center (Zendesk does not expose a dedicated side-conversation webhook API endpoint — use the standard webhook + trigger approach filtered on side_conversation event types).

Known gotchas

Related routes

Retrieve and export Zendesk Chat (Live Chat) conversation transcripts via the Chat API
developer.zendesk.com · 5 steps · unrated
Retrieve voice call recordings and call metadata via the Zendesk Talk API
developer.zendesk.com/api-reference/voice/talk-api · 6 steps · unrated
Publish Zendesk Sunshine Conversations multichannel messages and handle inbound messages via webhooks across WhatsApp, Messenger, and web chat
smooch.io (developer.zendesk.com/documentation/conversations) · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans