zulip/zerver/webhooks/slack/doc.md

1.1 KiB

Get Zulip notifications from Slack for messages on your team's public channels!

See also the Slack-compatible webhook.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

    If you'd like to map Slack channels to different topics within the same stream, add &channels_map_to_topics=1 to the end of the URL. The topic parameter will be ignored.

    If you'd like to map Slack channels to different streams, add &channels_map_to_topics=0 to the end of the URL. The stream parameter will be ignored. Make sure you create streams for all your public Slack channels, and that the name of each stream is the same as the name of the Slack channel it maps to.

  3. Go to https://my.slack.com/services/new/outgoing-webhook and click Add Outgoing WebHooks integration.

  4. Scroll down and configure the Channel and/or Trigger Word(s) options as appropriate. Set URL(s) to the URL constructed above, and click Save Settings.

{!congrats.md!}