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

register here

Registration requires approval, which usually takes 24 hours

Register

get api key

Login to QWeb, and get your API key here:

Make sure your account is approved. Login, and

navigate to 'Developer'

APIKey

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

api documentation

Find full API documentation here:

APIDocs

questions? thoughts?

Join the discussion here

bottom of page