Yourls integration for Mautic.
Yourls Homepage: https://yourls.org/
Note: this plugin require Mautic 5.0.0
By composer
composer require vinzent/mautic-yourls-bundle
php ./bin/console mautic:plugins:reload
php ./bin/console cache:clear
- Get secret access token from https://yourlsite/admin/tools.php
- Verify your API URL: https://yourlssite/yourls-api.php (should get you a "Please login" message)
- Enable plugin on https://yourmauticsite/s/plugins
- Go to Configuration > System Settings > Shortener service and set Yourls as default shortener service
At the moment If you enable shortener service, automatically all links in sms are shortened by Yourls.
This plugin is based on the work of https://github.com/Webmecanik/mautic-bitly-bundle/