{
  "$result_object_key": {
    "code": 0,
    "message": "OK",
    "request_id": "123456789021142B04A217BC0086BACCDA"
  }
}
{
  "$result_object_key": {
    "code": "Tiktok response code",
    "message": "Response message",
    "request_id": "The log ID of a request, which uniquely identifies the request"
  }
}

Parameters

Action
Parameters
{
  "$result_object_key": {
    "code": 0,
    "message": "OK",
    "request_id": "123456789021142B04A217BC0086BACCDA"
  }
}
{
  "$result_object_key": {
    "code": "Tiktok response code",
    "message": "Response message",
    "request_id": "The log ID of a request, which uniquely identifies the request"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions.

Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.

Here we demonstrate how to refer to this data using the prefix $result_object_key.

SendEventResponse
Fetch Action Response Object