Hi everyone 👋
I’m testing an automation flow in SendPulse and want to check if I’ve built it correctly.
Here’s what I have now:
The flow starts when a person subscribes.
I added filters and pause blocks that stop the flow until specific times (like 10:00, 17:00, 18:00, 19:00, etc.).
After each pause, a message block is sent.
Now I want to make it work like this:
If someone subscribes between 00:00 and 19:00, they should go through one flow (daytime messages).
If they subscribe between 19:01 and 23:59, they should go through a different flow (evening messages).
Can anyone tell me if my current setup will work this way?
Or what’s the correct way to make SendPulse check the current time and send the user to the right flow automatically?