Use this robust n8n workflow to automate high-volume global SMS messaging via the ClickSend API. Learn how to configure the HTTP Request n8n node for instant alerts.
Download this n8n workflow template and start using it instantly.
Markdown formatted list:
Technical users looking for pre-built n8n templates for SMS gateway integration.
Developers needing to send transactional alerts or notifications without relying on a dedicated SMS provider n8n node.
When building complex automation systems, reliable communication is essential. This specific n8n workflow provides a universal solution for sending SMS messages globally using the ClickSend API. By utilizing the versatile HTTP Request n8n node and configuring Basic Authentication, this automation bypasses the need for custom code to interact with the API, making it one of the easiest n8n templates to deploy for messaging services.
This simple but powerful n8n workflow demonstrates best practices for API integration, allowing you to instantly send critical notifications, confirmation codes, or marketing updates as part of a larger n8n setup. The initial setup requires obtaining a ClickSend API key, which is detailed in the sticky notes provided within the n8n workflow itself.
This n8n workflow is executed sequentially and uses the Manual Trigger n8n node for easy testing:
sms (the message body) and to (the recipient's phone number, including the international prefix).{{ $json.sms }} and {{ $json.to }}) to dynamically inject the message content and recipient number into the request body.Markdown formatted installation instructions:
to field with the actual recipient number (using the international prefix, e.g., +447xxxxxxx) and adjust the sms text.Markdown formatted node list:
When clicking ‘Test workflow’ (Manual Trigger n8n node)
Function: Acts as the starting point (n8n trigger) for this demonstration n8n workflow. It allows for immediate execution during testing or manual operations.
Key Configuration: None, simple manual execution.
Set SMS data (Set n8n node)
Function: Standardizes and prepares the payload needed for the ClickSend API call. This is crucial for passing clean data to the next n8n node.
Key Configuration: Sets string variables sms (message content) and to (recipient phone number, including international code).
Send SMS (HTTP Request n8n node)
Function: Sends the actual POST request to the https://rest.clicksend.com/v3/sms/send endpoint, fulfilling the core purpose of this n8n workflow.
Key Configuration:
Method: POST.
Body: JSON structure dynamically referencing {{ $json.sms }} and {{ $json.to }}.
Authentication: HTTP Basic Auth, configured with ClickSend credentials.
Use this powerful n8n workflow to monitor PostgreSQL database metrics and automatically send SMS alerts via Twilio when critical thresholds are crossed, ensuring rapid response.

Use this powerful n8n workflow to instantly send new Shopify order details and links directly to a Slack channel for immediate team awareness and faster fulfillment processing.

Use this robust n8n workflow to automate instant email alerts whenever a new order is placed in Zoho E-commerce. Ensure real-time order tracking and responsiveness.

Automate your financial tracking using this powerful n8n workflow. Schedule daily, weekly, and monthly Telegram digests summarizing Notion expenses, budgets, and liquidity.

Use this powerful n8n workflow to automatically fetch RSS feeds, transform the content into a responsive HTML email digest, and send it on a schedule using the Gmail n8n node.

Full-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at [email protected] or add me on Linkedin.com/in/davideboizza







































