- Extensions family for Mautic https://mtcextendee.com/
- Recommendations engine for Mautic https://mtcrecombee.com/
- Support my work by PayPal or host your Mautic on recommended affil host Vultr
composer require kuzmany/mautic-custom-tags-bundle
- Go to Mautic > Plugins and click to the button Install/Upgrade plugins
- New plugin should be added
- Then create email or page and you can use these tags:
{getremoteurl=http://yourremote.url}
The tag get content from your remote url.
You can display remote content from external site in your email or page.
{base64=customtextareafield}
The tag decode base64 encoded content from contacts custom textarea field.
You can pass base64 encode data to contact from API and then display in email or page.