POST
/
api
/
v1
/
sms
/
template
curl --request POST \
  --url https://eazymsg.com/api/v1/sms/template \
  --header 'Content-Type: application/json' \
  --data '{
  "authKey": "{{key}}",
  "senderId": "ENGNFY",
  "templateName": "Test1addS",
  "dltTemplateId": "333333333333333",
  "template": "SMS Are Pending In Tripada From Last Tripada check Shree Tripada Team {#var#}"
}'
{
  "code": "0x0200",
  "message": "Template Added Successfully.",
  "status": "SUCCESS",
  "data": {
    "templateId": "TMP6219F4F94"
  }
}

Body

application/json ยท object

Response

200
application/json
OK

The response is of type object.