이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

User Sync ActiveCampaign

설명

Its very helpfull plugin for wordpress users. It adds the registered user in wordpress to ActiveCampaign’s list.
This plugin can be used in multiple ways. A custom trigger is available to add the registered user when you needed.
Also, a automatic control on sync users. Just select your list id, and little settings your plugin is ready to sync the users.

Support

Hey guys If you like this plugin you can buy me a coffee here.
Buy Coffee

Documentation

Please follow for Docs..

Requirements

  • API URL
  • API key
  • List Id if you need to sync the data with different list.

Hooks

Plugin is having multiple hooks to gain more control on plugin’s data

Filters

  • rusac_fetch_api_details
  • rusac_load_settings
  • rusac_fetch_registered_user_data
  • rusac_user_query_args

Actions

  • rusac_before_send_data_to_ac
  • rusac_after_sent_data_to_ac

Custom Triggers

  • rusac_add_new_address
  • rusac_edit_address
  • rusac_delete_address

Why Choose Registered User Sync ActiveCampaign?

Registered User Sync ActiveCampaign is a great plugin for:

  • It adds the registered users to the ActiveCampaigns.
  • It syncs the mulyiple user roles with the active campaigns.

Usage

Use custom trigger (action to register user on ActiveCampaign)

  • do_action( ‘rusac_add_new_address’ , $user_id );

Use custom trigger (action to Edit user on ActiveCampaign)

  • do_action( ‘rusac_edit_address’ , $user_id );

Use custom trigger (action to Delete user on ActiveCampaign)

  • do_action( ‘rusac_delete_address’ , $user_id );

Use Auto Sync option

  • Go to plugin’s settings and set Sync option On.

스크린샷

  • Settings - Admin Interface

설치

  1. Upload the contents of /registered-user-sync-activecampaign/ to the /wp-content/plugins/ directory
  2. Activate Registered User Sync ActiveCampaign through the ‘Plugins’ menu in WordPress

FAQ

Is Active Campaign account Required?

Yes

What does this plugin do?

This plugin adds feature to sync already registered users to the “Active Campaign”

Can the synchronization process be controlled?

Yes there are various settings to control the synchronization process.

Can I choose which users to be synced according to their user roles?

Yes, the plugins lists all of the user roles in the wordpress website and allows you to control which users to get synced with “Active Campaigns”

How to generate Active Campaign API credentials?

You can follow this link..

후기

2019년 12월 27일
This is the kind of plugin I love. It does exactly what it says, is simple to use, and leaves out all the unnecessary options that nobody wants.
2019년 11월 29일
Thank you - this is a really great plugin, and does exactly what we need - without any unnecessary bells and whistles. Thank you Pravin!
2018년 11월 20일
Thank you so much, you made my day bro. I was trying to achieve it from last couple of weeks but your plugin is really magical. You are code wizard boss. Salute you. Again thank you so much.
모든 6 평가 읽기

기여자 & 개발자

“User Sync ActiveCampaign”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “User Sync ActiveCampaign”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.1

Release Date: August 7th, 2021
* Tested the plugin in new WordPress

1.2.9

Release Date: March 31st, 2020
* added feature to support translations (Internationalizations)

1.2.8

Release Date: March 31st, 2020
* Added new custom triggers to delete contact on active campaign
* Added translations to error messages
* Tested on WordPress 5.3

1.2.5

Release Date: January 16th, 2020
* Fixed Deprecated issues for WordPress 5.3

1.2.4

Release Date: January 6th, 2020
* Fixed bugs in PHP7.3

1.2.3

Release Date: December 6th, 2019

Improvements:
* Added filters to extend the functionality
Bugfixes:
* Tested the plugin with wordpress 5.3.2 version

1.2.2

Release Date: December 6th, 2019

Improvements:
* Added FAQ to help users in setup the plugin
Bugfixes:
* Tested the plugin with wordpress 5.3 version

1.2

Release Date: April 26th, 2019

Bugfixes:

  • Error on variable rusac_sync_schedule
  • Tested the plugin with wordpress 5.1.1 version

1.1.6

Release Date: November 20th, 2018

Enhancements:

  • Adds the debug window to debug the requests and results of the API
  • Adds new settings.
  • Adds the tag removal function. If any of contact needed to remove tags in the ActiveCampaign.

Bugfixes:

  • Fixes a bug where the profile update trigger were unable to update the profile in ActiveCampaign.
  • Fixes a bug where the profile update custom triggers were unable to update the profile in ActiveCampaign.

1.1.5

Release Date: Octomber 20th, 2018

Enhancements:

  • Adds the debug window to debug option
  • Adds new settings for debug.
  • Adds the email change hook for updating existing user in ActiveCampaign.

Bugfixes:
* Fixes the user edit bug.