bot doesn’t wake up after a webhook trigger
# 🤝help
w
Hi, I have a little problem. I want me bot to send a message after a webhook. The bot retrieves the data from the webhook (I can store data in a table for instance), the code is well executed in the code cards, but I can’t send a message (the bot skip all the cards that show information to the user) Thanks !
Obviously I have already published the bot
f
Where would you like it to send this message?
w
Just in the chat : display the webhook data in the chat for exemple
To explain more generally, I send a message from another bot to this bot, and I want to display the message in the second bot
f
You need the conversation id then
To send the message
w
Oh yes I see
How can I set up it in order to send the message ?
f
You could probably use the messaging integration https://discord.com/channels/1108396290624213082/1229868904034074675
w
I saw what was wrong with the conversationID Do you think it's possible to target several conversations? I will try , and have a look at this thread !
f
It's going to be pretty easy to use with the messaging integration.
You can use it in different conversations at the same time. Just like a normal bot.
4 Views