Docs/Integrations/SMS (Twilio)

SMS (Twilio)

Integrations

SMS (Twilio) Node

Overview

Configure this node to integrate with external services or perform logic.

Configuration

PropertyTypeDefaultDescription
accountSidstring—Configuration field for accountSid
authTokenstring—Configuration field for authToken
fromNumberstring—Configuration field for fromNumber
tostring—Configuration field for to
messagestring—Configuration field for message

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{sms.sid}}
anyOutput field: sid
{{sms.status}}
anyOutput field: status

Examples

Basic Usage

Example configuration:

{
  "accountSid": "value",
  "authToken": "value",
  "fromNumber": "value",
  "to": "value",
  "message": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try SMS (Twilio) in Your Workflow

Create a free account and start building AI-powered workflows with the SMS (Twilio) node.

Open Workflow Editor