feat: add folder support for workflows (fixes #70)
This commit is contained in:
49
workflows/Manual/1166_Manual_Messagebird_Send_Triggered.json
Normal file
49
workflows/Manual/1166_Manual_Messagebird_Send_Triggered.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "85",
|
||||
"name": "Sending an SMS with MessageBird",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "MessageBird",
|
||||
"type": "n8n-nodes-base.messageBird",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"message": "",
|
||||
"originator": "",
|
||||
"recipients": "",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"messageBirdApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "MessageBird",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user