Quick Demo
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Instance UUID copied from hypersender dashboard
"{{ instance_id }}"
Body
The content of your SMS message, keep it short and sweet because sms messages done like to be short!
phone number that you want to send the message to. Make sure that it start with + and have country code example: +203123131313
any string preferably uuid that you can use later to find this message.
optional date in the future max: 3 days that the message will be sent Relative to your defined Timezone! Example: 2025-01-08 19:47:00
How many times I should retry sending this message when it fails to be sent, Max: 15 times.
How many seconds this message is valid for, this is usefull when you are sending OTPs with expiration of 2 mins.
Response
Successful response