This plugin works on Mautic 4. Download link for Mautic 3 version is included in the package in mautic3-version.md file. Download link for Mautic 2 version is included in the package in mautic2-version.md file.

The download link for Mautic 2 is included in the package in file mautic2-version.md.

Twig templates for Mautic. Define unlimited Twig Templates and add it to email or sms by token {twigtemplate=1}

Twig Templates snippets library

Key features

  1. Email, SMS, and Landing page support
  2. Email dynamic content support
  3. Unlimited Twig Templates Creation: Define unlimited Twig Templates and add them using a token {twigtemplate=1} or better {twigtemplate=Name of twig template}
  4. Test Area: Provides a test area below the edit form to verify the template.
  5. Contact’s Tags: Use {{ contact.tags }} to incorporate contact’s tags in Twig syntax, allowing for data parsing.
  6. Contact’s Segments: Use {{ contact.segments }} for incorporating contact’s segments in Twig syntax.
  7. Contact’s Companies: Use {{ contact.companies}} for incorporating contact’s companies in Twig syntax.
  8. Support for Email Tokens: Custom tokens can be set for emails sent via API, which can then be used in Twig templates.
  9. RSS support
  10. Get content from URL
  11. JSON Decode: Supports JSON decoding in Twig templates, for example e-shop cart’s content
  12. Form Results: Ability to use form results in emails, such as {{ formresults }} for all results for a contact and {{ formresult }} for the last form result for a contact.
  13. API Support: Standard API operations GET/POST/PUT/PATCH/DELETE are supported.

Support