Is it possible to build a Discord chatbot that runs off n8n

Apologies if this is a complete beginner question. I have recently started learning n8n and after making a chat that can query a vector store, I had the idea to do the same in discord so I could just ask it from the mobile instead of firing up my laptop if I needed a quick question answering. The thing is I don’t know how to set it off I’ve got everything working where it will fire messages out and I can query the data. I just don’t understand how to get the first bit working where I can ask it in discord and it will fire up the workflow.

For this purpose you would likely need to head over to Discord developer section and learn how to build a discord app you can install. Then perhaps using a slash command you can use that to send a request over to your workflow, which can listen on a webhook for example.

Check out: Discord Developer Portal
Which has a good guide on getting started with this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.