Add docs for Http webhooks#212
Merged
Merged
Conversation
The HTTP source documentation was out of date with respect to the upstream plugin README. This updates it to cover: - Webhook Mode with configurable routes, Handlebars templates, and payload transformation for external services (GitHub, Shopify, etc.) - Authentication options (HMAC signature verification, Bearer token) - CORS configuration - Template context variables and helpers - Multi-format payload support (JSON, XML, YAML, text) - Error behavior configuration (reject, acceptAndLog, acceptSilent) - Timestamp auto-detection (seconds, ms, ns, ISO 8601) - Response format documentation - Adaptive batching throughput levels table - Expanded troubleshooting section Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add detailed reference tables for all nested webhook configuration objects: webhooks top-level, cors, routes, auth.signature, auth.bearer, mappings, conditions (when), and element templates (node/relation). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix port default: 8080, not required (matches upstream) - Fix Shopify example: template output property names should not be camel-cased (they are user-defined output, not config keys) - Add note that 'when' conditions only support header/field, not route/query params - Add note that dispatch_mode/dispatch_buffer_capacity are builder-only and not exposed in Drasi Server config - Add note about /health returning status and features - Add note about accessing Content-Type via headers context Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
These words are used in the updated HTTP source documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ruokun-niu
approved these changes
Apr 30, 2026
agentofreality
approved these changes
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add docs for Http webhooks