Skip to main content
Server path: /talkdesk | Type: Application | PCID required: Yes

Tools


talkdesk_get_contact

Retrieve a contact by ID (returns single contact) or search by phone number (returns paginated list). Parameters:

talkdesk_get_user

Get detailed information about a specific user by ID. Parameters:

talkdesk_get_users

Get list of users in the Talkdesk account. Uses the Users API (users:read scope). Parameters:

talkdesk_request

Make a raw API request to any Talkdesk endpoint. Use when you need to call APIs not covered by the specialized tools (e.g. ring-groups, data/reports/calls/jobs, recordings). Provide the path (with optional query string) and HTTP method. Access is gated by the connection’s OAuth scopes - 401 means the token lacks the required scope for that path. Common paths: users, users/{id}, users/me, contacts, contacts/{id}, ring-groups, data/reports/calls/jobs, calls/{id}/recordings, recordings/{id}. Parameters: