feat: add folder support for workflows (fixes #70)
This commit is contained in:
59
workflows/Github/1068_GitHub_Slack_Automation_Triggered.json
Normal file
59
workflows/Github/1068_GitHub_Slack_Automation_Triggered.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"id": "5ec2322573f7590007802e1f",
|
||||
"name": "Extranet Releases",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Slack",
|
||||
"type": "n8n-nodes-base.slack",
|
||||
"position": [
|
||||
560,
|
||||
550
|
||||
],
|
||||
"parameters": {
|
||||
"text": "=New release is available in {{$node[\"Github Trigger\"].json[\"body\"][\"repository\"][\"full_name\"]}} !\n{{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"tag_name\"]}} Details:\n{{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"body\"]}}\n\nLink: {{$node[\"Github Trigger\"].json[\"body\"][\"release\"][\"html_url\"]}}",
|
||||
"as_user": true,
|
||||
"channel": "extranet-md",
|
||||
"attachments": [],
|
||||
"otherOptions": {}
|
||||
},
|
||||
"credentials": {
|
||||
"slackApi": "Extranet-md"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Github Trigger",
|
||||
"type": "n8n-nodes-base.githubTrigger",
|
||||
"position": [
|
||||
350,
|
||||
550
|
||||
],
|
||||
"parameters": {
|
||||
"owner": "Mesdocteurs",
|
||||
"events": [
|
||||
"release"
|
||||
],
|
||||
"repository": "mda-admin-partner-api"
|
||||
},
|
||||
"credentials": {
|
||||
"githubApi": "Github API"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": true,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Github Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Slack",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user