Simple SMS Messaging System with Textbelt API Integration
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:
1. **Manual Trigger**: Starts the workflow manually by clicking "Execute workflow."
2. **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.
3. **HTTP Request Node**: Sends a POST request to https://textbelt.com/text 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.
Platform
n8n
Category
Communication
Price
Free
Creator
Sarfaraz Muhammad Sajib
set
stickyNote
httpRequest
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.