Mailchimp + Make

How to integrate Mailchimp to SEEN using Make

Prerequisites:

  • Minimum Essential Plan needed in order to use Customer Journey Builder in Mailchimp.
  • MAKE plan with enough monthly Ops to support the volume of contacts.

This guide will help you set up a trigger-based integration between Mailchimp and SEEN using webhooks in Customer Journey Builder to send data to SEEN via Make, and receive landing page URL and an email thumbnail URL back to Mailchimp as an event.

This example uses the profiles first name and last name as the personalisations, and their email address as the identifier.

This example expects that the Event is used to trigger a Customer Journey, in order to use the properties (landing page URL and the email thumbnail URL) in communication.

Send data to SEEN

A) Mailchimp Customer Journey Builder

  1. Set up a new Customer Journey in Mailchimp, choose “Build from Scratch” and name your flow.
  1. Choose the conditions in the “Choose A Starting Point” node to decide which profiles will receive a personalised film.
  1. Add a “Webhook” journey point to your flow, and fill it out with following information:
      • Webhook name → Choose your name
      • URL Destination → your MAKE webhook URL (you can add this later when we set up the MAKE flow)
      • Click “Payload”
        • You can use the code below as a starting point
{
  "first_name": "*|FNAME|*",
  "last_name": "*|LNAME|*",
  "email": "*|EMAIL|*"
}

Remember to add the Contact Data needed for your film personalisation.

B.1) Custom MAKE Scenario

  1. Create a new scenario, and add the “Webhook” module.
  1. Click “ADD” to create a new webhook and choose “Custom webhook”. You will now receive the webhook URL to add to your Mailchimp Customer Journey webhook node.
  1. You can now send a test payload from Mailchimp to MAKE to create your data structure.
  1. After you get a “Successfully determined” message, add a “SEEN - Create a Video” and fill it out with the following:
      • Create a Connection:
        • Add the Token you have received from SEEN.
        • Add the Campaign Slug you have received from SEEN.
      • Standard fields:
        • Add the standard fields you will be sending in. Note that both First Name and Customer ID are mandatory fields
      • Extra Arguments:
        • If you use additional data fields in you video, you can map them by using Key-Value pairs under Extra Arguments.

B.2) Make & Mailchimp native integration

  1. You can also use Make’s native Mailchimp integration (App) to create triggers.
  1. After the trigger has been determined, you can follow the “B.1 Custom Make Scenario” guide from Step 4 onwards.

Send data to Mailchimp

  1. Share the following information with SEEN in a safe manner:
      • Which subscriber ID you wish to use (Email address in this example. Remember that you need to include the ID you wish to use in your payload).
      • The name you wish to use for the event (”SEEN” in this example)
      • Which fields you would like to be returned with the event (”Landing page URL” and “Email thumbnail URL” in this example).
  1. After you have received a confirmation from SEEN that these have been applied, you can now test the full flow.
    1. Notion image
Did this answer your question?
😞
😐
🤩

Last updated on November 25, 2024