Help with n8n -> Discord channel Send and Wait

Hi,

I’m new to n8n (cloud) and am building my first workflow to automate replying to support requests however I’m stuck when trying to implement the Discord Send and Wait option.

Specifically, I’m trying to get my workflow to send a message to a specific Discord channel with Approve/Disprove buttons, wait for the response and then based on the interaction, the workflow would either email out the drafted reply or not.

Currently, my workflow does all of the above but without the Discord part.

Using the Discord node, I have managed to connect n8n (cloud) to the channel (using webhook) but can’t figure out how to implement the Approve/Disprove buttons.

I’ve spotted a few community nodes but my instance is n8n hosted, so wouldn’t work.

Any advice would be really appreciated!

Thanks

Hey @abazd ,

Have you used the discord - send and wait message node. if not that please give it a try..

It will allow you to implement the same which you mentioned above.

1 Like

Hey @Sudhanshu_Sharma ,

Thanks for the quick reply, I was using that node but after looking at your example I have noticed that instead of using Webhook as the Connection Type, If I used Bot Token I then get the options to add the buttons. I’ll give this a try, thanks!

1 Like