Skip to content

Commit

Permalink
Merge pull request #223 from flotiq/feature/maciejl/22922-async-link
Browse files Browse the repository at this point in the history
ref #22922 - add correct link to asynchronous webhhook from overview page
  • Loading branch information
MaciejLabedzkiCodewave authored Jan 25, 2024
2 parents 9c8d4f5 + 663cfb8 commit 5a075e1
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 5a075e1

Please sign in to comment.