Yes, but webhook by definition does not reply with...
# 💻developers
f
Yes, but webhook by definition does not reply with answer. So in your bot you need to make an API call to your node app. The other thing is, webhook will start from the same point everytime, so it is not suitable for your use case. Why don't you build your own integration?