How to get GitHub notifications on your Discord server.

GitHub provides us with a way to allow other applications such as discord to connect it and receive POST requests whenever any action is done on your repository.

This can be useful if you find the email notifications not as instant as you’d want them…


This content originally appeared on DEV Community and was authored by Ineza Bonté Grévy

GitHub provides us with a way to allow other applications such as discord to connect it and receive POST requests whenever any action is done on your repository.

This can be useful if you find the email notifications not as instant as you'd want them to be.

Prerequisites

  • You need to have a GitHub account with a repository.
  • You need to have a discord server where we will add the webhook.

1. Create the webhook

A webhook is basically a link that will allow other applications to post into discord.
To create a webhook, head into your server settings => integrations => New webhook
Alt Text
You can give your webhook a name and also choose which channel it will be posting to. You can click on Copy Webhook URL to copy the link which we are going to use on our GitHub repository.

2. Add Discord webhook to GitHub

After creating the webhook the next thing is to add it to your github repository from which you would like to get notifications.

Alt Text

Head over to your repo then settings => Webhooks => Add webhook

Paste the link we copied earlier from discord in the Payload URL and make sure to add /github at the end.

Alt Text

Set the Content type to application/json and finally choose the events which should trigger the webhook. Personally, I want everything.

After you are done you can click the green button at the bottom labeled Add webhook to complete the process.

If you have done it correctly you should receive a similar notification to this;
Alt Text

3. Test the webhook

To test the webhook we can perform a simple action such as creating an issue on the repo which we just added the webhook.
A screenshot of creating a test issue

Upon creating the issue. You should immediately receive a notification from discord on whatever device you have installed it on.
Screen Shot 2021-05-01 at 13.50.28

It will work the same way when pushing commits, creating PRs ...etc

Thank You for reading❤️. If you have any questions feel free to drop them in the comments section below and I'll be glad to answer them.


This content originally appeared on DEV Community and was authored by Ineza Bonté Grévy


Print Share Comment Cite Upload Translate Updates
APA

Ineza Bonté Grévy | Sciencx (2021-05-01T12:52:11+00:00) How to get GitHub notifications on your Discord server.. Retrieved from https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/

MLA
" » How to get GitHub notifications on your Discord server.." Ineza Bonté Grévy | Sciencx - Saturday May 1, 2021, https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/
HARVARD
Ineza Bonté Grévy | Sciencx Saturday May 1, 2021 » How to get GitHub notifications on your Discord server.., viewed ,<https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/>
VANCOUVER
Ineza Bonté Grévy | Sciencx - » How to get GitHub notifications on your Discord server.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/
CHICAGO
" » How to get GitHub notifications on your Discord server.." Ineza Bonté Grévy | Sciencx - Accessed . https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/
IEEE
" » How to get GitHub notifications on your Discord server.." Ineza Bonté Grévy | Sciencx [Online]. Available: https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/. [Accessed: ]
rf:citation
» How to get GitHub notifications on your Discord server. | Ineza Bonté Grévy | Sciencx | https://www.scien.cx/2021/05/01/how-to-get-github-notifications-on-your-discord-server/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.