I want to start a new Workflow with a List, add a delay of 30 days, then send an internal email, then delay again for 30 more days. I want it to repeat over and over again as long as a Contact remains on that List. We'd like to use it to remind staff to reach out to certain Contacts regularly.
THIS TIMES A MILLION. I would love to be able to create a loop via a workflow and it just keeps looping until the workflow is disabled OR tie the loop to a property of some kind so as long as the property is set to one of the triggers, the workflow just loops until the property is changed.
Use Case:
We want to make contact with all of our customers every 30 days. I want to create a workflow that will auto generate a task/ticket to prompt the user responsible for making contact every 30 days, as long as the company has the customer status property set to "active customer". I don't want to have to build a bunch of steps manually or chain a bunch of workflows together.
Here's a pretty simple workaround to loop workflows. I've built this to send internal reminder emails for one of our clients. Of course, you can replace that step with whatever you want to occur on a regular basis.
The workaround uses 2 separate workflows and a custom date property (ie. Send Date)
Whoever I manually enroll into Workflow 1 will receive the email in Workflow 2 on a recurring basis that I'm able to set using a single delay.
Workflow 1:
Enrollment Trigger=manually
Step 1=Clear the contact custom date property (Send Date)
Step 2=Delay action by the # of days/weeks/months you want to wait before workflow #2 recurs
Step 3=Set contact property value > (Send Date) > Date of step
Turn it on
Workflow 2:
Enrollment Trigger=Contact property "send date" is known; Re-enrollment=yes, when Send Date is known
Step 1=delay 1 minute
Step 2=send internal email (or whatever you want repeated)
Step 3=Enroll into Workflow 1
Turn it on
I've tested this by using 1 minute delays – worked like a charm.
Maybe You can Hack that! Make 2 workflows, Establish the options and actions that you want, in the final of the workflow enroll the other, and the second contain the same process and enroll with the first workflow.
+1 from me. We'd like to incentivize our BDRs to follow-up with MQLs in a timely fashion. Since our routing is a flat round robin, we'd like to re-route any MQL that still has a 'Lead Status' of "New" after 24 business hours.
This is the reason we paid for our package on HubSpot, the automation that helps us do the work. Unfortunately, until now our main goal is not achievable on the platform. Our objective is to base on the contract end date of A Company (as we are a B2B model), then send them a reminder email every 3 months until that end date.
Hope that this could be sorted as soon as possible
I have had a customer reach out to us in Support to inquire about this feature. They have also the need to set up a workflow that if the initial task has not been accomplished and a follow up email has been sent then the contact should be re-enrolled into the workflow.
I would love to see this feature for Deal-based Workflows as well. Currently, HS is preventing an "infinite loop" Workflows. In some use cases these infinite loops are exactly what we're looking for though. So, having the possibility to re-enroll deals to the same workflow over and over again until a certain goal (or "unenrolment criteria") is met would be amazing!
I'd like to +1 what @BastiSchuhl describes. This is exactly the use-case. Right now we have to rubber-band a workaround using several workflows (and possibly lists) to get a simple feature.
@NJenkinsLC It's been a while, but I'd imagine the scenario you described in your other comment, "Send email #1, if reply, create a deal, if unopened, send email #2, repeat," is doable. Can't really be fore sure without trying it myself, but try testing it out by replacing the one email in my workflows (workflow #2, action #2) with the logic for your workflow.