docs: Update integration URL generation documentation.

Co-authored-by: Lauryn Menard <lauryn@zulip.com>
Co-authored-by: Alya Abbott <alya@zulip.com>
This commit is contained in:
sujal 2023-12-19 23:38:57 +05:30 committed by Tim Abbott
parent 6ee354ddd6
commit 8cae09abd6
3 changed files with 15 additions and 17 deletions

View File

@ -24,6 +24,9 @@ integration URL.
1. _(optional)_ Select **Send all notifications to a single topic**, and
enter the topic name.
1. _(optional)_ Select **Filter events that will trigger notifications?**,
and select which supported events should trigger notifications.
1. Click **Copy URL** to add the URL to your clipboard.
!!! tip ""
@ -50,6 +53,9 @@ integration URL.
1. _(optional)_ Select **Send all notifications to a single topic**, and
enter the topic name.
1. _(optional)_ Select **Filter events that will trigger notifications?**,
and select which supported events should trigger notifications.
1. Click **Copy URL** to add the URL to your clipboard.
{end_tabs}

View File

@ -1,14 +1,6 @@
To filter the events that trigger the notifications, you can append
either `&only_events=["event_a","event_b"]` or `&exclude_events=["event_a","event_b"]`
(or both, with different events) to the URL you generated with an arbitrary
number of supported events.
Below are the events that {{ integration_display_name }} bot supports:
You will be able to configure which of the following
{{ integration_display_name }} events trigger notifications:
{% set comma = joiner(", ") %}
{% for event_type in all_event_types -%} {{- comma() -}} `{{ event_type }}` {%- endfor %}
Note that you can also use UNIX-style wildcards like `*` to include
multiple events. E.g., `test*` matches every event that starts with
`test`.

View File

@ -1,18 +1,18 @@
[Generate the URL][generate-url] for your {{ integration_display_name }}
integration.
The generated URL will be something like:
{!webhook-url.md!}
*To manually construct the URL for an incoming webhook integration,
see [the webhook URLs specification][incoming-webhook-urls].*
{% if all_event_types is defined %}
{!event-filtering-instruction.md!}
{% endif %}
The generated URL will look something like this:
{!webhook-url.md!}
*To manually construct the URL for an incoming webhook integration,
see [the webhook URLs specification][incoming-webhook-urls].*
[generate-url]: /help/generate-integration-url
[incoming-webhook-urls]: /api/incoming-webhooks-overview#urls