TDV Adapter for Mailchimp

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with MailChimp.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from MailChimp, along with an indication of whether the procedure succeeded or failed.

MailChimp Adapter Stored Procedures

Name Description
CampaignCancel Cancels a MailChimp Regular or Plain-Text campaign .
CampaignPause Pauses a MailChimp RSS campaign.
CampaignResume Resumes a MailChimp RSS campaign.
CampaignSchedule Schedules a MailChimp campaign. Either Timewarp or the batch properties can be used, not both.
CampaignSend Sends a MailChimp campaign.
CampaignTest Sends a test email for a MailChimp campaign.
CampaignUnschedule Unschedules a MailChimp campaign.
GetOAuthAccessToken Obtains the OAuth access token to be used for authentication with MailChimp.
GetOAuthAuthorizationURL Obtains the OAuth authorization URL used for authentication with MailChimp.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462