Trigger new flow at the same time each day

(Ruth Malone) #1

Hi,

I have a different flow set up for each day. I need to send a message at the same time each day to reminder my users to go to the new flow.

It is possible that they will have abandoned the previous day’s flow before it is finished, and so I cannot rely on that flow having been completed to trigger the next day’s flow.

What is the best way to make this work?

(Nathan Stults) #2

You have two choices - use an external scheduler like Easycron.com and trigger your broadcasts via webhook, or use an RSS feed trigger in conjunction with one of the Lorum Ipsum feeds that publishes on regular time intervals: https://lorem-rss.herokuapp.com/

Nathan

1 Like