Event hook plugin for Apache APISIX #8592
Boburmirzo
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hi @Boburmirzo, this feature is interesting indeed 😄 Usually the applications we're using support WebHook features, but I personally don't have enough scenarios to put this feature on Gateway. Do you have more information, like what cases we should rely on Gateway to send webhooks? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is nice to have a new webhook event handler as a plugin.
Event hooks are outbound calls from API Gateway. With event hooks, the Apache APISIX API Gateway can communicate with target services or resources, letting the target know that an event was triggered. When an event is triggered in Apisix, it calls a URL with information about that event. Parts of the plugin codebase can subscribe to these events, then process the events using callbacks.
Examples from Kong Enterprise and Tyk:
https://docs.konghq.com/gateway/latest/kong-enterprise/event-hooks/
https://tyk.io/docs/basic-config-and-security/report-monitor-trigger-events/webhooks/
Beta Was this translation helpful? Give feedback.
All reactions