Send to Queue
The Send To Queue API allows you to send a call to a Kixie Queue.
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": "[email protected]",
"target": "13104474156",
"displayname": "hello",
"eventname": "queue",
"id":576,
"apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'