We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so?

Anonymous
Not applicable

We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so?

We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so? 
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so?

Wendy,
    The first way I thought about doing this is with a batch program that runs every night/morning.   Those batch programs allow you to check dates against "today".   But that still leaves you with the problem that the birthday will never be "today".   If the month and day are the same, it will be some multiple of years away.

   That means that you need to set up some logic that can understand that today is an anniversary of a birthday.   Marketo doesn't give you the flexibility to do that type of calculation, but you could do it in SFDC with a formula the sets a flag on the date of the birthday.    The formula would look at the current date and the birthday stored, break out the month and day for each, and if finding a match could set custom field value to true or false.  

   Then all you would need to do is trigger off of the field change in either a smart campaign or a batch campaign in Marketo.

    Perhaps there is a more elegant way to do this, but it is late on a Friday and my mind isn't probably working as clearly as it could.

Best,
-Pam
Josh_Hill13
Level 10 - Champion Alumni

Re: We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so?

Please do a search. There were several similar threads with some detailed answers. Pam's works too. I know there were a few others.
Anonymous
Not applicable

Re: We are tryign to set up an email that goes out to our customers on their Birthday. This seems like it shoudl be simple, has anyone set this up or have ideas on how to do so?

I usually use a date token in a wait step for something like this.

Here's an article explaining it 
https://community.marketo.com/MarketoArticle?id=kA050000000L98KCAS

hope it helps