OFFSET_BASED
: Uses offset/limit parametersPAGE_BASED
: Uses page number and page sizeCURSOR_BASED
: Uses cursor tokens for navigationDISABLED
: No automatic pagination (default)GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
NONE
- No authenticationHEADER
- Authentication via headersQUERY_PARAM
- Authentication via query parametersOAUTH2
- OAuth 2.0 authenticationAUTO
- Automatic detectionJSON
- JSON filesCSV
- CSV filesXML
- XML filesNONE
- No decompressionGZIP
- gzip compressionDEFLATE
- deflate compressionZIP
- zip archivesAUTO
- Automatic detectionENABLED
- Full cachingDISABLED
- No cachingREADONLY
- Read-only cache. This is the default mode.WRITEONLY
- Write-only cacheOFFSET_BASED
- Offset-based paginationPAGE_BASED
- Page-based paginationCURSOR_BASED
- Cursor-based paginationDISABLED
- Disabled paginationDEBUG
- Debug levelINFO
- Info levelWARN
- Warn levelERROR
- Error levelENABLED
- Full self-healingTRANSFORM_ONLY
- Transform-only self-healingREQUEST_ONLY
- Request-only self-healingDISABLED
- No self-healingCREATE
- Create onlyUPDATE
- Update onlyUPSERT
- Create or updateid
: ID of the log messagemessage
: Log message stringlevel
: LogLevel (DEBUG, INFO, WARN, ERROR)timestamp
: DateTimerunId
: ID of the related run (optional)stepResults
: Array of individual step results within the workflowstepId
: Identifier of the step within the workflowrawData
: Raw response data before transformationtransformedData
: Data after applying transformationsexecutionMode
: How to execute the step (DIRECT for single execution, LOOP for batch processing)loopSelector
: JSONata expression to select items for loopingloopMaxIters
: Maximum iterations for loop mode (default: 1000)inputMapping
: JSONata expression to map workflow data to step inputresponseMapping
: JSONata expression to transform step outputfindRelevantIntegrations
query.
reason
: Explanation of why this integration was suggestedsavedCredentials
: Names of credentials already saved for this integration