ExecuteIntegrationsResponse

The response for executing an integration.

JSON representation
{
  "executionId": string,
  "outputParameters": {
    object
  }
}
Fields
executionId

string

The id of the execution corresponding to this run of integration.

outputParameters

object (Struct format)

OUTPUT parameters in format of Map<Key,Value>. Where Key is the name of the parameter. Note: Name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.