Wiki
/
How to connect webhooks.md
# How to connect webhooks
1. Open repository settings for the repository. The repository settings path follows `/:owner/:repo/settings`.
2. Expand **Webhooks** under **Integrations**.
3. Enter a **Name**.
4. Choose **Generic JSON** for normal HTTP JSON endpoints, or **Discord** only for Discord webhook URLs.
5. Enter an HTTP or HTTPS **Webhook URL**.
6. Keep **Enable webhook** checked.
7. Select **Add webhook**.
NobGit immediately attempts a test delivery. Push payloads include `event`, `repository`, `changes`, and `delivered_at`.
- [Previous: Slack](How to connect Slack.md)
- [Next: Trello](How to connect Trello.md)