cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
250
Views
0
Helpful
0
Replies

Cisco ISE JSON SMS

manvik
Level 3
Level 3

I have a json format SMS template a below. Provider says its POST option. Whatever I config in ISE SMS does not generate.
Also, how to give a custom SMS body message in ISE.

curl -- location 'https://smsapi.prov.com/gw/mysite/sms/v1/send' \
-- header 'Content-Type: application/json' \
-- data '{
"username": "username",
"password": "password",
"sender id": "mysite",
"to": "Your Mobile Number",
"sms type": "0",
"dlt_entity id": "12345678",
"body": "Dear User, your OTP for internet access is {#var#}. Thanks",
"dlt template id": "12345678"
}'
0 Replies 0