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": "cmarshall@kixie.com",
  "target": "13104474156",
  "displayname": "hello",
  "eventname": "queue",
  "id":576,
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'