Mailchimp Connector
Documentation
Version: 1
Documentation

Tables for Mailchimp Connector


On this page you will see possible API actions you can perform with Mailchimp connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Campaigns No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_campaigns
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_campaign
ListMembers This table supports bulk operations. For bulk Add/Update use UPSERT operation. All other operations are row by row. Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_list_members
INSERT YES add_list_member
UPDATE YES update_list_member
UPSERT YES upsert_list_members
DELETE YES delete_list_member
LOOKUP YES get_list_member
ListMembersBulk This table uses BULK API to create / update contacts in bulk. In this table add operation is slightly faster compared to ListMembers table. Use this endpoint if you have real need to speed up and you dont need some information returned by ListMembers operation. Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_list_members_all
INSERT YES add_list_members_bulk
UPDATE YES update_list_member
UPSERT YES upsert_list_members
DELETE YES delete_list_member
LOOKUP YES get_list_member
Lists No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_lists
INSERT YES add_list
UPDATE YES update_list
UPSERT NO
DELETE YES delete_list
LOOKUP YES get_list