AsyncPluginCallbackRequest
Plugin completion report for a callback-enabled asynchronous call task.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
successful |
boolean | Yes | JSON boolean describing plugin work: true requests a CRM note update; false records task failure. |
note |
string | No | Text appended to existing CRM Agent notes when successful is true. Ignored when false. |
message |
string | No | Diagnostic result text. Stored as the task failure reason when successful is false; ignored on a successful callback. |
Example
{
"successful": false,
"note": "string",
"message": "string"
}