webhooh automatic
# 🤝help
s
I've set up my webhook but now I want it to run automatically as soon as it receives new information. How do I configure it? https://cdn.discordapp.com/attachments/1245052264247201812/1245052264486539264/image.png?ex=665758c7&is=66560747&hm=6d03cc02a05a45cbe0c7d511b4446b9a7451472ae3b3f49522763f2a889fc782&
i
s
okay, and what do you put in your code? @important-king-60329
s
the problem I have is that I use several requet posts to send information to the chatbot. But in a chatbot there's only 1 webhook link to communicate with the chatbot, so they all activate at the same time and I get bugs between each piece of information I retrieve via a webhook link. How can I fiare?
w
sounds like filtering based on an event parameter is the best debug?
event.payload.body.category === 'Business' like this for example?
s
I tried and it doesn’t work. I have 3 different triggers with different information. If I made it work 1 only it works perfectly but if I start to put 2 or 3 at the same time nothing works anymore. It bug between them.
is it possible to create several webhook links for 1 chatbot? @white-butcher-63858 @important-king-60329
7 Views