top of page
DEVELOPER CENTRAL
integrate Qualyon Outbounder to your favorite CRM.
Just follow the steps here and create amazing voice applications
$5
Free
Credit
hello world
Run this curl command to initiate your first outbound call
curl --location --request POST "https://qweb.qualyon.com/qob/outbounder?call_purpose=customer_qualifier_amc" --header "X-Auth-ApiKey: <API KEY>" --header "Content-Type: application/json" --data "[{
\"cust_ref_id\":\"<crm_record_id>\",
\"to_phone\":\"<your number>\",
\"call_after\":\"2019-01-01 00:00:00\",
\"language\":\"en_IN\",
\"product_expired\":\"laptop\",
\"product_serial_number\":\"5CD6523B7X\",
\"company\":\"<your company name>\",
\"timezone\":\"Asia/Kolkata\"
}]"
Hello World
bottom of page