Marketing & Advertising Automation

The Easiest Way to Send SMS Worldwide

The Easiest Way to Send SMS Worldwide

Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
4

Node Types

manual Trigger
When clicking ‘Test workflow’
1 node
http Request
Send SMS
1 node
set
Set SMS data
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes

Workflow JSON

3.89 KB
{
  "id": "Qpxx8UnnACBONNJu",
  "meta": {
    "instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
    "templateCredsSetupCompleted": true
  },
  "name": "The Easiest Way to Send SMS Worldwide",
  "tags": [],
  "nodes": [
    {
      "id": "807bfde2-a20e-41ad-87c5-70bcd31e3dcc",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -300,
        -100
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "369069a8-0b79-4e5a-9a89-4bccafdea247",
      "name": "Send SMS",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        140,
        -100
      ],
      "parameters": {
        "url": "https://rest.clicksend.com/v3/sms/send",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n    \"messages\": [\n        {\n            \"source\": \"php\",\n            \"body\": \"{{ $json.sms }}\",\n            \"to\": \"{{ $json.to }}\"\n  ...

Showing first 1000 characters. Click "Expand" to view the full JSON.