Blocks

Twilio SMS

Send SMS messages

Send text messages to single or multiple recipients using the Twilio API.

Back to Catalog
Toolstwilio_sms

Block Preview

Twilio

Twilio SMS

Send SMS messages

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the twilio_sms block with monitoring enabled in production.

Inputs (UI)

Recipient Phone Numbers

long-input

Placeholder: Enter phone numbers with country code (one per line, e.g., +1234567890)

Layout: full

Message

long-input

Placeholder: e.g. "Hello! This is a test message."

Layout: full

Twilio Account SID

short-input

Placeholder: Your Twilio Account SID

Layout: full

Auth Token

short-input

Placeholder: Your Twilio Auth Token

Layout: full

From Twilio Phone Number

short-input

Placeholder: e.g. +1234567890

Layout: full

Inputs (API)

phoneNumbers

string

Required

message

string

Required

accountSid

string

Required

authToken

string

Required

fromNumber

string

Required

Outputs

Primary response type:

{
  "success": "boolean",
  "messageId": "string",
  "status": "string",
  "error": "string"
}

Tool Access

twilio_send_sms
Twilio SMS | NowFlow Blocks