This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SYNC AC with WP

Description

SYNC AC with WP is a simple & easy-to-use solution that help you to sync your users with your ActiveCampaign account.
After users registered on your wordpress site, our plugin will add users to ActiveCampaign automatically.
In back end, you can add your ActiveCampaign list id, ActiveCampaign URL, ActiveCampaign API Key.
You can get your ActiveCampaign Email Marketing API at http://www.activecampaign.com/api/

Maybe problem:
In general hosting has installed php curl already, but maybe some self-managed hosting did not installed php curl, in this case there are 500 error when SYNC accounts between wordpress and ActiveCampaign,
it is generated by ActiveCampaign official API codes, in this case you need install and enable php curl, it is very simple, for examle on ubuntu and php5, the command is:
apt-get install php5-curl, and all things will works well.

More amazing features are being developed and any feature request is welcome.

Download

https://tomas.zhu.bz/wordpress-plugin-sync-activecampaign-with-wordpress.html/

Installation

1:Upload the SYNC AC with WP plugin to your blog
2:Activate it
3: You will find WP TO AC menu item, just enter your ActiveCampaign list ID, ActiveCampaign URL, ActiveCampaign API Key
1, 2, 3: You’re done!

FAQ

FAQs & Feature Request and Plugin Support URI can be found here: https://tomas.zhu.bz/wordpress-plugin-sync-activecampaign-with-wordpress.html/

Reviews

ماي 22, 2017
We were hoping that users registering in our WP site would automatically be added to a list in AC to start a workflow. It did exactly that, works with both standard and Facebook registration. Great job.
Read all 1 review

Contributors & Developers

“SYNC AC with WP” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SYNC AC with WP” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

Version 1.3.1

New option to enable / disable Sync WP with AC, by default we will sync new user information from wp with ac, but you can stop it in back end now

Version 1.2.1

follow wordpress standard to use ABSPATH and exit() to protect 24 php files
Changed plugin url and author url to our official site https://tooltips.org for better support and feature request
Support wordpress 5.3.2
Update license and copyright — GPL3

Version 1.1.1

Fixed deprecated functions

Version 1.0.0

  • Spell out that the license is GPLv3
  • Finished the first version
  • General code clean up