v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Transformations

Test a transformation

This endpoint executes a transformation against a sample request payload and returns the transformed result without persisting anything.

put/transformations/run

Request body

envobject

Key-value environment variables to be passed to the transformation

webhook_idstring

ID of the connection (webhook) to use for the execution context

codestring

JavaScript code to be executed

transformation_idstring

Transformation ID

event_idstring

Response

Transformation run output

request_idstring nullable
transformation_idstring nullable
execution_idstring nullable
log_level'debug' | 'info' | 'warn' | 'error' | 'fatal' required

The minimum log level to open the issue on