MailChimp.Instance is a Power Query M function that makes a call to the MailChimp API and returns the raw response.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
MailChimp.Instance( path as text ) as table
Description
Makes a call to the MailChimp API and returns the raw response.
Examples
Returns raw data from the reports/click-details MailChimp API endpoint for a given campaign.
// Output: Raw click details data from the given campaign.
MailChimp.Instance( "reports/{campaign_id}/click-details" )
Related functions
Other functions related to MailChimp.Instance are:
