PluginInvocationRequest
Envelope sent to a synchronous plugin; the successful response must be the bare LoggingPayload.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
data |
LoggingPayload | Yes | — |
config |
PluginConfig | No | — |
hashedExtensionId |
string or null | No | Deployment-scoped pseudonymous extension identifier supplied for call correlation when available. It can be null and is omitted from current SMS and fax flows. It is not an authentication credential. |
Example
{
"data": {},
"config": {},
"hashedExtensionId": "string"
}