Make a Call

The Make A Call API allows you to make an outbound call to a specified phone number. The call will begin by calling the Kixie agent. Once the agent picks up the phone call, the call will be initiated to the specified outbound number. This is very useful for speed-to-lead calls and other use cases.

curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "xxxxx",
  "email": "cmarshall@kixie.com",
  "target": "18506798788",
  "displayname": "test 1234",
  "eventname": "call",
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'