What can you do with it?
The Talkdesk API allows you to manage customer service operations by accessing user information, creating intent cards for customer support guidance, and managing various customer service workflows within your Talkdesk environment.How to use it?
Basic Command Structure
Parameters
Required:action
- The action to perform (get_users, create_intent_card, etc.)integrationId
- Talkdesk integration ID from configuration
title
- Title for intent cardslanguage
- Language code for contentpage
- Page number for paginated resultsper_page
- Number of results per page
Tools
Get Users
Retrieve a list of all users in your Talkdesk account. Parameters:page
(optional) - Page number (default: 1)per_page
(optional) - Results per page (default: 20)
Create Intent Card Draft
Create a new draft intent card for customer support guidance. Parameters:title
(required) - Title of the intent cardlanguage
(required) - Language code (e.g., “en-us”)content
(optional) - Card content and attributes