You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add List Members collection to public docs (#4692)
* Add List Members Collection to docs - Update index.md
Added the list members collection to the docs, as success eng is able to manually sync this collection for customer.
Relevant JIRA: https://segment.atlassian.net/browse/SRC-364
* Update index.md
edit list members collection
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/mailchimp/index.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,5 +44,6 @@ Collections are the groupings of resources we pull from your source. In your war
44
44
| ------ | ------ | ------ |
45
45
|`conversations`| object | Conversation tracking is a [paid feature](http://kb.mailchimp.com/accounts/billing/how-mailchimp-pricing-plans-work) that lets you view subscribers' replies to your campaigns from inside your MailChimp account. Fetched using Mailchimp's [`/conversations`endpoint](https://mailchimp.com/developer/reference/conversations/). |
46
46
|`lists`| object | The state of your various lists in Mailchimp. Fetched using Mailchimp's [`/lists` endpoint](https://mailchimp.com/developer/reference/lists/). |
47
+
|`list members`| object | Get the list of members in a MailChimp list. Fetched using Mailchimp's [`/lists` endpoint] If you are interested in this collection, [contact Segment Support](https://segment.com/help/contact/)|
47
48
|`campaigns`| object | Your Mailchimp campaigns. Fetched using Mailchimp's [`/campaigns` endpoint](https://mailchimp.com/developer/reference/campaigns/). |
48
49
|`subscriber activity`| object |**Currently unavailable** Mailchimp's subscriber activity endpoint cannot support our Sources product. If you are interested in this collection, contact your MailChimp Client Success Manager and request that they update their export API functionality.*|
0 commit comments