As stated in the subject line I am trying to schedule an automation to run every day at 1pm. This seems like a no-brainer but I cannot seem to find the right trigger.
Any Suggestions?
As stated in the subject line I am trying to schedule an automation to run every day at 1pm. This seems like a no-brainer but I cannot seem to find the right trigger.
Any Suggestions?
Here’s how I set this up:
This will run the automation approximately every day, unless you stop updating the custom field.
P.S. The reason things are setup this way is rather boring, but we have an open feature request to change things.
That is quite the work-around but I’ve got it programmed up and we’ll see how it does. I am using this to query a webhook in my application that returns a contact’s trial status(Active Trial, Expired, Paid, Cancelled). I then use AC automation to update deal stage and drip automation accordingly.
Thanks for the quick response!
Of course!
A better option for a SaaS product would be to use Event Tracking to fire plan upgrade/downgrade events like you outlined. That way you can take action in near real time instead of waiting until 3am.
Start the automation and place a “wait until 1 pm” after the start. Run whatever you want run at that time then have a “wait 5 min” after everything. Then, for the last action in the automation is a goto action that you have goto the start, the “wait until 1 pm.”
I have an automation that sends me an email every Friday at 4pm. This is how it’s set up. Except it waits until Friday at 4pm.
Thanks for this idea! The previous option is working well but if I can drop a custom field I’ll do it! Trying your approach now.