From 9c520ae23f12f884a41a11bc93756455d34c957f Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:17:00 +0530 Subject: [PATCH] integration-docs: Update Github Sponsors for new doc format. Part of zulip#29592. --- zerver/webhooks/github/githubsponsors.md | 30 +++++++++++++++++------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/zerver/webhooks/github/githubsponsors.md b/zerver/webhooks/github/githubsponsors.md index 25869116f4..422280e9d9 100644 --- a/zerver/webhooks/github/githubsponsors.md +++ b/zerver/webhooks/github/githubsponsors.md @@ -1,22 +1,36 @@ +# Zulip GitHub Sponsors integration + Get GitHub Sponsors notifications in Zulip! +{start_tabs} + 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} - You can refer to GitHub's documentation for [webhook events](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#sponsorship). - -1. Go to your profile on GitHub and click on **Sponsors dashboard**. - Select **Webhooks**. Click on **Add webhook**. GitHub may prompt +1. Go to your profile on GitHub, and click on **Sponsors dashboard**. + Select **Webhooks**, and click **Add webhook**. GitHub may prompt you for your password. -1. Set **Payload URL** to the URL constructed above. Set **Content type** - to `application/json` and click **Create webhook**. +1. Set **Payload URL** to the URL generated above. Set **Content type** + to `application/json`, and click **Create webhook**. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/githubsponsors/001.png) -See also the [GitHub integration](/integrations/doc/github). +{!event-filtering-additional-feature.md!} + +### Related documentation + +- [GitHub's webhook events documentation][github-webhook-events] + +- [Zulip GitHub integration](/integrations/doc/github). + +{!webhooks-url-specification.md!} + +[github-webhook-events]: https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads