Files
zulip/zerver/webhooks/front/doc.md
Anders Kaseorg 6b3399d7e6 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit dc33a0ae67)
2022-07-07 13:31:32 -07:00

932 B

Front lets you manage all of your communication channels in one place, and helps your team collaborate around every message. Follow these steps to receive Front notifications without leaving Zulip!

  1. {!create-stream.md!}

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

  3. 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.

  4. Go to the Settings page of your Zulip organization. Click on the Linkifiers tab, and add a new linkifier. Set the pattern to cnv_(?P<id>[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!}