Marketing & Advertising Automation

Send an SMS using MSG91

Send an SMS using MSG91

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

798 Bytes
{
  "name": "Send an SMS using MSG91",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Msg91",
      "type": "n8n-nodes-base.msg91",
      "position": [
        450,
        300
      ],
      "parameters": {
        "to": "",
        "from": "",
        "message": ""
      },
      "credentials": {
        "msg91Api": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Msg91",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}