zulip/zerver/webhooks/front/doc.md

925 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 template to https://app.frontapp.com/open/cnv_{id}. This step is necessary to map Front conversations to topics in Zulip.

{!congrats.md!}