auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
const axios = require("axios")
const options = {
method: "POST",
url: 'https://entygbild98b.x.pipedream.net',
data: JSON.stringify($event.body),
headers: {
'Content-Type': 'application/vnd.kafka.json.v2+json'
}
}
await axios(options)