← All Skills
M

Email

Mailchimp

Send campaigns and manage audiences.

Mailchimp is an email marketing and automation platform providing campaign templates, audience segmentation, and performance analytics to drive engagement and conversions

Triggers4

Things that can wake up your Mailchimp coworker.

  • Campaign Trigger

    Triggered when a campaign is sent or experiences an event in Mailchimp

    MAILCHIMP_CAMPAIGN_TRIGGER
  • Profile Update Trigger

    Triggered when a subscriber's profile is updated in Mailchimp

    MAILCHIMP_PROFILE_UPDATE_TRIGGER
  • Subscribe Trigger

    Triggered when a subscriber subscribes to Mailchimp

    MAILCHIMP_SUBSCRIBE_TRIGGER
  • Unsubscribe Trigger

    Triggered when a subscriber unsubscribes from Mailchimp

    MAILCHIMP_UNSUBSCRIBE_TRIGGER

Actions10

Things your coworker can do in Mailchimp.

  • Add contact to audience

    Tool to create a new omni-channel contact in a Mailchimp audience. Use when adding contacts with email and/or SMS channels to an audience.

    MAILCHIMP_ADD_CONTACT_TO_AUDIENCE
  • Get audience contacts

    Tool to get a list of omni-channel contacts for a given audience. Use when you need to retrieve contacts from a Mailchimp audience with optional filtering and pagination.

    MAILCHIMP_GET_AUDIENCES_CONTACTS
  • Get audience contact detail

    Tool to retrieve a specific omni-channel contact from a Mailchimp audience by their ID or channel hash. Use when you need detailed information about a contact including email/SMS channels, merge fields, tags, and subscription status.

    MAILCHIMP_GET_AUDIENCES_CONTACTS_DETAIL
  • Get campaign info

    Get information about a specific campaign.

    MAILCHIMP_GET_CAMPAIGN_INFO
  • Get lists info

    Get information about all lists in the account.

    MAILCHIMP_GET_LISTS_INFO
  • List campaigns

    Get all campaigns in an account.

    MAILCHIMP_LIST_CAMPAIGNS
  • List recent activity

    Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.

    MAILCHIMP_LIST_RECENT_ACTIVITY
  • Search members

    Search for list members. This search can be restricted to a specific list, or can be used to search across all lists in an account.

    MAILCHIMP_SEARCH_MEMBERS
  • Send campaign

    Send a Mailchimp campaign immediately. For RSS Campaigns, the campaign will send according to its schedule. All other campaign types (regular, plaintext, variate) will send immediately upon calling this endpoint. Prerequisites: - Campaign must be in 'save' (draft) status - Campaign must have a valid audience (list_id) with at least one recipient - Campaign must have a subject line, from name, and verified from email address - Campaign must have content (HTML or plain text) - The sending account must be in good standing (verified, not disabled) On success, returns HTTP 204 No Content. The campaign status will change to 'sending' and then 'sent' once all emails are delivered.

    MAILCHIMP_SEND_CAMPAIGN
  • Update contact in audience

    Update an existing omni-channel contact in a Mailchimp audience. Use when you need to modify contact details such as language, tags, email/SMS channels, or merge fields.

    MAILCHIMP_UPDATE_AUDIENCES_CONTACTS