Files
zulip/templates/zerver/integrations/include/change-zulip-config-file.md
Niloth P ed005e7bf7 integration-docs: Update URL in change-zulip-config-file macro.
Use the context variable `zulip_url` instead of `api_url` to remove the
'/api' suffix.
2025-05-07 12:57:53 -07:00

318 B

Open {{ config_file_path}} with your favorite editor, and change the following lines to specify the email address and API key for your {{ integration_display_name }} bot:

ZULIP_USER = "{{ integration_name }}-bot@example.com"
ZULIP_API_KEY = "0123456789abcdef0123456789abcdef"
ZULIP_SITE = "{{ zulip_url }}"