Send SMS
Without Variable
Send SMS
Without Variable
POST
/
api
/
v1
/
sms
/
send
curl --request POST \
--url https://eazymsg.com/api/v1/sms/send \
--header 'Content-Type: application/json' \
--data '{
"templateId": "TMP50174B02F",
"groupId": "CO19765",
"message": "Dear User,\r\n\r\nYour OTP for login to Anil is\r\n123456. Valid for 5 minutes. Please do not share\r\nthis OTP.\r\n\r\n- Enginify",
"method": "group",
"authKey": "{{key}}"
}'
{
"code": "0x0200",
"message": "SMS Submitted Successfully",
"status": "SUCCESS",
"data": {
"requestId": "6672c6ef3293703e568b45cf"
}
}
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://eazymsg.com/api/v1/sms/send \
--header 'Content-Type: application/json' \
--data '{
"templateId": "TMP50174B02F",
"groupId": "CO19765",
"message": "Dear User,\r\n\r\nYour OTP for login to Anil is\r\n123456. Valid for 5 minutes. Please do not share\r\nthis OTP.\r\n\r\n- Enginify",
"method": "group",
"authKey": "{{key}}"
}'
{
"code": "0x0200",
"message": "SMS Submitted Successfully",
"status": "SUCCESS",
"data": {
"requestId": "6672c6ef3293703e568b45cf"
}
}