expertflow / universal-chat-for-mautic
Universal chat for Mautic Webchat, SMS, Whatsapp, Facebook Messenger, LiveChat, and plugin to any chatbot (Rasa, Google Dialogflow, IBM Watson,...).
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 1
Type:mautic-plugin
Requires
- php: >=7.4.0 <8.1
- ext-zip: ^1.15
- mautic/composer-plugin: ^2.0
- mautic/core-lib: ^4.0
- mautic/mautic: ^3.2
This package is not auto-updated.
Last update: 2025-03-29 05:00:06 UTC
README
Universal chat for Mautic Webchat, SMS, Whatsapp, Facebook Messenger, LiveChat, and plugin to any chatbot (Rasa, Google Dialogflow, IBM Watson,...).
Requirements
- Mautic 3.2
- PHP 7+
- Stomp-php 5.0.0 (https://github.com/stomp-php/stomp-php)
- https://github.com/expertflow/universal-chat-for-mautic
How to install
Prerequisites
- Go to the Vendor folder in the Mautic server directory using sftp access (html/vendor/)
- Create a new folder named
stomp-php
- Download Stomp-php release 5.0.0 from (https://github.com/stomp-php/stomp-php)
- Extract it to vendor/stomp-php/ folder.
- Run
rm -rf var/cache/*
Plugin Installation (do not use composer at this time)
- Download https://github.com/expertflow/universal-chat-for-mautic
- Extract it to
plugins/MauticActivemqTransportBundle
- Delete
app/cache/prod
or runrm -rf var/cache/*
to clear the cache - Go to
Plugins
in the Mautic admin menu (/s/plugins) - Click on the
Install / Upgrade Plugin
button to install plugin or runphp app/console mautic:plugins:install
to install plugin via commandline - Go to Mautic configuration (/s/config/edit) and click on the Text Message Settings, then choose ActiveMQ as the default transport.
Send Test Text Message
Setup Campaign to Send Text Message via ActiveMQ
After configure the plugin.
- Go to
Channels -> Text Messages
. - Create a text message with any content.
- Add/update contacts with a valid email address and a mobile number.
- Go to
Segments
. - Create a new Segment: Add filter having contacts with valid Mobile numbers in it.
- Go to
Campaigns
. - Create a new campaign: Contact Sources: Campaign Segment.
- Choose the Segment created in step 5.
- In the next step, select Action.
- In the Select box, choose Send Text Messages.
- In the box of Send Text Messages, put a name and choose the message - that you created early.
- Click the publish button and save your campaign.
To run the Campaign.
Execute the following commands.
php bin/console cache:clear
php bin/console mautic:segments:update
php bin/console mautic:campaigns:update
php bin/console mautic:campaigns:trigger
Note
When using Mautic ActiveMQ Plugin.
- +XXXXXXXXXXXX format for the contact phone number including the
+
with country code and no space. - Fulfilled in the mobile contact field.
- Dynamic Variables can be added in the Text Messages like
Hi {contactfield=firstname}