Explore Knowledge Base

Twilio

03. 01. 2025

Twilio is a centralized business messaging platform that allows businesses to communicate with their customers through various channels – all from a single platform.

The SDK.finance platform offers seamless integration with Twilio to enable SMS-related functionalities for end users. This integration allows the system to send system notifications, support user registration via phone number, and facilitate other SMS-based communications.

The Twilio integration is configured upon the client’s request. To activate this service, the client must provide their Twilio credentials (such as the Account SID and Auth Token) obtained directly from the Twilio platform. Once configured, the system can securely send SMS notifications and verification codes, enhancing user engagement and security.

Source code clients are able to configure the integration by making relevant changes to the configuration file: 

notifications:
 sms:
   twilio-integration:
     from_phone_number: '...'
     account_cid: '...'
     auth_token: '...'
     region: '' # optional
     edge: '' # optional