New Feature: Skip IVRs and Voicemails with AI Human Voice Detection
 

Send SMS

The Send SMS API provided by Kixie allows businesses to automate the sending of SMS messages via a simple POST request. This API is useful for initiating SMS communications with customers directly from your business’s designated phone numbers. It requires specific parameters, including the business ID, target phone number, and message content. The API is accessible to users on the Professional Billing Tier or higher, enabling efficient and automated text messaging as part of your sales and customer engagement processes.
 
					curl --location --request POST 'https://apig.kixie.com/app/event?apikey=fdsfsf-df40-11e4-9ccc-42342' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "12345",
  "email": "example@kixie.com",
  "target": "13101234567",
  "eventname": "sms",
  "message": "Hello!",
  "apikey": "fdsfsf-df40-11e4-9ccc-42342"
}'