Subscribe and Push on specific times

(Vejey Gandier) #1

I’m building a reminder app to remind users on specific times of the day say at 9AM and 11pm everyday.

Bot will send a push on these specific times of the day to the USER.

It will be greatful to know how I can achieve this with FlowXO. Thanks! You guys are rocking!

(Kellsey Shaw) #2

Hi Vejey,

You’ll need to use a combination of Attributes and the Wait service for this. :thumbsup:

It’s straightforward. All you need to do is store the time that the user wants the reminder in an attribute and then in your flow that will wait until a date, you would use the attribute value (you’ll need to get it) along with today +1d (see our Dates & Times for more info on adding days etc). This would make the flow wait until the next day at the specified time before the next action in the flow is done :slight_smile: