Source: factory.report/package.system/ObjReportWebhookDashboard.py
Generic inbound webhook dashboard.
Works with any bloom_ table. Auto-detects
the date column, guid column, and available
business columns per webhook.
| Method | Signature | Description |
|---|---|---|
| RpcRefresh | RpcRefresh(data: dict) -> str |
RPC entry point called by the framework. |
| Render | Render(param1 = '', param2 = '', param3 = '') -> str |
Render the webhook dashboard. |