Files
zulip/templates/zerver/integrations/discourse.md
2025-05-07 16:50:12 -07:00

1.3 KiB

Zulip Discourse integration

Forward new Discourse posts to Zulip!

{start_tabs}

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

  2. Install the Discourse Chat Integration.

  3. In your Discourse site settings, toggle chat_integration_zulip_enabled, and fill in the following information:

    • chat_integration_zulip_server: {{ zulip_url }}
    • chat_integration_zulip_bot_api_key: your bot's API key
    • chat_integration_zulip_bot_email_address: your bot's email
  4. Go to the Plugins tab, click on Chat Integration. Select Zulip, and click Add Channel.

  5. Set Stream to the channel name that you'd like to receive notifications in, set Subject to the topic name, and click Save Channel.

  6. To filter the posts you'd like to forward to Zulip, configure the rules in your Discourse forum's Chat Integrations panel.

{end_tabs}