Hi!
I have a simple ai coach chatbot that user’s can privately chat to with Telegram. I feel great that I got that working! pops champagne but I’d like to do the following:
- Only message the user one time in the morning, at a time they have set. And again in the evening, at a time they’ve set.
- If the user sends any messages to the bot the bots one response should be something like “I’ll commit that to memory! But I won’t respond until [morning time set by user]”
My scenario is super simple:
[Telegram Watch for Updates] > [OpenAI chat completion] > [Telegram reply to message]
But of course I need more modules to do the other things.
There are probably several ways to do this. Also, I plan on building a landing page to link to the bot, and there is an opportunity there to capture some data, if there is a way to link a website visitor to a telegram user and check they are the same user.
Make sense? Very grateful for any guidance or points in the right direction. I love learning about Make and all the possibilities.