zulip/templates/zerver/integrations/discourse.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

553 B

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

    The API keys for "Incoming webhook" bots are limited to only sending messages via webhooks. Thus, this bot type lessens the security risks associated with exposing the bot's API key to third-party services.

  2. Copy the USERNAME and API KEY - you'll need it later.

  3. Head over to the discourse-chat-integration setup instructions and complete them.

{!congrats.md!}

Discourse chat integration