mtcextendee / mautic-sql-conditions-bundle

Custom SQL condition for campaigns

Home Page:https://mtcextendee.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MauticSqlConditionsBundle

SQL conditions for Mautic

Support

https://mtcextendee.com/plugins

Installation

Command line

  • composer require mtcextendee/mautic-sql-conditions-bundle
  • php app/console mautic:plugins:reload
  • Go to /s/plugins and setup SQL Conditions

Manual

Usage

1, See new item on left menu:

image

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

About

Custom SQL condition for campaigns

https://mtcextendee.com


Languages

Language:PHP 98.8%Language:JavaScript 1.2%