auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
// Create the message you want to send to Discord
// Assign the message to a $event key so we can reference it in the Send to Discord action
// To learn more about $event, check out pipedream.com/docs
$event.discordMessage = `${$event.body.first_name} ${$event.body.last_name} bought ${$event.body.quantity} ${$event.body.product}.`