Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

baseId
string
requerido

Cuerpo

application/json
code
string
requerido

TypeScript code to execute

input
object

Input parameters for the script

integrationIds
string[]

Integration IDs to inject into script context

dependencies
object[]

NPM dependencies to install

Respuesta

200 - application/json

Script execution result

success
boolean
requerido
result
object
logs
object
executionTime
number
error
string
Última modificación el 4 de septiembre de 2026