-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Mailchimp: Get Member activities #1693
Comments
Thanks @philipherrmann! we will take a look at it |
@philipherrmann Out of curiosity, is it something you would want to contribute to? We could guide you through the process. |
@sherifnada I think this task should be divided into two tasks. First one for checking and comparing three described API endpoints. Second for implementing stream via the most appropriate method. |
There are also batch endpoints available, more context will be in #1936 |
@eugene-kulak Recommending that we go with the first endpoint: https://mailchimp.com/developer/marketing/api/email-activity-reports/list-email-activity/ because it's the least nested |
We would like to have the Mailchimp Member Activities available as an entity in the Mailchimp connector.
Describe the solution you’d like
After reading the Mailchimp API docs for a while, I think it would be good to have the connector looping over all (recent) campaigns and get the activity feed via
https://mailchimp.com/developer/marketing/api/email-activity-reports/list-email-activity/
on a per campaign basis. Since this endpoint allows for delta loads by using the since parameter.
Describe the alternative you’ve considered or used
Other endpoints are available (https://mailchimp.com/developer/marketing/api/list-member-activity-feed/ or https://mailchimp.com/developer/marketing/api/list-member-activity/view-recent-activity-50/ ) but harder to query in a well performing way for large user bases.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: