Discord trigger node

The idea is:

A discord interaction trigger

My use case:

Building discord bots using N8N logic nodes

I think it would be beneficial to add this because:

It would allow people like me to build a discord bot using N8N to send requests and grab data from other platforms and do other automated tasks over discord

Any resources to support this?

https://discord.com/developers/docs/reference

Are you willing to work on this?

No as I don’t have the coding experience

I also wish they implemented this feature natively!!

So far you can check out community nodes for this.
e.g. this one should already help you out for a bit:

I’ve been using that one and I’ve had so many issues with it right now I can’t even use it because it keeps saying my credentials are invalid for discord even though they are valid and half the time I can’t even remove the node from the project because it gives a weird error

I also had issues with the community node and there seems no workaround for this issue. So I built a discord bot that sends messages to an n8n webhook url whenever there is a new message / reaction / mention sent on the channel where the bot is setup. I call it the n8n discord trigger bot its not a node, so it can work in n8n cloud. It simply sends all new messages in a channel to an n8n webhook once configured.

I made it open source on also on Github so you can read how to use it. If you have any request or ideas, do let me know. You can even deploy it yourself if you want