MTC Extendee Documentation home page
Search...
⌘K
Bug Report
Feature Request
Buy Plugins NOW
Buy Plugins NOW
Search...
Navigation
Unlimited SQL
Unlimited SQL Plugin FAQ
Home
Multiple Transport
Twig Templates
Customizer
Auto Tagger
Unlimited SQL
Command Runner
Command Monitor
Server Monitor
Unlimited SQL
Introduction
Installation
FAQ
Examples
On this page
Is SQL knowledge required to use this plugin?
Can I test my SQL queries within Mautic before deployment?
Which Mautic versions are supported?
What placeholders can I use in my SQL?
Is it safe to use custom SQL?
Where do I find Unlimited SQL after installing?
Unlimited SQL
Unlimited SQL Plugin FAQ
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.
Installation
Examples
Assistant
Responses are generated using AI and may contain mistakes.