Files
zulip/templates/zerver/integrations/include/generate-integration-url.md
Lauryn Menard 2fb9817ea4 integrations-doc: Update URL specification section for incoming webhooks.
Revises section to use headers for the possible parameters so that
they can be linked to directly from other documentation pages.

Updates base URL text to read more clearly when rendered.
2024-04-02 09:30:48 -07:00

496 B

Generate the URL for your {{ integration_display_name }} integration.

{% 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.