📶
SMS API
You can send Transactional, Marketing, and One Time Password (OTP) SMS's using the SMS API. There are three predefined SMS API templates. One each for Transactional, Marketing, and OTP SMS.

The API call must include the following parameters.
- template_key: The unique secret key for the template.
- sender_id (optional): Sender ID is a name that appears as the message sender on recipients' devices.
- mobile: Mobile Number of the recipient in +449876543210 format.
- message: The actual message that needs to be delivered.
The OTP SMS includes two parts, Send API and Verify API.
Send API must include the following parameters.
- template_key: The unique secret key for the template.
- sender_id (optional): Sender ID is a name that appears as the message sender on recipients' devices.
- mobile: Mobile Number of the recipient in +449876543210 format.
Verify API must include the following parameters.
- template_key: The unique secret key for the template.
- mobile: Mobile Number of your end user to which OTP was sent in +449876543210 format.
- OTP: OTP received from your end user.
The API call must include the following parameters.
- template_key: The unique secret key for the template.
- sender_id (optional): Sender ID is a name that appears as the message sender on recipients' devices.
- mobile: Mobile Number of the recipient in +449876543210 format.
- message: The actual message that needs to be delivered.
The API call must include the following parameters.
- template_key: The unique secret key for the template.
- sender_id (optional): Sender ID is a name that appears as the message sender on recipients' devices.
- tags: Your contacts will be filtered using the tags mentioned in your API call and an SMS will be sent to all of them.
- condition (AND or OR): Used to filter contacts. AND = contact must have ALL tags you mention in API call. OR = contact must have ANY (one or more) of the tags you mention in API call. If nothing is mentioned OR is considered.
- message: The actual message that needs to be delivered.
- 1.By default AWS sets your monthly SMS spending limit to USD 1. You must put in a request to increase your spending limit.
- 2.
- 3.
- 4.
- 5.
- 6.
Need help? Write to [email protected]
Last modified 1mo ago