New Client synced to Mailchimp as a new Subscriber

In this Zap, we take the New Client TripMapper event and pass the resulting data through a Text Formatter step before pushing it to Mailchimp via the Add/Update Subscriber action.

The Trigger

Let's get started by creating a new Zap and selecting TripMapper as your Trigger app.

If it's not already connected, make sure your TripMapper account is linked to your Zapier account for use in your Zaps.

Once you've selected TripMapper, pick New Client from the dropdown labelled Event.

Click Continue through the next two screens until you get to the Test tab. Here you can fetch 3 of the latest records and use them to make sure the data you see is what you expect.

Make sure you have clients in your account before setting up this Zap, so you can use data from your account to build the functionality.

The Formatter

In TripMapper, we store full names and preferred names as single inputs. So, in order for this to work with MailChimp's requirement of 'First Name' and 'Last Name', we need to format our name value.

Follow these steps to create your formatted text:

  1. Add a step and search for Formatter

  2. Once added, in the Event dropdown, select Text

  3. Click Continue

  4. In the Transform field, select Split Text

  5. In the resulting Input field, select the Name value grabbed in the previous step.

  6. Scroll down, and in the Segment Index field, select All (as Separate Fields)

  7. Click Continue

You should end up with something like the below screenshot, where the name is split into two Oputput Items for use in future actions.

The Action

The final part of this Zap is to sync the data you've collected to Mailchimp. To get started:

  1. Click to add a step and select Mailchimp from the app list

  2. Once added, pick the Add/Update Subscriber option from the Events dropdown

  3. Click Continue

  4. Connect your Mailchimp account if you haven't already done so

  5. Click Continue

  6. On the Action tab, select your Audience, and then work your way down the form, mapping any fields that are important to sync.

  7. When you get to the First Name field, you will be able to access the formatted values from the formatting step completed previously.

  8. Once you've assigned the values you want to sync, click Continue.

  9. Finally, test the step to make sure you are able to successfully submit data to Mailchimp.

If the step is successful, you can click the Publish button to set your Zap live.

To check everything is working correctly, head to TripMapper and create a new client, ensuring you add an email address to the record before you create it.

Was this helpful?