Is there a way within the Smart List to create a filter that specifies a specific time of form submission?
We want to create a campaign that assigns specific recruiters to a lead that applies between 5:30PM-6:30PM ET on that day and send an email notification to that specific recruiter.
You can use a hidden field like lastFormFilloutTime to hold the (UTC) 24-hour HHmm as an Integer. Then constrain on numeric ranges.
Anything more complex than that and I'd def'ly use a webhook.
Oh okay, didn't think about that, thanks Sanford Whiteman!
Also, for the Date of Activity Constraint for Triggers, I noticed Marketo provides a M-F (weekdays) option, is there any work around where we can constraint between Monday-Thursday?
You can't add a custom constraint there.
Of course, back on the client you could also add a field for lastFormFilloutDayOfWeekUTC and filter based on that as well. I just think at a certain point, placing a form fillout in its time context is better done on the server.