Skip to content

Commit

Permalink
add correct link to asynchronous webhhook from overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejLabedzkiCodewave committed Jan 25, 2024
1 parent 633080f commit e5c54d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/panel/webhooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e5c54d6

Please sign in to comment.