n8n-workflows/workflows/511_Send_an_SMS_using_MSG91.json
2025-05-14 11:58:29 +03:00

47 lines
798 B
JSON

{
"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
}
]
]
}
}
}