SMS Channel Step
await step.sms('send-sms', async () => {
return {
body: 'A new post has been created',
};
});
Was this page helpful?
await step.sms('send-sms', async () => {
return {
body: 'A new post has been created',
};
});
Was this page helpful?