Auto-dial up to 10 numbers in parallel  
Enterprise-grade call management  
AI-powered insights and dashboards  
Maximize connection rates  
Automated text messaging platform  
AI call analysis and coaching

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.

# Send SMS

```
curl --location --request POST 'https://apig.kixie.com/app/event?apikey=fdsfsf-df40-11e4-9ccc-42342' \
--header 'Content-Type: application/json' \
--data-raw '{\n  "businessid": "12345",\n  "email": "example@kixie.com",\n  "target": "13101234567",\n  "eventname": "sms",\n  "message": "Hello!",\n  "apikey": "fdsfsf-df40-11e4-9ccc-42342"\n}'
```
