Send SMS
Page describing the API for sending SMS messages.
GET
https://api.jelou.ai/v1/bots/BOT_ID/sms_templates
Get the available SMS templates
Path Parameters
Name | Type | Description |
---|---|---|
BOT_ID* | String | Bot ID |
Query Parameters
Name | Type | Description |
---|---|---|
query | String | Search by name |
An array of objects, each object has the information of a SMS template
Send
POST
https://api.jelou.ai/v1/sms/BOT_ID/template
Send SMS message to users.
Path Parameters
Name | Type | Description |
---|---|---|
BOT_ID* | String | Bot ID |
Request Body
Name | Type | Description |
---|---|---|
destinations* | Array | Array of strings representing the numbers of the clients to send the SMS |
elementName* | String | Template name. |
parameters | Array | Array of strings containing the values to replace in the SMS template. Required if the template has parameters |
An array of objects, each object has the information of the id of the message and the destination
Last updated