EndPoints for Mailchimp Connector
On this page you will see possible API actions you can perform with Mailchimp connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Get User Details | get_user_details | Gets details about the current Mailchimp user account. [API reference] |
Get List of Campaigns | get_campaigns | Get all campaigns in an account. [API reference] |
Get Campaign Details | get_campaign | Get information about a specific campaign. [API reference] |
Add New List | add_list | Create a new list in your Mailchimp account. [API reference] |
Get Lists | get_lists | Get information about all lists in the account. [API reference] |
Get List Details | get_list | Get information about a specific campaign. [API reference] |
Delete List | delete_list | Delete a specific list. [API reference] |
Update List Details | update_list | Update the settings for a specific list. [API reference] |
Add New List Member | add_list_member | Add a new member to the list. It throws error if same email exists [API reference] |
Add or Update Upsert List Members (Bulk Subscribe or Unsubscribe) | upsert_list_members | Add or Update Upsert List Members (Bulk Subscribe or Unsubscribe). [API reference] |
Add New List Members in Bulk | add_list_members_bulk | Adds multiple members using Bulk API. [API reference] |
Get List Members | get_list_members | Get information about members in a specific Mailchimp list. [API reference] |
Get All Members in All Lists | get_list_members_all | Get information about all members in all lists. [API reference] |
Get a Specific Member From All Lists | get_list_member_all | Get information about all members in all lists. [API reference] |
Get List Member Details | get_list_member | Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member. [API reference] |
Delete List Member (Archive) | delete_list_member | Archive a list member. To permanently delete, use the delete_list_member_permanent endpoint. [API reference] |
Delete List Member (Permanent delete) | delete_list_member_permanent | Delete all personally identifiable information related to a list member, and remove them from a list. This will make it impossible to re-import the list member. [API reference] |
Update List Member Details | update_list_member | Update the settings for a specific list member. [API reference] |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |