You can create a test server to try this out.
Create or select a text channel you want to send the events (e.g.
general
), mine's ingithub-webhook
channel:
- Go to channel's settings (gear icon)
>
Integrations>
Webhooks>
New Webhook>
Copy Webhook URL
Go to your repo's settings
>
Webhooks>
Add webhookPaste the webhook URL to
Payload URL
, make sure to append/github
. You can choose which event(s) to listen. For this example I set it toSend me everything.
:
- Proof:
Top comments (0)