Twilio SMS Connector for Creatio
5 (1)
Adds capability to send and receive SMS messages through Twilio service

Overview

Product overview

Product description

Twilio SMS Connector for Creatio adds ability to send and receive SMS messages through Twilio service. 

Use cases:

The connector helps Creatio users effectively communicate with their customers and partners via one more communication channel - SMS.

Key features:

  • Sending SMS messages to any cell phone from Contact page or using a business process;
  • Receipt of SMS messages from any cell phone;
  • Automatic binding of SMS messages with related contact by cell phone number;
  • Notification if error appears when SMS message sent from Creatio;
  • History storage of all SMS messages sent and received in Creatio.

Notes:

Additional charges apply from Twilio, see vendor price list for details.

Categories

Category

UI Framework

UI Framework
Classic UI

Type

Type
Application

Price

Price
Free

Compatible with Creatio

Version
7.18.4 and up

Pricing

Monthly
Annual
Twilio SMS Connector for Creatio
Free

Additional charges may apply from Twilio, see vendor's price list for details.

Terms and Conditions

By installing this product you agree to terms and conditions outlined in the license agreement.

Pricing FAQ

How does pricing work?
What currencies are accepted for payment?
Do the listed prices include taxes or discounts?
Does the listed price include the cost of the Creatio Platform plan?

Support

Support is not available for this application

Thank you for choosing to use our Marketplace app. We appreciate your interest and want to provide you with important information about our support policy.

Please note that this app is provided "AS-IS" without any warranties, and at this time, we do not offer official support service level agreements (SLAs). While we are committed to improving the app and providing assistance when possible, we may not be able to provide dedicated support for individual users.

We understand that this may be disappointing, and we apologize for any inconvenience this may cause. We encourage you to refer to our documentation and to participate in Creatio Community for assistance.

Thank you for your understanding and for choosing to use our app. We hope that you will continue to enjoy the benefits of the app despite this limitation.

Contacts

Installation

Setup guide

1. Fill in the following System settings in Creatio

  • Sms Message LastNumber a numeric value to be used for SMS numbering
  • SmsMessage CodeMask
  • Twilio Default Sender Number (a telephone number registered with Twilio)
  • Twilio Auth Token
  • Twilio Account Sid
  • Twilio SMS Service Url for example: {{YOUR_CREATIO_URL}}/0/ServiceModel/DlbSmsService.svc/

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

  • true then tasks will be handled in the main application thread,
  • when set to false (unchecked) tasks will be handled in a worker threads (AKKA).

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.

Product compatibility

UI Framework

Classic UI

Deployment Options

Cloud
On-site

DBMS

Any supported DBMS

Platform

.NET Core (deprecated from 8.0.9)
.NET Framework

Compatible with Creatio

7.18.4 and up

Versions

Versions history

Version
Compatibility
Release date
1.4
7.18.4 and up
06.07.2023
Release summary
Added "DlbUsePhoneLookupBeforeSend" system setting to control whether a phone number should be validated before an SMS is sent.
When the value is set to "true", Creatio will attempt to determine if the provided phone number is a mobile number or of a different type. If the phone number is not a mobile number, the message will not be sent. Otherwise, the message will be dispatched as intended.
1.0.3
29.11.2022
Release summary

Added DlbUseBackgroundTask sys setting to control execution thread in Creatio.

When DlbUseBackgroundTask is set to

  • true then tasks will be handled in the main application thread,
  • when set to false (unchecked) tasks will be handled in a worker threads (AKKA).

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.

1.0.2
06.10.2022
Release summary

Removed duplicate call to send a message from UserTask

1.0.1
04.10.2022
Release summary

Bug fix and process improvements

Manual app installation

  1. Open the needed app → the Packages tab - download the Markeplace app files.
  2. Click in the top right → Application Hub
  3. Click New application. This opens a window.
  4. Select Install from file and click Select in the window that opens.
  5. Click Select file on the page of the Marketplace App Installation Wizard and specify the app file path.

Reviews