The HTTP plugin POSTs plugin envelopes to an HTTP(S) endpoint. It is the most versatile transport because almost every platform speaks HTTP. Configuration is stored at the system data root (for exampleDocumentation Index
Fetch the complete documentation index at: https://docs.eventdbx.com/llms.txt
Use this file to discover all available pages before exploring further.
~/.eventdbx/plugins.json).
Minimal config
Payload format
The plugin sends JSON withevent, optional state, and optional schema keys based on payload mode:
payload_mode on the plugin definition.
Authentication
- Static bearer tokens via
headers. https = trueprependshttps://whenendpointis a bare host.
Retries and DLQ
The queue retries automatically untilplugin_max_attempts (configured via dbx config). Failures are logged; inspect and replay with dbx queue.
Observability
Logs include status codes and truncated responses. Usedbx plugin test <name> to send a sample envelope and verify connectivity.