Send SMS

The Send SMS API allows you to send an SMS from a Kixie agent.

curl --location --request POST 'https://apig.kixie.com/app/sms/send?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&businessid=xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"sender":{"email":"test@kixie.com"},
    "data": {
    },
    "destination":{
    "phone":"12223334444",
    "cc":"US"
    },
    "message":"Hi jan 11"
}'