docs: Add usage of ngrok for webhook-based trigger development

This commit is contained in:
Faruk AYDIN
2022-12-21 23:07:40 +03:00
parent 254fcecf33
commit 74ebe492c5

View File

@@ -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