zulip/zerver/webhooks/github/doc.md

832 B

Get GitHub notifications in Zulip!

  1. {!create-channel.md!}

  2. {!create-an-incoming-webhook.md!}

  3. {!generate-integration-url.md!}

    You can refer to GitHub's documentation for webhook events.

    {!git-webhook-url-with-branches.md!}

  4. Go to your repository on GitHub and click on the Settings tab. Select Webhooks. Click on Add webhook. GitHub may prompt you for your password.

  5. Set Payload URL to the URL constructed above. Set Content type to application/json. Select the events you would like to receive notifications for, and click Add Webhook.

{!congrats.md!}

See also the GitHub Actions integration.