Webhooks Tutorial
Setup webhooks so that GitHub events are published to your Discord server
A vital part of maintaining a thriving community is communication. That sounds like work! Why not automate it and let as much communication be automatically created so you can focus on creating value?
Setup a Discord Webhook
From your Community Server:
Click the dropdown and select Server Settings
Navigate to "APPS" and click on Integrations
Click on Webhooks element
Click the New Webhook button
Click to expand the newly created webhook (Maybe Captain Hook)
Click Copy Webhook URL
Add Discord Webhook to GitHub
From your GitHub repository:
Click the Settings tab
Navigate to "Code, Planning and Automation" click Webhooks
Click Add Webhook button
Paste your Webhook URL from Discord
Set the Content Type to application/json
Secret can stay blank (there was none provided)
Navigate to "Which events would you like to trigger this webhook?"
Select radio button for "Let me select individual events."
Select Releases (unselect default Pushes)
Click Add Webhook button
Add Patreon Webhook to Discord
From your Patreon creator account page:
Visit URL https://www.patreon.com/portal
Navigate to My Applications and click My Webhooks
Paste your Webhook URL from Discord
Click the Addition Symbol button
Toggle desired events to trigger
Last updated