Is it possible to use webhook to capture bot messa...
# 🤝help
r
Hey guys! I'm using the available API to work with the created bots, however, I had difficulties in finding in the documentation a way to capture the messages sent by the bot to the users. I've been considering using WebHooks for this purpose. Do you know if it is possible to implement this functionality?
a
@refined-evening-6249 , great question! I gave the answer to that here : https://discord.com/channels/1108396290624213082/1114269764529967144 You don't need the api, just use the hooks in the bot, with axios to send data to your endpoint. Let me know if you have any trouble trying it out.