All Projects → TheDMSGroup → Mautic Contact Client

TheDMSGroup / Mautic Contact Client

Licence: gpl-3.0
Create custom integrations without writing code, like having your own Zapier.

Labels

Projects that are alternatives of or similar to Mautic Contact Client

Chartjs Plugin Deferred
Chart.js plugin to defer initial chart updates
Stars: ✭ 65 (-7.14%)
Mutual labels:  plugin
Scorehud
An event driven, highly customizable plugin to add Scoreboards on your Minecraft Bedrock Server.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Smqtk
Python toolkit for pluggable algorithms and data structures for multimedia-based machine learning.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Caddy Net
Proxy server type for Caddy server (https://github.com/mholt/caddy)
Stars: ✭ 68 (-2.86%)
Mutual labels:  plugin
Googleclientplugin
Google Client Plugin for Xamarin iOS and Android
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Simple Jekyll Search
A JavaScript library to add search functionality to any Jekyll blog.
Stars: ✭ 1,133 (+1518.57%)
Mutual labels:  plugin
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Node Distance Addon
Native NodeJS add-on creation tutorial using C++
Stars: ✭ 68 (-2.86%)
Mutual labels:  plugin
Burpsuite Changeu
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Cart Magento
Mercado Pago's Official Magento 1 Plugin
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Annotationkit
The annotation implementation using Objective-C
Stars: ✭ 68 (-2.86%)
Mutual labels:  plugin
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Wp Missed Schedule
Find only missed schedule posts, every 15 minutes, and republish correctly 10 items each session. The Original plugin (only this) no longer available on WordPress.org for explicit author request! Compatible with WP 2.1+ to 4.9+ and 5.0-beta3 (100.000+ installs 300.000+ downloads 2016-04-13) Please: do not install unauthorized malware cloned forked!
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Kong Plugin Response Cache
A Kong plugin that will cache responses in redis
Stars: ✭ 66 (-5.71%)
Mutual labels:  plugin
Libfive Unity
A CSharp wrapper for libfive with Unity bindings
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
My Custom Functionality
A basic starter plugin to load assets like CSS and JS files in WordPress.
Stars: ✭ 70 (+0%)
Mutual labels:  plugin
Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (+0%)
Mutual labels:  plugin
Caddy V1 Service
⬛️ Run Caddy as a service
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin

Mautic Contact Client Latest Stable Version License Build Status

Create integrations/enhancers without touching code. Allows you to send contacts to third parties, supporting virtually any API. Unlike webhooks the result can be used to enhance/modify the contact and virtually any API/Client is supported by chaining API operations as needed.

Designed for use by performance marketers who enhance/exchange contacts in mass quantities. Can optionally be used in tandem with it's sibling Mautic Contact Source.

Screenshots

Creating a new Client Duplicate Rules Exclusivity Rules Setting Payload Finances Scheduling Stats

Features

  • [x] Campaign: Queue a contact to be sent within a Campaign as you would any integration.
  • [x] Campaign: Allow fields to be overridden within a campaign workflow for specific use cases.
  • [x] Duplicates: Rules to detect limited duplicates prior to send.
  • [x] Exclusivity: Rules to allow a client limited exclusivity prior to send.
  • [x] API: Rules to define the measurement of a successful send based on status/headers/body.
  • [x] API: Supports any Auth types, ping/post, and more by chaining API operations.
  • [x] API: Map fields from an API to update or enhance contacts on success.
  • [x] Finances: Track cost/revenue in the attribution field.
  • [x] Schedule: Choose to send based on days/hours/exclusions including multiple timezone support.
  • [x] Command line: Method provided to pipe a contact through any published client.
  • [x] Budgets: Rules to limit the quantity of successful contacts sent to a client.
  • [X] Files: Allow a file payload to send for clients that have no API. Contacts will queued and added to a file to be delivered to clients by FTP/SFTP/S3/Email by a schedule.
  • [x] Logging: Logs the complete transaction, revenue, audit trail and integration (on contacts). Searchable.

Installation & Usage

Currently being used with Mautic 2.14.x+. If you have success/issues with other versions please report.

  1. Install by running composer require thedmsgroup/mautic-contact-client-bundle
  2. Go to /s/plugins/reload
  3. Click "Clients" and "Publish" the plugin.
  4. You'll find "Clients" in the main menu and can dive in to create your first one.

Payloads

You can use Mustache to format outgoing field values with any client. Just use the field alias, like so "{{ firstname }} {{ lastname }}" to send the full name, or "{{ email }}" to just send the email. Other contextual schema (such as previous headers/body fields) is also available (just start typing "payload" for suggestions).

Uses these fine libraries:

Todo

  • [ ] Filtering: Rules to globally exclude contacts from sending to a client based on field values.
  • [ ] Finance: Dynamic attribution on a per-campaign basis.
  • [ ] Campaign: Provide a better widget for including clients in campaigns (using the integration screen is a bit tedious, and there's not an easy way to divert success/failure).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].