Skip to content

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

License

Notifications You must be signed in to change notification settings

SkNuwanTissera/module-ballerinax-twilio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ballerina 100.0%