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 https://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
Contributors & Developers
“SYNC AC with WP” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “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