From 74ebe492c584fd6894341f90dd3fd711e699565c Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 21 Dec 2022 23:07:40 +0300 Subject: [PATCH] docs: Add usage of ngrok for webhook-based trigger development --- packages/docs/pages/build-integrations/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/pages/build-integrations/examples.md b/packages/docs/pages/build-integrations/examples.md index 4a957a18..308be03f 100644 --- a/packages/docs/pages/build-integrations/examples.md +++ b/packages/docs/pages/build-integrations/examples.md @@ -49,6 +49,10 @@ The build integrations section is best understood when read from beginning to en ### Webhook-based triggers +:::warning +If you are developing a webhook-based trigger, you need to ensure that the webhook is publicly accessible. You can use [ngrok](https://ngrok.com) for this purpose and override the webhook URL by setting the **WEBHOOK_URL** environment variable. +::: + - [New entry - Typeform](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/typeform/triggers/new-entry/index.ts) ### Pagination with descending order