I’d like to be able to put a limit on the number of times a contact can enter a workflow in a certain amount of time. For example, I’m working on sending an alert to sales reps about website views and I’d like to only allow 1 alert per day, per contact.
Hi @SHabecker
It would be great if Hubspot added that option to the initial trigger configuration, however, right now you can make a small patch to get what you want.
Basically it would be about creating a numerical property. ex: Number of times you have completed wf At the end of each path of the wf you add one to that property and, logically, in the trigger, you would have to have a style criterion: To enter this workflow it should have less than 1,2,3 in the field “Number of times has completed wf X”.
If you want to add the time component, you would have to create a wf that makes it so that, when someone has the property No. of times they have completed the wf clean.
As I say, it is a patch and somewhat unscalable if you have to do it in many workflows, but if you need it urgently, I think it can help you.