await step.sms('chat', async () => { return { body: 'A new post has been created', }; });
The message to be sent to the sms channel.
The SMS step does not return any result object.
SMS
Was this page helpful?