adding the workflow collection to git
This commit is contained in:
22
workflows/587_workflow_587.json
Normal file
22
workflows/587_workflow_587.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "IMAP Email",
|
||||
"type": "n8n-nodes-base.emailReadImap",
|
||||
"position": [
|
||||
760,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"options": {
|
||||
"allowUnauthorizedCerts": false
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
"imap": "imap_creds"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user