Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainstormforce/automate-mautic
Sync your new registered WP users, contact form user with Mautic contacts.
https://github.com/brainstormforce/automate-mautic
mautic wordpress-plugin
Last synced: 3 months ago
JSON representation
Sync your new registered WP users, contact form user with Mautic contacts.
- Host: GitHub
- URL: https://github.com/brainstormforce/automate-mautic
- Owner: brainstormforce
- Created: 2016-12-29T04:37:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T13:52:05.000Z (over 4 years ago)
- Last Synced: 2024-04-27T13:30:29.400Z (7 months ago)
- Topics: mautic, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/automate-mautic/
- Size: 2.27 MB
- Stars: 12
- Watchers: 14
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wordpress - AutomatePlug - Mautic for WordPress
README
# AutomatePlug - Mautic for WordPress #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Donate link:** https://www.paypal.me/BrainstormForce
**Requires at least:** 4.4
**Tags:** mautic, email, contacts, marketing, tags
**Stable tag:** 1.0.8
**Tested up to:** 5.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.htmlAdd registered WP users and commentors to Mautic contacts.
## Description ##
AutomatePlug - Mautic for WordPress allows to add registered WP users and commentors to Mautic contacts using Mautic API. You just need to setup rules and authorize Mautic.
There are triggers and actions for each rule.
* In trigger part you can select conditions when contacts should be added in mautic either it may be register user on WP or when someone post comment to your site or both.
* In action part you can choose whether add contact in segment, remove from segment or add tags to new mautic contact.
# Configurations
- Go to WordPress Dashboard -> Settings -> AutomatePlug Mautic -> Authenticate
- Enter Mautic Base URL
- Enter Public Key and Secret Key## Installation ##
# How To Get Mautic API CredentialsNeed help to get Mautic API credentials? Refer [this doc](https://docs.brainstormforce.com/how-to-get-mautic-api-credentials/) to know How to get mautic credentials.
## Screenshots ##
1. Authenticate Mautic API
2. Enable/Disable Mautic Javascipt tracking
3. Rule conditions list
4. Rule actions list## Changelog ##
### 1.0.8 ###
- Fix: Fatal error during Mautic Connection using Username and Password.### 1.0.7 ###
- New: Added new connection type Mautic Username and Password.### 1.0.6 ###
- Fix: Rules not updating.
- Fix: Add update condition for approved comments option.### 1.0.5 ###
- New: Add approved comment users condition in Rules ( Note : contact tracking will not work for this condition, instead new contact will be created if contact with same email not exist in Mautic. ).
- New: Mautic Addons Compatibility.
- Fix: Change refresh mautic data link position.
- Fix: Optimize code base and admin file loading time.### 1.0.4 ###
- Fix: Removed deprecated Mautic v2.6 error messages.
- New: Added function to check, if contact is exist in Mautic.### 1.0.3 ###
- Fix: contact tracking history issue.
- Fix: error handling in list segments when not authenticated.
- Fix: modify get contact by email call to avoid duplicate contacts.### 1.0.2 ###
- Optimize code to speed up the process.
- Reduce get option calls.
- Add spinner on refresh mautic data.### 1.0.1 ###
- Fix: Extend Segment display limit.### 1.0.0 ###
- Initial Release.