Setup
1
Open Webhooks settings
Go to your GitHub repository, then navigate to Settings → Webhooks.
2
Add a webhook
Click Add webhook.
3
Paste your Hookdrop URL
Enter your Hookdrop capture URL in the Payload URL field:
4
Set the content type
Set Content type to
application/json.5
Select events
Choose Let me select individual events and pick the events you want to capture, or select Send me everything to capture all activity.
6
Save
Click Add webhook. GitHub will deliver a
ping event right away to confirm the endpoint is reachable.GitHub fires a
ping event as soon as you register a webhook. You’ll see it appear in Hookdrop within seconds — a quick way to confirm everything is connected.