Custom time of message sending
# 🤝help
g
Is it possible that chatbot could send message after x period of time when there is no answer from user?
f
Hello @gorgeous-father-99537 based on your description the approach I would take would be to use a setTimout in a after incoming message hook to know when a user has not interacted with the bot for more than X sec and set a variable. You can use a trigger to check this variable and set a message to the user