auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
console.log(`Use this code step to execute any Node.js code triggered by each HTTP request.`)
// You can reference the payload and headers of the HTTP request using the $event variable, as well
// See https://docs.pipedream.com/notebook/dollar-event/ for more information
console.log($event.body)
console.log($event.headers['content-type'])