---
url: https://gudhub.com/docs/automation-nodes/turbo-sms-node/
title: "Turbo SMS\n                #"
description: "Turbo SMS is a node that allows you to send SMS messages using the TurboSMS service. The fee for sending a message corresponds to the service's rates. This elem"
lang: uk
updated: 2026-09-08T16:12:02.018Z
---

# Turbo SMS [#](https://gudhub.com/docs/automation-nodes/turbo-sms-node/#turbo-sms)

**Turbo SMS** is a node that allows you to send SMS messages using the [TurboSMS](https://turbosms.ua/ua/) service. The fee for sending a message corresponds to the service's rates. This element is recommended to use with [Phone](https://gudhub.com/docs/gh-elements/phone/) and [Text Area](https://gudhub.com/docs/gh-elements/text-area/). The data will be pulled from these fields. This element is quite similar to the [Send Message](https://gudhub.com/docs/automation-nodes/send-message-node/) and [Twilio SMS](https://gudhub.com/docs/automation-nodes/twilio-sms/) nodes.

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

This node can also be used for mass messaging. You can do this by using **Turbo SMS** inside [Iterator](https://gudhub.com/docs/automation-nodes/iterator-node/).

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

There are not so many input sockets.

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

Current sockets are responsible for sending SMS messages. To be more precise, you have to send the recipient's phone number and message content here.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Phone | `value` | _accepts the phone number to which the SMS will be sent_ |
| Message | `value` | _accepts the contents of the SMS message_ |

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

This node has no settings for adding additional sockets.

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

The current node has no additional output sockets.

### Default Output Sockets [#](https://gudhub.com/docs/automation-nodes/turbo-sms-node/#default-output-sockets)

The output sockets of the current node are responsible for responding to requests. That is, these sockets return information about the status of sending an SMS message.

| Name | Data Type | Description |
| :-- | :-- | :-- |
| Error | `value` | _returns a message when an error occurred while sending and the message was not sent_ |
| Sent | `value` | _returns a message if the SMS message was successfully sent_ |

### Additional Output Sockets [#](https://gudhub.com/docs/automation-nodes/turbo-sms-node/#additional-output-sockets)

There are no additional output sockets in this node.

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

This node has only one small block of settings called **Default Settings**. It contains only two settings.

![Default settings of turbo sms node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Automation_Nodes/automation-nodes/turbo-sms-default-settings.jpg)

| Name | Description |
| :-- | :-- |
| Token | allows you to enter the token of the TurboSMS account; [details...](#token) |
| Notes | allows you to leave any notes in the node; [details...](#notes) |

### **Token** [#](https://gudhub.com/docs/automation-nodes/turbo-sms-node/#token)

This setting is the most important for configuring the node. It accepts the token HTTP API of the [TurboSMS](https://turbosms.ua/ua/) account. This token provides authorization in the service through which SMS messages will be sent.

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

This is the default setting for each node. It allows you to write any text that will be displayed in the node above the input slots.
