Hey everyone!
Iβm currently building a Discord AI bot using n8n that listens to messages in my support channels and responds to user questions automatically.
What I Have Done So Far:
Set up a webhook in n8n to receive messages.
Created an HTTP POST request to send a test message to my webhook, and it works fine.
The AI agent processes the message once it is received.
The Issue:
Iβm not sure how to make the webhook trigger automatically when a user sends a support question in my Discord channel.
The bot is in the server, but messages arenβt triggering my n8n workflow when users send them.
I need the webhook to activate only when a user posts in the support channel.
Any guidance or working examples would be greatly appreciated!