AsyncAcceptanceResponse
JavaScript-template acknowledgment. App Connect does not inspect this body.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
accepted |
boolean | Yes | Template-reported acceptance flag; not inspected by App Connect. |
asyncTaskId |
string · uuid | No | Optional echo of the App Connect task UUID for plugin diagnostics; ignored by App Connect. |
message |
string | No | Optional plugin diagnostic; ignored by App Connect. |
Example
{
"accepted": false,
"asyncTaskId": "00000000-0000-4000-8000-000000000000",
"message": "string"
}