Hey all,
Is it possible in Marketo to trigger an email after a set amount of time if no data change happens?
For example: I have two fields: Product - Debit Card (Boolean) and Debit Card Activation (Boolean)
I have one Smart Campaign so that if Product - Debit Card changes to TRUE, they get sent an email.
I'm wanting to setup a trigger campaign that does the following:
- If received Email 1, wait 7 days
- After 7 days if Debit Card Activation = False, send email
I see you can set trigger if Data Value changes, but I don't see a way to check and send if value has not changed.
Thank you!
Solved! Go to Solution.
Yes, you can't trigger on the absence of activity — that wouldn't make sense — but you can do this 2 ways:
Generally I prefer a batch.
Yes, you can't trigger on the absence of activity — that wouldn't make sense — but you can do this 2 ways:
Generally I prefer a batch.
I'd echo Stanford's suggestion. If you're set on using the triggered approach, you could create a field that gets populated based on the 'inactivity of changes' (via batch campaign processes) and then once that gets populated, you could trigger an email send. This would be extra processes to configure, but a field may be nice in your situation.
Thank you! I'll give this a try.