Hi,
I am trying to set up a triggered email alert after an existing lead fills out a form on my website.
My set up currently only works for new leads as the only trigger alert available is "Lead is created".
My smart campaign set up is:
Smart list: Lead is created AND Lead Origin is mywebsite.com
Flow: Send alert
How do I get my alert to be sent after an EXISITING lead submits a form on my website?
Thanks
You can use the filter "not lead was created in timeframe today". That will mean that only leads created before today will execute the flow step.
So use the smart list: filled out form & not lead was created in timeframe today
and the flow: send alert
Hi Devraj, thanks for your response.
The trick is that I don't use marketo forms on my website. They are custom built Ajax forms leveraging the Marketo token, which I don't believe allows me to use as a trigger.
If the forms use the REST API to upsert the lead, that still creates activities in the ActLog (just not literal Filled Out Form activities).
Of course, using the REST API instead of the Forms API here is highly questionable because it makes all this stuff less straightforward, with no overall benefit (and with a DoS vulnerability to boot).
thanks Sanford
Hi Pierre,
You can still use a trigger, just use fills out form. You can apply the appropriate constraints to the trigger. Then, as Devraj mentioned, you can apply a filter for the lead create date. Because we had Salesforce before we had Marketo, the "Created At" is different (i.e. more recent) than our "Sales Created Date" for many leads. When we use a lead create filter, we usually use "Created At" because this is when the lead was created in Marketo. Hopefully that helps!
Hi Sara, thanks for your response.
The trick is that I don't use marketo forms on my website. They are custom built Ajax forms leveraging the Marketo token, which I don't believe allows me to use as a trigger.
Hi Pierre Lintzer,
Try this out....
This process can be used for as many forms as you need since it Triggers off of a field being updated. Simply use a unique code for each form.
Hope that helps!
Allie