v1

latestOpenAPI 3.0.12026-07-14162344.9 KB
Callbacks

Complete a callback

Completes the given action callback.

post/automation/v4/actions/callbacks/{callbackId}/complete

Path parameters

callbackIdstring required

The ID of the target app.

Request body

outputFieldsobject required

A map of action output names and values.

Example request

{
  "outputFields": {
    "hs_execution_state": "SUCCESS"
  }
}

Response

No content