AI
conversation AI, voice AI, agent studio, knowledge base & phone system APIs
List for actions for an agent
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/conversation-ai/agents/{agentId}/actions/list \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "data": [ { "id": "actionId123", "name": "Trigger Workflow", "type": "triggerWorkflow", "details": { "workflowIds": [ "workflow123", "workflow456" ], "triggerCondition": "When user requests appointment", "triggerMessage": "Workflow triggered successfully" }, "agentId": "agentId123" } ], "success": true }
Access Token or Private Integration Token
API Version
2021-04-15
Success
Grouped actions by type
Show child attributes
Success status of the request
true
Was this page helpful?