Novu home pagelight logodark logo
  • v2 Docs
  • Pricing
  • Blog
  • Contact us
  • novuhq/novu
  • novuhq/novu
Documentation
Framework (Code-First)
SDKs
Guides
Help Center
  • Documentation
  • API Reference
  • Discord Support
  • Getting Started
    • Quick Start
    • Dev Studio
    • Roadmap
    Concepts
    • Bridge Endpoint
    • Workflows
    • Step Inputs
    • Payload
    Steps
    • Introduction
    • Email
    • In-App
    • SMS
    • Push
    • Chat
    • Digest
    • Delay
    • Custom
    SDK
    • Introduction
    • Next.js
    • Nuxt
    • Express
    • Remix
    • SvelteKit
    • H3
    • Typescript
    Deployment
    • Going to Production
    • CLI
    • GitHub Actions
    For Non-Developers
    • Introduction
    Integrations
    • React E-mail
    • Vue E-mail
    • Svelte E-mail
    • Remix w/ React E-mail
    Recipes
    • JSON Schema
    Steps

    SMS Channel Step

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

    Was this page helpful?

    In-AppPush
    twittergithublinkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.