SMS (Twilio)
IntegrationsSMS (Twilio) Node
Overview
Configure this node to integrate with external services or perform logic.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
accountSid | string | — | Configuration field for accountSid |
authToken | string | — | Configuration field for authToken |
fromNumber | string | — | Configuration field for fromNumber |
to | string | — | Configuration field for to |
message | string | — | 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