-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecd0e49
commit 6ca799f
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
src/essentials-for-yootheme-pro/addons/forms/_partials/action-mailchimp.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## Mailchimp Action {#mailchimp} | ||
|
||
<div class="tm-resource-icon"> | ||
<!--@include: @essentials-for-yootheme-pro/assets/brands/mailchimp.svg--> | ||
</div> | ||
|
||
The **Mailchimp Action** creates, updates or removes a member from a [Mailchimp](https://mailchimp.com/) audience. | ||
|
||
### Add member to a list {#mailchimp-member-upsert} | ||
|
||
Create or update a Mailchimp audience member. | ||
|
||
| Setting | Description | Required | Dynamic | | ||
| --- | --- | :---: | :---: | | ||
| *Account* | The Mailchimp account specified with oAuth or an API Key. | ✓ | | ||
| *Audience* | The audience to which to add a new member or alter an existing. | ✓ | | ||
| *Update if exists* | Specifies if the member data should be updated if it already exists. | | ||
| *Skip Merge Fields validation* | Specifies if Merge Fields validation should be skipped. | | ||
| *Email Address* | Member's email address. | ✓ | ✓ | | ||
| *Email Type* | The email type the member has requested to get (html or text). | | ✓ | | ||
| *Status* | Member's subscription status, for double opt-in set as pending. | | ✓ | | ||
| *Language* | Member's language, used for segmentation purpose. If omitted Mailchimp will attempt to detect it with member's further interaction. | | ✓ | | ||
| *VIP* | Mark the member as [VIP](https://mailchimp.com/help/designate-and-send-to-vip-contacts) for targeted campaigns. | | ✓ | | ||
| *Location* | Member's location latitute and longitude separated by a comma. Used for segmentation purpose. | | ✓ | | ||
| *Tags* | A list of tags, separated by a comma or newline, associated with the member. Used for segmentation purpose. | | ✓ | | ||
| *Merge Fields* | Specific to the selected audience, [Merge Fields](https://mailchimp.com/developer/marketing/docs/merge-fields) determines additional information about members. | | ✓ | | ||
| *Interests* | Specific to the selected audience, determines the member interests used in targeted campaigns. | | ✓ | | ||
| *Marketing Permissions* | Specific to the selected audience, determines the memebers marketing consents. | | ✓ | | ||
<!--@include: ./common-action-settings.md--> | ||
|
||
### Remove member from a list {#mailchimp-member-remove} | ||
|
||
Archive or delete a Mailchimp audience member. | ||
|
||
| Setting | Description | Required | Dynamic | | ||
| --- | --- | :---: | :---: | | ||
| *Account* | The Mailchimp account specified with oAuth or an API Key. | ✓ | | ||
| *Audience* | The audience from which to remove a member. | ✓ | | ||
| *Email Address* | Member's email address. | ✓ | ✓ | | ||
| *Delete Instead* | Delete instead of archive. The member will be removed from the list and all it personally identifiable information will be deleted. This will make it impossible to re-import the list member. | | ||
<!--@include: ./common-action-settings.md--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters