2024-07-09 17:23:40 +02:00
|
|
|
# Zulip Slack incoming webhook integration
|
|
|
|
|
2023-11-07 20:48:02 +01:00
|
|
|
Zulip can process incoming webhook messages written to work with Slack's
|
2024-07-09 17:23:40 +02:00
|
|
|
[incoming webhook API][1]. This makes it easy to quickly move your
|
|
|
|
integrations when migrating your organization from Slack to Zulip.
|
2020-05-09 20:22:11 +02:00
|
|
|
|
2023-11-07 16:06:16 +01:00
|
|
|
!!! warn ""
|
|
|
|
|
2024-07-09 17:23:40 +02:00
|
|
|
**Note:** In the long term, the recommended approach is to use
|
|
|
|
Zulip's native integrations, which take advantage of Zulip's topics.
|
|
|
|
There may also be some quirks when Slack's formatting system is
|
|
|
|
translated into Zulip's.
|
|
|
|
|
|
|
|
{start_tabs}
|
2023-11-07 16:06:16 +01:00
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2023-11-07 16:06:16 +01:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-09 17:23:40 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
|
|
|
|
|
|
|
1. Use the generated URL anywhere you would use a Slack webhook.
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
- [Slack's incoming webhook documentation][1]
|
|
|
|
|
|
|
|
- [Zulip Slack integration](/integrations/doc/slack)
|
2023-11-07 16:06:16 +01:00
|
|
|
|
2024-07-09 17:23:40 +02:00
|
|
|
{!webhooks-url-specification.md!}
|
2023-11-07 16:06:16 +01:00
|
|
|
|
2024-07-09 17:23:40 +02:00
|
|
|
[1]: https://api.slack.com/messaging/webhooks
|