auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
this.message = "this is a custom plain text message"
auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
// use $respond() to return a custom response to HTTP/Webhook or SDK requests
$respond({
immediate: true,
status: 200,
headers: { "content-type": "text/plain" },
body: steps.export_example.message
});