Novu makes SMS notifications simple, scalable, and reliable, enabling seamless integration with your communication stack. Whether you’re sending OTPs, updates, or transactional messages, Novu ensures your SMS notifications are delivered efficiently and effectively.

Learn more about the SMS Channel.

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