Budget: 5000 UAH Deadline: 5 days
Good day, Serhiy! I am gathering exactly such bots with complex branching — I have several live custom bots with if/else branches, auto funnels, and gamification.
Regarding your question about the platform. For a scenario where messages need to arrive strictly the next day at a specific time considering the user's time zone, I do not recommend constructors (ManyChat/SendPulse): they poorly maintain the exact timing of "in N days at HH:MM in the user's tz," hit message limits, and do not allow clean work with audio and external APIs. The optimal solution is a custom bot in Python. The scheduler (APScheduler) stores each user's tz and fires delayed messages exactly on schedule, the dialogue state is stored in the database, and audio and external API calls are handled natively. This is more reliable, you do not pay a monthly subscription for the constructor, and the bot remains completely yours.
I will take your ready script (dialogue tree) and build an infallible working mechanism from it: strict timings, delays, conditions based on user actions, integration of audio and external APIs.
I would like to clarify one thing: does "the next day" count from the moment each user starts individually, or is there a single global date grid for everyone?
Cost: 5000 UAH, deadline 5 days. I am taking it at the starting price — I am gathering the first reviews on Freelancehunt, so I am making it advantageous. I am ready to show a live demo of the bot with branching so you can see the flow to the solution.
Petro Pankov, BotCraft Group