Simple SMS Messaging System with Textbelt API Integration

Go to Workflow
0 views
Built by Sarfaraz Muhammad Sajib Sarfaraz Muhammad Sajib
Created on June 05, 2026

Description

This n8n workflow sends SMS messages through the Textbelt API by accepting phone numbers, messages, and API keys as inputs. It uses a manual trigger to start the process, sets the necessary data, and executes an HTTP POST request to deliver the SMS.

Step-by-Step Explanation:
Manual Trigger: Starts the workflow manually by clicking ‘Execute workflow’.
Set Data Node: Defines the required input parameters (phone, message, and key) that will be sent to the SMS API. You can populate these fields with your target phone number, the text message, and your Textbelt API key.
HTTP Request Node: Sends a POST request to https://textbelt.com/tex with the phone number, message, and API key in the request body to send the SMS. The response from the API confirms whether the message was successfully sent.

Nodes Used (1)

HTTP Request
n8n-nodes-base.httpRequest