Help

Best way to trigger a 1 hour before date & time reminder

Topic Labels: Automations
34 1
cancel
Showing results for 
Search instead for 
Did you mean: 

I'm trying to set up an automation where 1 hour before a call date & time, sends an email to remind the person.

 

I've tried creating a column to have a formula that is the date & time matches now - mark as "SEND NOTIFICATION" but this doesn't seem to work properly. I don't know if this is because the time is in PST and I'm in GMT.

 

But does anyone cleverer at this than me help with a simple solution.

Thank you!

1 Reply 1
Eric_L
5 - Automation Enthusiast
5 - Automation Enthusiast

Seems like you're on the right path with your solution! There are many ways to do what you want, and creating a formula column that is "data&time matches now" is close to something you want. I would create 2 columns and an automation:

  • Ready for notification column that has a formula that will return 1 or 0 depending on whether it's time for a notification (in your case, call time - 1h < now)
  • Notification Sent date column that is empty until this automation runs:
  • When "Ready for notification" becomes 1, send notification and update "Notification Sent" to now (which would be when the automation was triggered)

Does that make sense?