🪢Notification SMS
Suitable for business scenarios involving notifications and reminders
POST https://apis.palmtech-tz.com/sms/notification/v1_send
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
to
String
Yes
Receive number
from
String
Yes
Sender ID
content
String
Yes
Send content
dlr
String
Yes
Receipt required: true - yes; false - no.
dlrUrl
String
No
URL for receiving the receipt
<Request Body Example>
{
"to": "25578*****52",
"from": "PALMTECH",
"content": "Your code is 8498",
"dlr": "true",
"dlrUrl": "https://xxxx/MyNotifyUrl"
}Response
Filed
Type
Required
Description
code
String
Yes
Business status codes, see the appendix on status codes
msg
String
Yes
Status code description
data
Object
Yes
-
⌞messageId
String
Yes
Unique Message ID
<Response Example>
Last updated