sim icon indicating copy to clipboard operation
sim copied to clipboard

[REQUEST] Discord trigger & setup

Open Wizastudios opened this issue 1 month ago • 7 comments

Is your feature request related to a problem? Please describe. The Discord block is great but just like the Slack or WhatsApp is there a way to make that trigger as well?

Describe the solution you'd like The ability to setup a Discord bot with the permissions given to it. Especially to send or receive messages with their mobile app.

Describe alternatives you've considered Slack or WhatsApp but I don't want to create an instance for those solutions.

Additional context A goal is to use the Discord bot as a trigger to begin a workflow, received responses and use custom actions similar to the Midjourney bot.

  • Note: The setup process seems to be buggy too. The "Connect" button just directs to a failed Oauth prompt.
Image Image

Wizastudios avatar Nov 20 '25 01:11 Wizastudios

@Wizastudios the discord oauth is unused, since we rely on PAT for authorization with discord. free to make a PR to add in trigger for discord :) always accepting contributions

waleedlatif1 avatar Nov 20 '25 20:11 waleedlatif1

@waleedlatif1 this is the response from the Settings > Integrations > Discord - Connect.

Wizastudios avatar Nov 20 '25 23:11 Wizastudios

Working on it

CodeMan62 avatar Nov 21 '25 03:11 CodeMan62

I see @Wizastudios , in that case, I can remove it as a provider since it is not used anywhere in the platform, so there is no need to maintain an OAuth integration for it. Thanks for the heads up

waleedlatif1 avatar Nov 21 '25 04:11 waleedlatif1

so should we add in trigger @waleedlatif1 ?

CodeMan62 avatar Nov 21 '25 04:11 CodeMan62

last I checked, it wasn't possible to setup a webhook that gets triggered when a request is sent but if you can figure it out, that would be awesome @CodeMan62

waleedlatif1 avatar Nov 21 '25 05:11 waleedlatif1

we need to create a discord listener Service (discord-gw) Maintains one WebSocket connection per bot token to Discord Gateway. maps Discord events to Sim webhooks. send HTTP webhooks and runs workflows

can you please update if this works for you ? @waleedlatif1

depak7 avatar Dec 03 '25 17:12 depak7