auths
objectEnter the endpoint for your Glitch server.
return
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps, params) => {
}
$send.http({
method: 'GET',
url: params.url
})