Send SMS with sms77
detail.loadingPreview
Send SMS messages using the sms77 integration.
About This Workflow
This workflow demonstrates how to send an SMS message using the sms77 node in n8n. It's triggered manually and sends a predefined message.
Key Features
- Trigger SMS sending via a manual execution.
- Configure custom SMS messages.
How To Use
- Add the
manualTriggernode and configure it to run on manual execution. - Add the
sms77node. - Enter your desired message in the
messageparameter. - Configure your
sms77API credentials. - Connect the
manualTriggernode to thesms77node. - Click 'Execute' to send the SMS.
Apps Used
Workflow JSON
{
"id": "70ef3be4-633a-44a7-a33d-fd57acb951a7",
"name": "Send SMS with sms77",
"nodes": 16,
"category": "Communications",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 70ef3be4-633a...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.