From a973887db2f844ada016a0163c37e9b7b8361927 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Wed, 9 Nov 2022 20:09:26 +0100 Subject: [PATCH] docs: Add explanation for not supporting webhook based triggers atm --- packages/docs/pages/build-integrations/triggers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/pages/build-integrations/triggers.md b/packages/docs/pages/build-integrations/triggers.md index f7c0f7bc..b4b55d60 100644 --- a/packages/docs/pages/build-integrations/triggers.md +++ b/packages/docs/pages/build-integrations/triggers.md @@ -14,6 +14,10 @@ The build integrations section is best understood when read from beginning to en ::: +:::warning +For HTTP-based triggers, Automatisch currently supports only polling. Webhook-based triggers are not supported at the moment, but we are planning to add them in the future. +::: + ## Add triggers to the app Open the `thecatapi/index.ts` file and add the highlighted lines for triggers.