Setup the Schedule API trigger to run a workflow which integrates with the Node API. Pipedream's integration platform allows you to integrate Schedule and Node remarkably fast. Free for developers.
// To use previous step data, pass the `steps` object to the run() functionexportdefaultdefineComponent({asyncrun({ steps, $ }){// Return data to use it in future stepsreturn steps.trigger.event
},})