From e5c54d6b7bbd54f097c18df39156e8c7dba1d557 Mon Sep 17 00:00:00 2001 From: Maciej Labedzki Date: Thu, 25 Jan 2024 15:53:32 +0100 Subject: [PATCH] add correct link to asynchronous webhhook from overview page --- docs/panel/webhooks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panel/webhooks/index.md b/docs/panel/webhooks/index.md index 2fd97d92..cad998ae 100644 --- a/docs/panel/webhooks/index.md +++ b/docs/panel/webhooks/index.md @@ -9,7 +9,7 @@ Webhooks are a form of contacint external systems when an event occurs in Flotiq We support 2 types of webhooks: -- [asynchronous](async) - this is the type you are probably most familiar with, you can think of those as notifications sent to external systems *after* an event happens in Flotiq, without altering the processing flow on Flotiq side, +- [asynchronous](async-co-webhook) - this is the type you are probably most familiar with, you can think of those as notifications sent to external systems *after* an event happens in Flotiq, without altering the processing flow on Flotiq side, - [synchronous](sync) - these webhooks are synchronous calls that are made to an external system *during* the processing of data in Flotiq, for example to perform data validation. Follow the links above to read more about each type of webhooks and example use cases. \ No newline at end of file