Skip to content

Commit 7acb6eb

Browse files
committed
Regen README
1 parent f2f0b3f commit 7acb6eb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

auth-mailchimp-sync/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@
88

99
**CONFIGURATION PARAMETERS:**
1010

11-
* Deployment location: *Where should the extension be deployed? For help selecting a location, refer to the [location selection guide](https://firebase.google.com/docs/functions/locations).*
11+
* Deployment location: Where should the extension be deployed? For help selecting a location, refer to the [location selection guide](https://firebase.google.com/docs/functions/locations).
1212

13-
* Mailchimp API key: *What is your Mailchimp API key? To obtain a Mailchimp API key, go to your [Mailchimp account](https://admin.mailchimp.com/account/api/).*
13+
* Mailchimp API key: What is your Mailchimp API key? To obtain a Mailchimp API key, go to your [Mailchimp account](https://admin.mailchimp.com/account/api/).
1414

15-
* Audience ID: *What is the Mailchimp Audience ID to which you want to subscribe new users? To find your Audience ID: visit https://admin.mailchimp.com/lists, click on the desired audience or create a new audience, then select **Settings**. Look for **Audience ID** (for example, `27735fc60a`).*
15+
* Audience ID: What is the Mailchimp Audience ID to which you want to subscribe new users? To find your Audience ID: visit https://admin.mailchimp.com/lists, click on the desired audience or create a new audience, then select **Settings**. Look for **Audience ID** (for example, `27735fc60a`).
1616

17+
* Contact status: When a new contact is added to the Mailchimp list/audience, what is their initial status? If the status is `subscribed` the contact can immediately receive campaigns. If the status is `pending`, a double opt-in confirmation email will be sent to the user. Once accepted they will be set to a `subscribed` status.
1718

1819

19-
**NON-CLOUD FUNCTION RESOURCES CREATED**:
2020

21-
* addUserToList (firebaseextensions.v1beta.function)
21+
**CLOUD FUNCTIONS CREATED:**
2222

23-
* removeUserFromList (firebaseextensions.v1beta.function)
23+
* addUserToList (providers/firebase.auth/eventTypes/user.create)
24+
25+
* removeUserFromList (providers/firebase.auth/eventTypes/user.delete)
2426

2527

2628

0 commit comments

Comments
 (0)