diff --git a/static/images/integrations/front/001.png b/static/images/integrations/front/001.png index 329c67b5e2..c86927a89d 100644 Binary files a/static/images/integrations/front/001.png and b/static/images/integrations/front/001.png differ diff --git a/static/images/integrations/front/002.png b/static/images/integrations/front/002.png deleted file mode 100644 index a7fa63b9dc..0000000000 Binary files a/static/images/integrations/front/002.png and /dev/null differ diff --git a/static/images/integrations/front/003.png b/static/images/integrations/front/003.png deleted file mode 100644 index bc1a6577f3..0000000000 Binary files a/static/images/integrations/front/003.png and /dev/null differ diff --git a/static/images/integrations/front/004.png b/static/images/integrations/front/004.png deleted file mode 100644 index 36b7e24c88..0000000000 Binary files a/static/images/integrations/front/004.png and /dev/null differ diff --git a/static/images/integrations/front/005.png b/static/images/integrations/front/005.png deleted file mode 100644 index e5511bcfb0..0000000000 Binary files a/static/images/integrations/front/005.png and /dev/null differ diff --git a/static/images/integrations/front/006.png b/static/images/integrations/front/006.png deleted file mode 100644 index 0a09988fd9..0000000000 Binary files a/static/images/integrations/front/006.png and /dev/null differ diff --git a/static/images/integrations/front/007.png b/static/images/integrations/front/007.png deleted file mode 100644 index d0b30a5344..0000000000 Binary files a/static/images/integrations/front/007.png and /dev/null differ diff --git a/static/images/integrations/front/008.png b/static/images/integrations/front/008.png deleted file mode 100644 index 26fb32a8ed..0000000000 Binary files a/static/images/integrations/front/008.png and /dev/null differ diff --git a/zerver/webhooks/front/doc.md b/zerver/webhooks/front/doc.md index 208d3670d2..7ebba2f411 100644 --- a/zerver/webhooks/front/doc.md +++ b/zerver/webhooks/front/doc.md @@ -2,36 +2,22 @@ Front lets you manage all of your communication channels in one place, and helps your team collaborate around every message. Follow these steps to recieve Front notifications without leaving Zulip! -{!create-stream.md!} +1. {!create-stream.md!} -{!create-bot-construct-url.md!} +1. {!create-bot-construct-url-indented.md!} -Then, log into your Front account, and do the following: +1. Go to the **Settings** page of your Front organization. Click on the +**Integrations** tab, and enable the **Webhooks** integration. Click on +the **Rules** tab, and add a new rule. Select the events you would like to +be notified about. Set the URL of the target webhook to the URL +constructed above. -1. Go to the **Settings** of your organization. - ![](/static/images/integrations/front/001.png) - -2. Enable webhook notifications. - ![](/static/images/integrations/front/002.png) - ![](/static/images/integrations/front/003.png) - -3. Pick the types of events for which you want to receive notifications, -and set the URL you construsted for the Front bot as a target webhook. - ![](/static/images/integrations/front/004.png) - ![](/static/images/integrations/front/005.png) - -Finally, go to the **Settings** of your Zulip organization, and add a new -filter on the **Filter settings** page. - -**Pattern**: `cnv_(?P[0-9a-z]+)`. -**URL format string**: `https://app.frontapp.com/open/cnv_%(id)s`. - -![](/static/images/integrations/front/006.png) - -This step is necessary to set a link to a Front conversation as a name of -the corresponding topic in Zulip. +1. Go to the **Settings** page of your Zulip organization. Click on the +**Filter settings** tab, and add a new filter. Set the pattern to +`cnv_(?P[0-9a-z]+)`. Set the URL format string to +`https://app.frontapp.com/open/cnv_%(id)s`. This step is necessary to map +Front conversations to topics in Zulip. {!congrats.md!} -![](/static/images/integrations/front/007.png) -![](/static/images/integrations/front/008.png) +![](/static/images/integrations/front/001.png)