This project provides a sample webMethods CloudStreams Provider Project for Twilio. The following APIs are available:
-
Send SMS: Send a new outgoing SMS. https://www.twilio.com/docs/api/rest/sending-messages
-
Get SMS: This resource represents an individual SMS message. https://www.twilio.com/docs/api/rest/message
-
Get Account: An Account instance resource represents a single Twilio account. https://www.twilio.com/docs/api/rest/account
-
Make Call: Make outgoing call to phones, SIP-enabled endpoints and Twilio Client connections. https://www.twilio.com/docs/api/rest/making-calls
- Get Call: A Call instance resource represents a connection between a telephone and Twilio. https://www.twilio.com/docs/api/rest/call
Visit the GitHub repository to download the code and contribute:
More about installation and configuration can be found at:
Forking and pull requests are welcome. For bugs related to the code please create an issue in the Github Repository. For any questions or requests, please post a comment below.