Re: how to send emails x days before variable due date

Anonymous
Not applicable

Hello,

I'd like to trigger both SMS (Twilio) reminder and email reminder of an appointment time 2 days before the appointment. I read somewhere that this was possible, but can't find the answer. Hoping someone has a suggestion for a Smart campaign build that could solve the issue.

Thanks

13 REPLIES 13
Dani_Dredger
Level 1

If anyone is still having trouble with the unsupported token error message, we found we had to change the token from {{lead.fieldname}} to {{leads.fieldname}} with an s. I hope this helps!

Anonymous
Not applicable

Thanks. The smart campaign also has to be a trigger campaign and not a batch campaign. I made that switch and didn't get the unsupported token message anymore.

Anonymous
Not applicable

I managed to find the relevant section. But I got a response that it is an Unsupported Token. Not quite sure how to progress further?  (Am not very familiar with tokens)

Balkar_Singh
Level 9 - Community Advisor + Adobe Champion

Hi Jennifer,

The token needs to be {{lead.fieldname}}  - could you confirm if the correct field was picked?

Thanks,
Balkar

Anonymous
Not applicable

Hi Balkar - I'm having the same problem as Jennifer. Keep getting an error message that the token is "unsupported token". The token I'm using in my flow is {{lead.Date of Birth}}. Any help you can provide would be greatly appreciated...thanks!

Anonymous
Not applicable

I know you asked this question a while ago and may have already gotten the answer, but the unsupported token error is because you cannot use a date token in the advanced wait step if the smart campaign does not have a trigger.

Dan_Askin
Level 4

Can you employ this strategy if you want to send the reminder 1 hour before the appointment?

Balkar_Singh
Level 9 - Community Advisor + Adobe Champion

Hi Dan - No. We don't have a token/time field, to wait until a Time, using wait step properties. This way can only be used to wait unlit a Date - not time.

Grégoire_Miche2
Level 10

Hi Jennifer,

This question belongs to "products", which is a better place to have many people seeing it an help you

-Greg

Anonymous
Not applicable

Ok. Thank you. Have moved.

Balkar_Singh
Level 9 - Community Advisor + Adobe Champion

Hi Jennifer,

If you have the Appointment date, you could use advanced wait steps and have a Date Token, specifying the Wait to End 2 days before the Date Token for the Appointment.

2017-03-15_23h58_38.png

Hope this helps!

Balkar

Anonymous
Not applicable

Thank you very much for pointing me in the right direction!

Joey_Forcelli1
Level 5

Hey Jennifer,

One thing to keep in mind when using the advanced wait steps is that if a lead schedules an appointment with less than 48 hours notice they will be sent the text and email reminders right away.  For example, the text and email reminder will be sent immediately if I register today for an appointment tomorrow.  This is because Marketo ignores wait steps that have expired.

You can add a "remove from flow" flow step to combat this from happening.  Add the remove from flow step prior to your advanced wait step and add a choice.  The choice should be used to remove anyone whose appointment is in the future 47 hours.  This will ensure that those people that schedule less than 48 hours in advance will be removed from the campaign and not receive the 2 day reminders.

Your flow should look like this:

  • Remove From Flow:
    • Choice 1: If Appointment date in future 47 hours remove from this campaign
    • Default: Do nothing
  • Wait: {{lead.appointmentdate}} minus 2 days
  • Send Reminders

Hope this helps.

JF