workflows.fit
Back to n8n workflows
n8n templateFreeBy rangelstoilov

Send Github notifications to Discord webhook

This will send your Github notifications to a discord webhook. Since Github doesn't send push notifications to mobile devices other then @mention this is a great workaround to receive notifications on Discord with thi...

DevelopmentCore NodesCommunicationHITLHttp RequestCronDiscordFunction
Loading interactive preview...

Template notes

This will send your Github notifications to a discord webhook.

Since Github doesn't send push notifications to mobile devices other then @mention this is a great workaround to receive notifications on Discord with this.

Using a github trigger was not a good option as there is no trigger for notifications only events (which don't work on org repos). Using http request on notifications api is way better.

++TAGGING USER IN MESSATGE:++ Change <@userIdForTagging with your discord Id to get tagged when sending notifications. To find your own id type in any channel backslash followed by your username with the 4 digit hash code

You can copy this by clicking on your username next to your profile picture

Example: javascript \@username9999

Enjoy!