airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.87k stars 4.07k forks source link

Source Mailchimp: Get Members Activity feed #46745

Open progressive-scaler opened 4 days ago

progressive-scaler commented 4 days ago

Topic

Read new mailchimp resource: Members Activity feed

Relevant information

I'd like to be able to read one resource exposed by the Mailchimp API, which is the Member Activity Feed.

This feature request is related to the issue #1936

Currently, i use the API access via python with mailchimp_marketing client library, which it has been very slow and prone to errors.

It would be nice to have this resource on Airbyte!

natikgadzhi commented 4 days ago

Looks like we have email activity feed stream — aren't they the same?

progressive-scaler commented 4 days ago

From my understanding, Email activity feed stream is associated with this API call. It returns member's activity in a campaign including opens, clicks and bounces.

Members activity feed would return member's activity on a specific list, instead of being in a campaign.

natikgadzhi commented 3 days ago

I see.

If the data in the activity streams are of generally similar shape, it could be straightforward to add it.

Want to give it a try?