前言介紹
- 這款 WordPress 外掛「User Sync ActiveCampaign」是 2018-10-28 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2024-11-13,距離現在已有 172 天。
- 外掛最低要求 WordPress 4.2 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 有 6 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
activecampaign | active campaign | synchronization | Sync Registered Users | Sync Users Active Campaign |
內容簡介
這是一個對於 WordPress 使用者非常有幫助的外掛程式,它可以將在 WordPress 註冊的使用者加入 ActiveCampaign 的列表中。
這個外掛可以用很多種方式使用。它提供了一個自訂觸發器,讓您可以在需要的時候添加已註冊的使用者。
此外,它還可以自動控制同步使用者。只需選擇您的列表 ID,稍微進行一些設定,這個外掛就準備好同步使用者了。
支援
嗨,各位!如果您喜歡這個外掛程式,可以在這裡請我喝咖啡。
請我喝咖啡
文件
請點此查閱文件..
需求
API URL
API 金鑰
如果您需要將數據與不同的列表同步,就需要列表 ID。
Hooks
此外掛程式有多個 hooks,以便更好地控制外掛程式的數據
過濾器
rusac_fetch_api_details
rusac_load_settings
rusac_fetch_registered_user_data
rusac_user_query_args
動作
rusac_before_send_data_to_ac
rusac_after_sent_data_to_ac
自訂觸發器
rusac_add_new_address
rusac_edit_address
rusac_delete_address
為什麼選擇 Registered User Sync ActiveCampaign?
Registered User Sync ActiveCampaign 是以下情況下一個絕佳的外掛程式:
它可以將註冊用戶添加到 ActiveCampaigns 中。
它可以同步多個使用者角色與 ActiveCampaign。
用法
使用自訂觸發器(動作以在 ActiveCampaign 上註冊使用者)
do_action( ‘rusac_add_new_address’ , $user_id );
使用自訂觸發器(動作以編輯 ActiveCampaign 上的使用者)
do_action( ‘rusac_edit_address’ , $user_id );
使用自訂觸發器(動作以在 ActiveCampaign 上刪除使用者)
do_action( ‘rusac_delete_address’ , $user_id );
使用自動同步選項
進入外掛程式的設定並打開同步選項。
原文外掛簡介
The Registered User Sync ActiveCampaign plugin is a powerful tool that simplifies the process of syncing your WordPress registered users with ActiveCampaign lists. Whether you want automatic syncing or more control with custom triggers, this plugin provides a flexible and reliable solution to keep your user data updated in real time. Ideal for marketers, administrators, and developers, this plugin ensures that your ActiveCampaign contacts are always aligned with your WordPress user base.
🗝️ Key Features
Automatic User Sync: Seamlessly sync registered WordPress users to your chosen ActiveCampaign list with minimal setup. Just select your List ID, toggle the sync option, and let the plugin do the work.
Custom Triggers: Use custom triggers to add, edit, or delete users in ActiveCampaign at specific times, giving you complete control over when and how data is sent.
Multi-Role Support: Choose which WordPress user roles you want to sync, making it easy to include only relevant user groups.
Developer-Friendly Hooks and Filters: Extend functionality with a range of hooks and filters, allowing for advanced customizations.
Support
Hey guys If you like this plugin you can buy me a coffee here.
Buy Coffee
Documentation
Please follow for Docs..
Requirements
ActiveCampaign Account
API URL
API key
List Id if you need to sync the data with different list.
Hooks
The plugin includes multiple hooks to provide enhanced control over data synchronization with ActiveCampaign, allowing developers to customize the plugin’s behavior.
Filters
rusac_fetch_api_details
Customize the API details used by the plugin.
rusac_load_settings
Modify settings when they are loaded by the plugin.
rusac_fetch_registered_user_data
Adjust the data fetched for each registered user.
rusac_user_query_args
Customize query arguments for user data retrieval.
Actions
rusac_before_send_data_to_ac
Triggered before user data is sent to ActiveCampaign.
rusac_after_sent_data_to_ac
Triggered after user data is successfully sent to ActiveCampaign.
Custom Triggers
rusac_add_new_address
Trigger to add a new user address in ActiveCampaign.
rusac_edit_address
Trigger to update an existing user address in ActiveCampaign.
rusac_delete_address
Trigger to delete a user address from ActiveCampaign.
These hooks and triggers make it easy to integrate the plugin with custom workflows and extend its functionality as needed.
Why Choose Registered User Sync ActiveCampaign?
Registered User Sync ActiveCampaign is the ultimate solution for:
Automatically adding your registered WordPress users to ActiveCampaign lists, keeping your contacts current and organized.
Syncing multiple WordPress user roles with ActiveCampaign, giving you complete control over which users are included in your campaigns.
Simplifying user data management with robust automation, saving you time and effort in keeping contacts up-to-date.
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
The following settings can be configured for the Registered User Sync ActiveCampaign plugin:
API URL
Enter the API URL from your ActiveCampaign account to connect the plugin with ActiveCampaign.
API KEY
Provide the API Key from your ActiveCampaign account for secure access.
List ID
Enter the List ID from ActiveCampaign where registered users will be synced.
Auto Sync
Toggle between On and Off to enable or disable automatic syncing of users to ActiveCampaign.
Number of Users to Sync
Specify how many users should be synced in one go (batch size) for optimized performance.
Default User Tags
Enter default tags that will be applied to users once they are synced with ActiveCampaign.
Allowed User Roles to Sync
Choose which WordPress user roles should be synced with ActiveCampaign, providing control over which users are included.
Schedule Sync
Set the interval (in minutes) for the sync loop to run, determining how often user data is synced.
Debug Mode
Toggle On or Off to enable or disable debugging for error tracking during synchronization.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「User Sync ActiveCampaign」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.1 | 1.2 | 1.3 | 1.0.0 | 1.0.5 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.6 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.8 | 1.2.9 | 1.3.1 | 1.3.2 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。