Send to Queue

The Send To Queue API allows you to send a call to a Kixie Queue.

Send to Queue
curl --location 'https://apig.kixie.com/app/event?apikey=b480f077798dbdc6563e950560f10d8c' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "67514",
  "email": "lauren@stacking.capital",
  "target": "14244854061",
  "displayname": "hello",
  "eventname": "queue",
  "id": 179103,
  "apikey": "b480f077798dbdc6563e950560f10d8c"
}'