How to connect webhooks
- Open repository settings for the repository. The repository settings path follows
/:owner/:repo/settings. - Expand Webhooks under Integrations.
- Enter a Name.
- Choose Generic JSON for normal HTTP JSON endpoints, or Discord only for Discord webhook URLs.
- Enter an HTTP or HTTPS Webhook URL.
- Keep Enable webhook checked.
- Select Add webhook.
NobGit immediately attempts a test delivery. Push payloads include event, repository, changes, and delivered_at.