How to send SMS request using SMS REST API
How to submit a request to send SMS notification using SMS REST API?
Here is an example of curl command to submit a request to send SMS Notification.
curl -H "Content-Type: application/json" \ -u <userid:password> \ --data-binary "{ \"destinations\": [ { \"sms\": \"recipient sms address\" } ], \"sms_text\": \"Hi There, This is a Test SMS from OpenText\" }" \ https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/sms
Successful submission of requests will result in HTTP 200 response code along with a job id.
Tagged:
0
Categories
- All Categories
- 122 Developer Announcements
- 53 Articles
- 149 General Questions
- 148 Thrust Services
- 56 OpenText Hackathon
- 37 Developer Tools
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 917 Cloud Fax and Notifications
- 84 Digital Asset Management
- 9.4K Documentum
- 31 eDOCS
- 181 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 8 XM Fax
- Follow Categories