Is SQL knowledge required to use this plugin?

Basic SQL knowledge is helpful, but the plugin is designed to be user-friendly. You can use the built-in testing area to check your queries before using them.

Can I test my SQL queries within Mautic before deployment?

Yes! The plugin includes a testing area where you can select a contact and see the result of your SQL query before saving.

Which Mautic versions are supported?

Compatible with Mautic 4, 5, and 6.

What placeholders can I use in my SQL?

  • :contactId — Always available, replaced with the current contact’s ID.
  • :campaignId and :eventId — Available for campaign actions and conditions.

Is it safe to use custom SQL?

Yes, as long as you use the provided placeholders. The plugin uses parameter binding to prevent SQL injection.

Where do I find Unlimited SQL after installing?

Go to the “Unlimited SQL” section in the Mautic menu. From there, you can create, test, and manage your SQL entries.