Send
Send
POST
https://api.v1.simpu.co/sms/send
This endpoint is for sending an outbound message.
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Simpu |
Request Body
Name | Type | Description |
---|---|---|
recipients* | string | Recipients phone number, to send to multiple users separate each phone number with a comma |
content* | string | Specifies the message you want to send to the recipients |
channel | string | The route to send the sms through Options: |
channel_id | String | Generated |
callback | String | This is an endpoint supplied by you, the developer so that we can send a post request of the final status of the sms. SMS final status code |
external_ref | String | This is a reference supplied by you, the developer that identifies the sms |
Last updated