Looking to find easy ways to stay in touch with your customers? Birthday emails are a great way to stay fresh in your customers minds. Using the instructions below, you'll create a calculated field that only takes the month and the date field from your CRM. Mailchimp has also built-in tools to help you send birthday emails to your lists. Once the field is added and ready to be used, you can create the Birthday Campaign very easily using Mailchimp's support article.
To Sync the Birthday field to MailChimp (at the contact level):
- Create a Birthday merge tag in Mailchimp. Find that process here.
- Within your CRM, navigate to Admin.
- Click Studio, then Contacts, then Fields.
- Click Add Field.
- Leave the field type as TextField
- Set the name as mailchimp_birthday (update the display label if desired).
- Check the box for Calculated Value.
- Copy this into the formula:
ifElse(
or(
contains(toString($birthdate),"/"),
contains(toString($birthdate),"-")
),
concat(subStr(toString($birthdate),0,2),"/",subStr(toString($birthdate),3,2)),
"")
Note: If your date format starts with YYYY then this formula will not work.
That's it! Click Save and deploy the updated field. You'll then use our Field Mapping tool to sync this field to Mailchimp.
Comments
0 comments
Please sign in to leave a comment.