---
url: https://gudhub.com/docs/automation-nodes/twilio-sms/
title: "Twilio SMS\n                #"
description: "Twilio SMS a node that allows you to automatically send SMS using the Twilio service. You can configure it so that messages will be automatically sent, for exam"
lang: uk
updated: 2026-09-08T16:12:13.136Z
---

# Twilio SMS [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#twilio-sms)

**Twilio SMS** - a node that allows you to automatically send SMS using the [Twilio service](https://www.twilio.com/). You can configure it so that messages will be automatically sent, for example, to your customers after a certain action.

![Twilio SMS node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/twilio-sms-node.jpg "Twilio SMS")

## Inputs [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#inputs)

The **Twilio SMS** has only default sockets.

### Default Input Sockets [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#default-input-sockets)

To send messages, three types of data must be transmitted to the node sockets. These are the contacts of the caller and the recipient of the call, as well as the content of the message.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Caller ID | `value` | _accepts Twilio phone numbers from which messages will be sent_ |
| Recipient | `value` | _accepts number of the message recipients_ |
| Message | `value` | _accept the message text_ |
| Image | `value` | _accept images for messages_ |

### Additional Input Sockets [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#additional-input-sockets)

There are no additional input sockets in this node.

## Outputs [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#outputs)

The current node has no output sockets.

## Options [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#options)

![Settings of twilio SMS node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/twilio-sms-settings.jpg "Twilio SMS settings")

| Name | Description |
| :-- | :-- |
| Account SID | allows to enter the SID of your Twilio account; [details...](#account-sid) |
| Auth Token | allows to enter the authentication token of your Twilio account; [details...](#auth-token) |
| Notes | allows to leave some notes in the node settings; [details...](#notes) |

### Account SID [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#account-sid)

This is the field where you must enter the 34-digit [SID of your Twilio account](https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-particle-photon#retrieve-your-twilio-account-sid-and-api-secret). It is used in conjunction with the [Auth Token](#auth-token) to authenticate your app's API requests.

### Auth Token [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#auth-token)

The second important thing that you have in your Twilio account is [Auth Token](https://www.twilio.com/docs/iam/api/authtoken). Enter it in the appropriate setting to send requests.

### Notes [#](https://gudhub.com/docs/automation-nodes/twilio-sms/#notes)

This is the setting where you can enter any notes about the current node or anything else.
