await step.sms('sms', async () => { return { body: 'A new post has been created', };});
Steps
SMS Channel Step
Copy
Ask AI
await step.sms('sms', async () => { return { body: 'A new post has been created', };});
The sms step allows you to send a message to a SMS channel. This is useful when you need to send an SMS message directly to a users device over a mobile network.