SkNuwanTissera / module-ballerinax-twilio

The Twilio connector allows you to send SMS, voice and WhatsApp messages through the Twilio REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Twilio Connector

Build Status License GitHub release (latest by date including pre-releases)

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.

Building from the Source

Setting Up the Prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11 from one of the following locations.
  • Oracle

  • OpenJDK

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  1. Download and install Ballerina

Building the Source

Execute the commands below to build from the source:

  • To build the package:
    bal build ./twilio
    
  • To run tests after build:
    bal test ./twilio 
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of Conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful Links

About

The Twilio connector allows you to send SMS, voice and WhatsApp messages through the Twilio REST API

License:Apache License 2.0


Languages

Language:Ballerina 100.0%