Twilio’s APIs power its platform for communications.
The Twilio connector allows you to send SMS, voice, and WhatsApp messages via the Twilio REST API. It also facilitates receiving inbound HTTP(S) requests (also known as webhooks) from Twilio's servers.
For more information about configuration and operations, go to the module.
- Download and install Java SE Development Kit (JDK) version 11 from one of the following locations.
-
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
- Download and install Ballerina
Execute the commands below to build from the source:
- To build the package:
bal build ./twilio
- To run tests after build:
bal test ./twilio
As an open source project, Ballerina welcomes contributions from the community.
For more information, see contribution guidelines.
All contributors are encouraged to read the Ballerina Code of Conduct.
- Discuss code changes of the Ballerina project via ballerina-dev@googlegroups.com.
- Chat live with us via our Slack channel.
- Post all technical questions on Stack Overflow with the #ballerina tag.