How to set up HELP and STOP Keywords in SCG

Customers have the option to setup a HELP and STOP Keywords with corresponding MT messages using the Messaging API or via the Messaging Console.

Creating a STOP Keyword 

curl -X POST -H "Authorization: Bearer d17f79e76e30d7a0f05e6444b0bbc77a" -H "Content-Type: application/json" -d '{"name":" Music STOP Keyword","case":"SENSITIVE","value":"STOP","sender_id":"yYAhNMl4TDuh06Y7fN0zig", "valid_to":"2020-01-07T21:52:34.473Z","valid_from":"2017-01-07T21:52:34.473Z", "reply_template":"You will no longer receive messages from Syniverse"}' https://api.syniverse.com/scg-external-api/api/v1/messaging/keywords -v

Creating a HELP Keyword 

curl -X POST -H "Authorization: Bearer d17f79e76e30d7a0f05e6444b0bbc77a" -H "Content-Type: application/json" -d '{"name":" Music HELP Keyword","case":"INSENSITIVE","value":"HELP","sender_id":"yYAhNMl4TDuh06Y7fN0zig", "valid_to":"2020-01-07T21:52:34.473Z","valid_from":"2017-01-07T21:52:34.473Z", "reply_template":"Please contact us at www.syniverse.com "}' https://api.syniverse.com/scg-external-api/api/v1/messaging/keywords -v

Was this article helpful?
0 out of 0 found this helpful

0 Comments

Please sign in to leave a comment.