await step.sms('chat', async () => {
    return {
        body: 'A new post has been created',
    };
});

Chat Output

await step.sms('chat', async () => {
    return {
        body: 'A new post has been created',
    };
});
body
string
required

The message to be sent to the sms channel.

SMS Result

The SMS step does not return any result object.