Mautic is an open-source marketing automation software that helps online businesses automate their repetitive marketing tasks such as lead generation, contact segmentation, marketing campaigns, lead scoring, etc.
Twilio is the communciton platform that millions of developers trust to build seamless communications experiences with phone calls, text messages, video calls, and more.
Twilio IntegrationsMautic + Twilio
Send SMS in Twilio when New Marketing Message is created in Mautic Read More...It's easy to connect Mautic + Twilio without coding knowledge. Start creating your own business flow.
Triggers when a new contact is created.
Triggers when a form is submitted.
Triggers when new marketing message created.
Triggers when new text message created.
Triggers when a contact updated.
Triggers once a call is completed on your Twilio number.
Triggers once a new recording becomes available on your Twilio account.
Triggers the moment an SMS is sent to your Twilio Number.
Create a marketing message.
Create a text message
Creates a new contact or updates and existing contact.
Call a number or numbers and say your predefined message.
Send a SMS to a number or numbers.
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
Mautic is a marketing automation platform. It provides tops for social media, list segmentation, email marketing, and analytics. The platform is designed to run on the cloud. It supports several platforms including WordPress, Drupal, Joomla, and Magento. It’s available in a free plan or paid plans based on your needs. Mautic has over 5,000 customers and is used by brands such as AirAsia, Canon, and Ooredoo.
Twilio is a cloud-based communications platform that allows users to send and receive SMS and voice messages with an API. Twilio also includes a topkit for sending messages using various channels such as email, chat applications, Facebook, and Twitter. Twilio has over 3,100 customers and is used by companies like AirBnB, Groupon, and Uber.
Mautic integrates with many other services such as MailChimp, Salesforce, Zapier, Google Analytics, etc. However, it does not have an official integration with Twilio. However, since Twilio offers an API that allows integration with a variety of other services, you can easily integrate it with Mautic.
In this section I will explain how to do this so that you can create automated SMS campaigns to your subscribers based on certain triggers.
First you need to obtain an API key from Twilio. You can get it here. https://www.twilio.com/user/account/api-keysew
Second you will need to create a user in Mautic. Create one then go to the “Settings” tab and click on “Integrations” in the left menu. In the “Integrations” tab click the “New Integration” button on the top right corner. Then choose “Twilio SMS” in the dropdown menu and give the integration a name like “Twilio SMS Marketing Automation” (you can change it later.
After that place the fplowing code in the “Twilio Integration Code” box:
<?php
$auth_token = "YOUR AUTH TOKEN";
$client_sid = "YOUR TWILIO CLIENT SID";
$twiml = new Services_Twilio($auth_token);
$to = "5555555555"; // REPLACE WITH YOUR NUMBER!
$messageSid = "YOUR TWILIO MESSAGE SID";
// This function sends a message via twiml
function send_twiml( $to, $body . {
// Create TwiML document to respond to incoming messages
$twiml = new Services_Twilio_Twiml();
// Set values for our first TwiML response element
$subject = "Mautic Integration Test";
// Set values for our second TwiML response element
// Now create the full Content of Response Element
// Set the body of this element to contain the message text we want sent to our phone number above.
The process to integrate Mautic and Twilio may seem complicated and intimidating. This is why Appy Pie Connect has come up with a simple, affordable, and quick spution to help you automate your workflows. Click on the button below to begin.