Download the PHP package bastolen/mautic-message-extension-bundle without Composer
On this page you can find all versions of the php package bastolen/mautic-message-extension-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bastolen/mautic-message-extension-bundle
More information about bastolen/mautic-message-extension-bundle
Files in bastolen/mautic-message-extension-bundle
Package mautic-message-extension-bundle
Short Description Mautic plugin to send messages to contacts/leads
License
Informations about the package mautic-message-extension-bundle
Mautic Message Extension Bundle
This plugin will NOT work with Mautic 2 and older
With this plugin you will be able to send SMS messages using the CM.com Messaging API.
Usage
After installation, in the campaign builder a new action appears. This action will send a message at the given time. If you want to use personal information in the message, you can use variables in the normal Mautic way. For example: Hi {contactfield=firstname|there}
will result in Hi Bas
or Hi there
if no firstname was found. Any URL, passed in as Mautic variable, will be automatically shortened by CM.com. In the action you can also select the contact field that has the number you want to send the message to. Since CM.com wants to be able to send messages to multiple countries a landcode is required in the number. If it is not given, you can replace it in the action settings. To make sure the number starts wit 06
and fill the landcode including a +
sign, so +31
for The Netherlands.
Installation
CLI
- Run
composer require bastolen/mautic-message-extension-bundle
in the root of the Mautic installation. - Reload the plugins using the
mautic:plugins:reload
command
Manual
- Download the latest version from github.com/bastolen/mautic-message-extension/releases
- Unzip the files to plugins/MauticMessageExtensionBundle
- Go to YourMautic.domain/s/plugins/reload
Setup
- Go to YourMautic.domain/s/plugins
- Enable the Message Extension plugin
- Choose the sender name
- Fill in your CM Account Id and Gateway Product Token. These can be found by going to cm.com/app/gateway. This will show the Product Token. The account Id is in the URL.