內容簡介
這個外掛是為了自動化 HelloAsso 的使用者的一些任務而設計的,該平台可以處理協會會員資格,並具有大量的自定義功能。
它使用 Cron 工作,以您選擇的頻率執行以下操作:
* 呼叫 HelloAsso API 來擷取您的協會成員資料,例如電子郵件地址、姓名和他們在註冊時提供的任何其他資料。
* 將該資料輸出到不同的服務中
目前,可用的輸出方式有:
* Google 群組:使用 Google API 將成員的電子郵件地址添加到您選擇的組中
* Mailchimp:使用 Mailchimp API 添加或更新成員,包括合併欄位和標籤
* WordPress:在您的網站上創建WordPress使用者帳戶,並通過自動電子郵件通知您的成員
* 自定義功能:使用從 HelloAsso API 呼叫中輸出的資料執行任何 local PHP 函數
為幫助您進行故障排除,如果需要,這些功能的每個都在 HelloAdherents 設置頁面上都有測試功能,並系統性地將回應消息輸出到 log.txt 文件中。
外掛標籤
開發者團隊
原文外掛簡介
This plugin is made to automate some tasks for users of HelloAsso, a platform for handling association memberships, with great customization possibilities.
It uses a Cron job, at the frequency of your choice, to perform :
* A HelloAsso API call to retrieve your association members’ data, such as Email address, Name, and any other data they provided during sign-in
* The outputting of that data to different services
For now, the possible outputs are :
* Google groups : use Google API to add members’ email addresses to the group(s) of your choice
* Mailchimp : use Mailchimp API to add or update members, including for merge fields and tags
* WordPress : create WordPress user accounts on your site, and warn your members via automatic email
* Custom function : execute any local PHP function with the data outputted from the HelloAsso API call
To help you for troubleshooting if necessary, every of these functions have a testing feature directly in the HelloAdherents settings page, and systematically output a response message in a log.txt file.
