
We support the solution via posts on Creatio Community
Twilio SMS Connector for Creatio adds ability to send and receive SMS messages through Twilio service.
The connector helps Creatio users effectively communicate with their customers and partners via one more communication channel - SMS.
Additional charges apply from Twilio, see vendor price list for details.
This free add-on was developed on the Creatio platform by citizen developers, as part of the "Dev Labs" community project. If you have questions or encounter any issues while using the add-on, please create a post on the Creatio Community, where citizen developers and other community members will be able to help you.
1. Fill in the following System settings in Creatio
2. On Twilio side, Open Phone Numbers --> Manage--Active nubers -->messaging -> A MESSAGE COMES IN type in
{{YOUR_CREATIO_URL}}/0/ServiceModel/DlbSmsService.svc/ReceiveSms, for example, https://mysite.creatio.com/0/ServiceModel/DlbSmsService.svc/ReceiveSms
3. Enable anonymous access to DlbSmsService service defined in DlbSmsConnector namespecase, or request Creatio support to enable it for you. (sample Configuration files here)
4. Use DlbUseBackgroundTask sys setting to control execution thread in Creatio.
When DlbUseBackgroundTask is set to
This setting is useful when Creatio cannot start background task within a reasonable amount of time (Worker threads are busy doing work from other tasks).
Default behavior is to have DlbUseBackgroundTask unchecked.
Added DlbUseBackgroundTask sys setting to control execution thread in Creatio.
When DlbUseBackgroundTask is set to
This setting is useful when Creatio cannot start background task within a reasonable amount of time (Worker threads are busy doing work from other tasks).
Default behavior is to have DlbUseBackgroundTask unchecked.
Removed duplicate call to send a message from UserTask
Bug fix and process improvements
We support the solution via posts on Creatio Community
Additional charges may apply from Twilio, see vendor's price list for details.