Files
zulip/zerver/webhooks/beanstalk/doc.md
David Rosa 620854d437 integrations: Add incoming webhook macro to relevant docs.
Several integration docs instruct the user to create a bot, but don't
specify that the type of bot should be "Incoming webhook".

Renames create-a-bot.md -> create-an-incoming-webhook.md for clarity,
and replaces all incomplete instructions with this macro.
Renames bot_types.png -> bot_types_incoming_webhook.png and updates
the image with a screenshot of the latest UI.
2022-09-09 16:31:33 -07:00

682 B

Zulip supports both SVN and Git notifications from Beanstalk.

  1. {!create-stream.md!}

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

    {!webhook-url-with-bot-email.md!} {!git-append-branches.md!}

  3. On your repository's webpage, click on the Settings tab. Click on the Integrations tab, scroll down and click on Modular Webhooks. Click on Add a webhook.

  4. Set Name to a name of your choice, such as Zulip. Set URL to the URL constructed above. Under Select webhook triggers, check the events that you would like to receive notifications for, and click Activate.

{!congrats.md!}