Manage Talkdesk contact records and trigger a Studio outbound IVR flow via the Talkdesk REST API

domain: docs.talkdesk.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Obtain an OAuth 2.0 access token via POST to https://api.talkdeskapp.com/oauth/token using client credentials scoped to contacts and flows
  2. POST to /contacts with fields (name, phone_numbers, email, external_id) to create or upsert a contact record; use the external_id field to link to your CRM system
  3. GET /contacts?phone_number={E164_number} to look up a contact by phone number before initiating a callback to avoid creating duplicates
  4. POST to /calls/outbound with the contact phone number, agent or queue target, and an optional flow_id to route the call through a specific Studio flow
  5. To trigger a self-service IVR specifically, POST to the Flows API callback endpoint with the customer phone number and the Studio flow ID to initiate an outbound automated call without an agent
  6. GET /calls/{callId} after the call ends to retrieve disposition, duration, and the flow path taken for analytics ingestion

Known gotchas

Related routes

Assign, close, and manage conversation state via the Intercom Conversations API
developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations · 6 steps · unrated
Manage contacts in Freshsales (Freshworks CRM) using the REST API
developers.freshworks.com · 5 steps · unrated
Export conversation engagement data from Intercom via the Data Export API
developers.intercom.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

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