This service is used by the Message Delivery capability, and provides integration to Twilio SMS for sending SMS.
The twilio-sms-connector
adds support for sending sms using Twilio Messaging it is used within the Message Delivery capability.
In the below diagram you can see how it fits into the Backbase architecture.
This connector was created using the following guide Build a custom channel. We use the communication-channel
building block as a baseline and implement the connector to support the sms
channel specification.
This service is deployed like any other Backbase capability/service and ships with a Docker image and Helm chart.
The following properties must be set as they have no default:
Property | Description |
---|---|
twilio.accountSid | Account ID created in Twilio |
twilio.authToken | Authorization token for Twilio account |
twilio.fromNumber | Number shown as the sender of a SMS |
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please adhere to this project's code of conduct. For detailed instructions on repo organization, linting, testing, and other steps see our contributing guidelines
This project is licensed under the Backbase license.
See LICENSE.md for more information.