Renders a summary configuration table for a single webhook definition, showing its base URL, direction, HTTP method, form flag, and payload type.
Webhook — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param1 — the WebhookCode to look up in def_webhook for the active package.
Returns an HTML Bootstrap grid fragment containing a table of webhook properties. Returns an empty string if no matching webhook is found.
def_webhook.BaseUrl, Direction, httpmethod, IsForm, and PayloadType.