We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72086b commit 4e7450cCopy full SHA for 4e7450c
README.md
@@ -33,6 +33,7 @@ WebhookX is an open-source webhooks gateway for message receiving, processing, a
33
- `webhookx-signature`: Sign outbound requests with HMAC(SHA-256) by adding `Webhookx-Signature` and `Webhookx-Timestamp` headers.
34
- `wasm`: Transform outbound requests using high-level languages such as AssemblyScript, Rust or TinyGo. See [plugin/wasm](plugins/wasm).
35
- `function`: Customize inbound behavior with JavaScript, e.g. signature verification or request body transformation.
36
+ - `jsonschema-validator`: Validate event payloads against JSONSchema definitions. Up to Draft v6 is supported.
37
- **Observability:** OpenTelemetry metrics and tracing for monitoring and troubleshooting.
38
39
0 commit comments