Merge pull request #813 from automatisch/docs/ngrok-usage

docs: Add usage of ngrok for webhook-based trigger development
This commit is contained in:
Ömer Faruk Aydın
2022-12-21 23:10:03 +03:00
committed by GitHub

View File

@@ -49,6 +49,10 @@ The build integrations section is best understood when read from beginning to en
### Webhook-based triggers ### 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) - [New entry - Typeform](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/typeform/triggers/new-entry/index.ts)
### Pagination with descending order ### Pagination with descending order