Triggering Calls
This page discusses how to trigger voice agent calls programmatically to user's phone number.
Endpoint
POST https://www.tabbly.io/dashboard/agents/endpoints/trigger-callHeaders
Content-Type: application/jsonRequest Body Parameters
Parameter
Type
Required
Description
Basic cURL Structure
curl -X POST 'https://www.tabbly.io/dashboard/agents/endpoints/trigger-call' \
-H 'Content-Type: application/json' \
-d '{
"organization_id": 244,
"use_agent_id": 33,
"called_to": "+917359056097",
"call_from": "+14156801215",
"custom_first_line": "Hello, I am calling from Company XYZ",
"custom_instruction": "Vijay's Order ID is 343454X. Order placed on 2nd Jan, 2025.",
"called_by_account": "test_user",
"api_key": "your_organization_api_key_here",
"custom_identifiers": ""
}'Response Format
Success Response (200 OK)
Error Responses
Status Code
Description
Example Usage
PHP
Python
Node.js
Important Notes
Last updated