adding the workflow collection to git
This commit is contained in:
48
workflows/1_Send_a_message_on_Twake.json
Normal file
48
workflows/1_Send_a_message_on_Twake.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "1",
|
||||
"name": "Send a message on Twake",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
600,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Twake",
|
||||
"type": "n8n-nodes-base.twake",
|
||||
"position": [
|
||||
800,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"content": "",
|
||||
"channelId": "",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"twakeCloudApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Twake",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user