~/.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.