mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Moves files in `templates/zerver/help/include` that are used specifically for integrations documentation to be in a new directory: `templates/zerver/integrations/include`. Adds a boolean parameter to `render_markdown_path` to be used for integrations documentation pages.
847 B
847 B
{!create-an-incoming-webhook.md!}
Construct the URL for the {{ integration_display_name }} bot using the bot's API key and the desired stream name:
{!webhook-url.md!}
Modify the parameters of the URL above, where api_key is the API key
of your Zulip bot, and stream is the URL-encoded
stream name you want the notifications sent to. If you don't specify a
stream, the bot will send notifications via private messages to the
creator of the bot.
If you'd like this integration to always send notifications to a
specific topic in the specified stream, just include the
URL-encoded topic as an additional parameter. E.g.,
for your topic, append &topic=your%20topic to the URL.
{% if all_event_types is defined %}
{!event-filtering-instruction.md!}
{% endif %}