
使用 Mailchimp 管理营销
Made by Mailchimp
将用户数据同步到 Mailchimp 受众群体,以便发送个性化的电子邮件营销宣传信息。
此扩展程序的运作方式
Use this extension to:
- Add new users to an existing Mailchimp audience
- Remove user from an existing Mailchimp audience
- Associate member tags with a Mailchimp subscriber
- Use merge fields to sync user data with a Mailchimp subscriber
- Set member events to trigger Mailchimp actions and automations
Additional setup
Make sure that you've set up Firebase Authentication to manage your users.
You must also have a Mailchimp account before installing this extension.
Billing
This extension uses the following Firebase services which may have associated charges:
- Cloud Firestore
- Cloud Functions
- Firebase Authentication
This extension also uses the following third-party services:
- Mailchimp Billing ( pricing information )
You are responsible for any costs associated with your use of these services.
Note from Firebase
To install this extension, your Firebase project must be on the Blaze (pay-as-you-go) plan. You will only be charged for the resources you use. Most Firebase services offer a free tier for low-volume use. Learn more about Firebase billing.
You will be billed a small amount (typically less than $0.10) when you install or reconfigure this extension. See the Cloud Functions for Firebase billing FAQ for a detailed explanation.
如何安装此扩展程序
使用 Firebase CLI
要安装和管理扩展程序,您还可以使用 Firebase CLI:
步骤 1 :运行以下 npm 命令来安装 CLI 或将 CLI 更新到最新版本。
npm install -g firebase-tools不能运行?请参阅 Firebase CLI 参考文档 或者更改您的 npm 权限 。
第 2 步 : 设置一个新的 Firebase 项目目录 或转到现有目录
第 3 步 :将此扩展程序添加到 扩展程序清单 中
firebase ext:install mailchimp/mailchimp-firebase-sync --local --project=projectId_or_alias
Step 4 (Optional): Test this extension locally with the Firebase Emulator Suite
firebase emulators:start
第 5 步 :将清单中的扩展程序 部署 到项目中
firebase deploy --only extensions --project=projectId_or_alias