> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SMS Notification Node

> Send text message notifications

<img src="https://mintcdn.com/vectorshift/B2X2zpDX7crEnhCG/images/platform/pipelines/data-transformation/sms-notification.png?fit=max&auto=format&n=B2X2zpDX7crEnhCG&q=85&s=bb9b8133f0c6b314d19cbf03fb340b89" alt="SMS Notification Node" className="w-full" width="675" height="420" data-path="images/platform/pipelines/data-transformation/sms-notification.png" />

This node allows you to send text message notifications.

## Node Inputs

1. Phone Number: US phone number in country code (+1)
   * Type: `Text`
2. Message: SMS message content
   * Type: `Text`

## Node Outputs

This node has no outputs.

## Example

The below example is a pipeline which sends a text message notification to a phone number.

1. Text Node: The phone number to send the message to
   * Text: `+19999999999`
2. Text Node: The message to send
   * Text: `hello, how are you doing?`
3. SMS Notification Node: Sends the message
   * Phone Number: `{{text_0.text}}`
   * Message: `{{text_1.text}}`

<img src="https://mintcdn.com/vectorshift/B2X2zpDX7crEnhCG/images/platform/pipelines/data-transformation/sms-notification-example.png?fit=max&auto=format&n=B2X2zpDX7crEnhCG&q=85&s=653e589026d3191d207d2ead22c5986c" alt="SMS Notification Example" width="1903" height="837" data-path="images/platform/pipelines/data-transformation/sms-notification-example.png" />
