Skip to content

AsyncPluginCallbackResponse

App Connect callback-processing result. successful describes whether the callback was accepted or processed, not whether the plugin background work succeeded.

Properties

Property Type Required Description
successful boolean Yes True when the callback report was recorded, including a plugin-reported failure; false for callback validation or processing errors.
message string No Human-readable validation or processing error when successful is false.

Example

{
  "successful": false,
  "message": "string"
}