[REQUEST] Discord trigger & setup
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.
@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 this is the response from the Settings > Integrations > Discord - Connect.
Working on it
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
so should we add in trigger @waleedlatif1 ?
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
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