2024-07-01 19:10:18 +02:00
|
|
|
# Zulip Front integration
|
|
|
|
|
2018-02-08 19:47:01 +01:00
|
|
|
Front lets you manage all of your communication channels in one place,
|
|
|
|
and helps your team collaborate around every message. Follow these steps
|
2020-03-28 01:25:56 +01:00
|
|
|
to receive Front notifications without leaving Zulip!
|
2018-02-08 19:47:01 +01:00
|
|
|
|
2024-07-01 19:10:18 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2018-02-08 19:47:01 +01:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
2024-07-01 19:10:18 +02:00
|
|
|
1. {!generate-webhook-url-basic.md!}
|
|
|
|
|
|
|
|
1. Go to the **Settings** page of your Front organization, and select
|
|
|
|
the **App store** tab. Search for the **Webhooks** integration that's
|
|
|
|
published by Front, and enable the app.
|
2018-02-08 19:47:01 +01:00
|
|
|
|
2024-07-01 19:10:18 +02:00
|
|
|
1. Select the **Rules** tab, and add a new shared rule. Set the **When**
|
|
|
|
and **If** conditions you would like to be notified about. Set **Send
|
|
|
|
to a Webhook** as the action, and input the URL generated above in
|
|
|
|
the **Target Webhook** field. Click **Save**.
|
2018-02-08 19:47:01 +01:00
|
|
|
|
2024-07-01 19:10:18 +02:00
|
|
|
1. [Add a new linkifier](/help/add-a-custom-linkifier) in your Zulip
|
|
|
|
organization. Set the pattern to `cnv_(?P<id>[0-9a-z]+)` and the URL
|
|
|
|
template to `https://app.frontapp.com/open/cnv_{id}`. This step maps
|
|
|
|
Front conversations to topics in Zulip.
|
|
|
|
|
|
|
|
{end_tabs}
|
2018-02-08 19:47:01 +01:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
2018-03-15 20:13:40 +01:00
|
|
|
![](/static/images/integrations/front/001.png)
|
2024-07-01 19:10:18 +02:00
|
|
|
|
|
|
|
{% if all_event_types is defined %}
|
|
|
|
|
|
|
|
{!event-filtering-additional-feature.md!}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
### Related documentation
|
|
|
|
|
|
|
|
{!webhooks-url-specification.md!}
|