Create and manage Kustomer conversation timelines via API

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

Steps

  1. Authenticate by including your Kustomer API key as a Bearer token in the Authorization header: 'Bearer YOUR_KEY'.
  2. Create a new conversation with POST /v1/conversations, supplying 'name', 'status' (open/snoozed/done), 'channels' (an array with at least one channel object), and optionally 'assignedTeamId' or 'assignedUserId'.
  3. Add a message (KObject) to the conversation timeline with POST /v1/conversations/{conversationId}/messages, providing 'body', 'direction' (in for inbound, out for outbound), 'channel', and 'subject' if email.
  4. Add a note visible only to agents with POST /v1/conversations/{conversationId}/notes, supplying 'body' (HTML supported) and optionally mentioning agents with @-style identifiers as supported by Kustomer's note schema.
  5. Retrieve the full timeline (messages and notes interleaved) with GET /v1/conversations/{conversationId}/timeline to inspect the ordered sequence of events.
  6. Update conversation status or assignee with PATCH /v1/conversations/{conversationId} using a partial JSON body.

Known gotchas

Related routes

create and query Kustomer kObjects (custom objects) via the API
kustomer.com · 6 steps · unrated
Create and retrieve conversations via the Help Scout Conversations API with webhooks
helpscout · 5 steps · unrated
Configure Kustomer routing queues and team assignments via API
developer.kustomer.com · 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