Beschrijving
Mautic is an excellent Open Source Email and SMS marketing tool, but it lacks the ability to see what your contacts have purchased or if they came from your website. Sync Mautic works with WordPress to tag those subscribed via your website and also with WooCommerce so that when a customer completes an order and they are subscribed as a contact, it will automatically tag them with the products, categories, and brands they have purchased. Our plugin also provides an endpoint you can hook into for OptinMonster to collect leads, but if you don’t use OptinMonster we provided a [mautic_form] shortcode to use which will inject a form that links to your Mautic instance.
Functies:
- Ondersteunt WordPress
- Ondersteunt WooCommerce
- Ondersteunt OptinMonster met behulp van /wp-json/sync-mautic/v1/optinmonster
- Ondersteunt het toevoegen van leads met behulp van /wp-json/sync-mautic/v1/add-lead
- Adds [mautic_form] shortcode to give an email signup. You can use the tag attribute to add tags in Mautic [mautic_form tag=”Tag 1, Tag 2″]
- Voegt een selectievakje toe aan het WooCommerce afrekenproces om je te abonneren op de nieuwsbrief
- Tag gebruikers van je site in Mautic
- Tag klanten van je winkel in Mautic
- Tag geabonneerde contacten met producten die ze kopen
- Tag subscribed contacts with categories they have purchased from
- Tag subscribed contacts with brands they have purchased from
Installatie
- Back-up WordPress
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Mautic>Sync Mautic page to configure the plugin
Beoordelingen
Bijdragers & ontwikkelaars
“Sync Mautic” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Sync Mautic” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.
Vertaal “Sync Mautic” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.6
- Geüpdatet: shortcode om tag of tags te kunnen gebruiken.
1.0.5
- Added: Ability to add multiple tags using [mautic_form tag=”Tag 1, Tag 2″] shortcode.
- Added: API connection test when saving Sync Mautic settings, which will trigger an error if it fails to connect.
- Added: Order meta to track if the customer signed up for the newsletter.
- Toegevoegd: extra fout logging.
- Bugfix: After updating settings, it will pass the old token until cache expires. Saving settings will now clear the cache.
- Bugfix: After the token expires, it fails to clear cache the first time it attempts to connect.
1.0.4
- Toegevoegd: extra debugging aan checkout lead
- Verwijderd: WooCommerce init methode
1.0.3
- Toegevoegd: oude rest routes voor degenen die eerder de bèta hadden
- Updated: Handling for beta compatibility
1.0.2
- Bugfix: Empty tag added into Mautic when the shortcode’s tag attribute was empty.
- Toegevoegd: bèta compatibiliteitscontrole voor shortcode, zodat eerdere bèta gebruikers hun shortcode niet hoeven te updaten.
1.0.1
- Bugfix: instellingen opslaan
1.0.0
- Initiële release