Hi everyone!
I’m launching a mini product through a WhatsApp chatbot where users receive new information every 7 days. Since the content is quite long, I added buttons so users can click to receive the next part of the lesson.
The issue is that if the user doesn’t press the button, the bot stops and the next message is never sent. I want the information to be delivered automatically on that day anyway, and the button should only speed up the process.
So I have two questions:
How can I set it up so that if the user presses the button → the message is sent immediately, but if they don’t press it after some time → the message is sent automatically?
If the message is sent automatically, how can I prevent the user from pressing the old button later and accidentally restarting or breaking the flow?
Any advice would be greatly appreciated!