mtcextendee / mautic-sql-conditions-bundle
There is no license information available for the latest version (1.1.1) of this package.
Package info
github.com/mtcextendee/mautic-sql-conditions-bundle
Type:mautic-plugin
pkg:composer/mtcextendee/mautic-sql-conditions-bundle
1.1.1
2020-12-14 15:29 UTC
Requires
- mautic/composer-plugin: ^1.0
This package is auto-updated.
Last update: 2026-03-05 04:40:35 UTC
README
SQL conditions for Mautic
Support
https://mtcextendee.com/plugins
Installation
Command line
composer require mtcextendee/mautic-sql-conditions-bundlephp app/console mautic:plugins:reload- Go to /s/plugins and setup SQL Conditions
Manual
- Download last version https://github.com/mtcextendee/mautic-sql-conditions-bundle/releases
- Unzip files to plugins/MauticSqlConditionsBundle
- Clear cache (app/cache/prod/)
- Go to /s/plugins/reload
- Setup SQL Conditions integration
Usage
1, See new item on left menu:
2, Setup SQL conditions
3, Parameters for SQL
- :contactId
- :campaignId
- :eventId
- :rotation
4, Condition return true If there is results
Examples
Condition for contacts with ID greather like 2000
SELECT l.id FROM leads l WHERE l.id = :contactId and l.id > 2000
Credits
Icons made by Eleonor Wang from www.flaticon.com
