n8n-nodes-base 1.80.2 → 1.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/Aws.credentials.d.ts +56 -0
- package/dist/credentials/Aws.credentials.js +70 -0
- package/dist/credentials/Aws.credentials.js.map +1 -1
- package/dist/credentials/AzureStorageOAuth2Api.credentials.d.ts +8 -0
- package/dist/credentials/AzureStorageOAuth2Api.credentials.js +33 -0
- package/dist/credentials/AzureStorageOAuth2Api.credentials.js.map +1 -0
- package/dist/credentials/AzureStorageSharedKeyApi.credentials.d.ts +8 -0
- package/dist/credentials/AzureStorageSharedKeyApi.credentials.js +79 -0
- package/dist/credentials/AzureStorageSharedKeyApi.credentials.js.map +1 -0
- package/dist/credentials/VerticaApi.credentials.d.ts +14 -0
- package/dist/credentials/VerticaApi.credentials.js +82 -0
- package/dist/credentials/VerticaApi.credentials.js.map +1 -0
- package/dist/known/credentials.json +21 -0
- package/dist/known/nodes.json +4 -0
- package/dist/methods/defined.json +1 -0
- package/dist/nodes/Form/Form.node.js +26 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/cssVariables.d.ts +1 -0
- package/dist/nodes/Form/cssVariables.js +74 -0
- package/dist/nodes/Form/cssVariables.js.map +1 -0
- package/dist/nodes/Form/formCompletionUtils.js +1 -0
- package/dist/nodes/Form/formCompletionUtils.js.map +1 -1
- package/dist/nodes/Form/formNodeUtils.js +1 -0
- package/dist/nodes/Form/formNodeUtils.js.map +1 -1
- package/dist/nodes/Form/interfaces.d.ts +1 -0
- package/dist/nodes/Form/interfaces.js.map +1 -1
- package/dist/nodes/Form/utils.d.ts +5 -2
- package/dist/nodes/Form/utils.js +14 -2
- package/dist/nodes/Form/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +17 -0
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/Google/Slides/GoogleSlides.node.js +8 -8
- package/dist/nodes/Google/Slides/GoogleSlides.node.js.map +1 -1
- package/dist/nodes/Microsoft/Storage/AzureStorage.node.d.ts +12 -0
- package/dist/nodes/Microsoft/Storage/AzureStorage.node.js +97 -0
- package/dist/nodes/Microsoft/Storage/AzureStorage.node.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/AzureStorage.node.json +18 -0
- package/dist/nodes/Microsoft/Storage/GenericFunctions.d.ts +72 -0
- package/dist/nodes/Microsoft/Storage/GenericFunctions.js +446 -0
- package/dist/nodes/Microsoft/Storage/GenericFunctions.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/azureStorage.dark.svg +14 -0
- package/dist/nodes/Microsoft/Storage/azureStorage.svg +14 -0
- package/dist/nodes/Microsoft/Storage/compare-header.d.ts +1 -0
- package/dist/nodes/Microsoft/Storage/compare-header.js +70 -0
- package/dist/nodes/Microsoft/Storage/compare-header.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/descriptions/BlobDescription.d.ts +3 -0
- package/dist/nodes/Microsoft/Storage/descriptions/BlobDescription.js +1278 -0
- package/dist/nodes/Microsoft/Storage/descriptions/BlobDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/descriptions/ContainerDescription.d.ts +3 -0
- package/dist/nodes/Microsoft/Storage/descriptions/ContainerDescription.js +524 -0
- package/dist/nodes/Microsoft/Storage/descriptions/ContainerDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/descriptions/index.d.ts +2 -0
- package/dist/nodes/Microsoft/Storage/descriptions/index.js +19 -0
- package/dist/nodes/Microsoft/Storage/descriptions/index.js.map +1 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/blob_create.workflow.json +109 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/blob_delete.workflow.json +51 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/blob_get.workflow.json +113 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/blob_getAll.workflow.json +82 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/blob_getAllLimitOptions.workflow.json +76 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/container_create.workflow.json +54 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/container_delete.workflow.json +48 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/container_get.workflow.json +61 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/container_getAll.workflow.json +73 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/container_getAllLimitOptions.workflow.json +59 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/credentials_oauth2.workflow.json +65 -0
- package/dist/nodes/Microsoft/Storage/test/workflows/credentials_sharedKey.workflow.json +62 -0
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Odoo/Odoo.node.js +8 -17
- package/dist/nodes/Odoo/Odoo.node.js.map +1 -1
- package/dist/nodes/QuickBooks/GenericFunctions.js +5 -0
- package/dist/nodes/QuickBooks/GenericFunctions.js.map +1 -1
- package/dist/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.js +7 -0
- package/dist/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.js.map +1 -1
- package/dist/nodes/Sms77/GenericFunctions.js +0 -1
- package/dist/nodes/Sms77/GenericFunctions.js.map +1 -1
- package/dist/nodes/Sms77/Sms77.node.js +2 -30
- package/dist/nodes/Sms77/Sms77.node.js.map +1 -1
- package/dist/nodes/WhatsApp/GenericFunctions.d.ts +4 -1
- package/dist/nodes/WhatsApp/GenericFunctions.js +21 -0
- package/dist/nodes/WhatsApp/GenericFunctions.js.map +1 -1
- package/dist/nodes/WhatsApp/MessageFunctions.d.ts +1 -0
- package/dist/nodes/WhatsApp/MessageFunctions.js +4 -2
- package/dist/nodes/WhatsApp/MessageFunctions.js.map +1 -1
- package/dist/nodes/WhatsApp/MessagesDescription.d.ts +1 -1
- package/dist/nodes/WhatsApp/MessagesDescription.js +6 -0
- package/dist/nodes/WhatsApp/MessagesDescription.js.map +1 -1
- package/dist/nodes/WhatsApp/WhatsApp.node.d.ts +8 -1
- package/dist/nodes/WhatsApp/WhatsApp.node.js +34 -2
- package/dist/nodes/WhatsApp/WhatsApp.node.js.map +1 -1
- package/dist/nodes/WhatsApp/WhatsApp.node.json +4 -1
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js +52 -2
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js.map +1 -1
- package/dist/types/credentials.json +4 -1
- package/dist/types/nodes.json +9 -8
- package/dist/utils/sendAndWait/utils.d.ts +1 -2
- package/package.json +11 -6
- package/dist/nodes/WhatsApp/WhatsappDescription.d.ts +0 -2
- package/dist/nodes/WhatsApp/WhatsappDescription.js +0 -55
- package/dist/nodes/WhatsApp/WhatsappDescription.js.map +0 -1
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"resource": "blob",
|
|
14
|
+
"operation": "create",
|
|
15
|
+
"container": { "__rl": true, "value": "mycontainer", "mode": "list" },
|
|
16
|
+
"blobCreate": "myblob",
|
|
17
|
+
"options": {
|
|
18
|
+
"accessTier": "Hot",
|
|
19
|
+
"blobType": "BlockBlob",
|
|
20
|
+
"cacheControl": "no-cache",
|
|
21
|
+
"contentCrc64": "3EDB64E77CB16A4C",
|
|
22
|
+
"contentEncoding": "utf8",
|
|
23
|
+
"contentLanguage": "en-US",
|
|
24
|
+
"contentMd5": "b97f46db5f3be7709d942eefe30e5b45",
|
|
25
|
+
"contentType": "application/json",
|
|
26
|
+
"encryptionContext": "context",
|
|
27
|
+
"encryptionScope": "encryptionScope",
|
|
28
|
+
"expiryOption": "Absolute",
|
|
29
|
+
"filename": "file.json",
|
|
30
|
+
"immutabilityPolicyUntilDate": "2025-01-01T00:00:00",
|
|
31
|
+
"immutabilityPolicyMode": "unlocked",
|
|
32
|
+
"leaseId": "leaseId123",
|
|
33
|
+
"legalHold": true,
|
|
34
|
+
"metadata": { "metadataValues": [{ "fieldName": "key1", "fieldValue": "value1" }] },
|
|
35
|
+
"origin": "http://contoso.com",
|
|
36
|
+
"tags": { "tagValues": [{ "tagName": "tag1", "tagValue": "value1" }] }
|
|
37
|
+
},
|
|
38
|
+
"requestOptions": {}
|
|
39
|
+
},
|
|
40
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
41
|
+
"typeVersion": 1,
|
|
42
|
+
"position": [660, 0],
|
|
43
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
44
|
+
"name": "Azure Storage",
|
|
45
|
+
"credentials": {
|
|
46
|
+
"azureStorageSharedKeyApi": {
|
|
47
|
+
"id": "VPmcFM58eDDexWQL",
|
|
48
|
+
"name": "Azure Storage Shared Key account"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"parameters": {
|
|
54
|
+
"mode": "jsonToBinary",
|
|
55
|
+
"convertAllData": false,
|
|
56
|
+
"options": { "useRawData": true }
|
|
57
|
+
},
|
|
58
|
+
"name": "Move Binary Data",
|
|
59
|
+
"type": "n8n-nodes-base.moveBinaryData",
|
|
60
|
+
"typeVersion": 1,
|
|
61
|
+
"position": [440, 0],
|
|
62
|
+
"id": "221e00ed-8c9b-4313-a4d6-b87c64b09d80"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"parameters": {
|
|
66
|
+
"mode": "raw",
|
|
67
|
+
"jsonOutput": "{\n \"data\": {\n \"my_field_1\": \"value\",\n \"my_field_2\": 1\n }\n}\n",
|
|
68
|
+
"options": {}
|
|
69
|
+
},
|
|
70
|
+
"type": "n8n-nodes-base.set",
|
|
71
|
+
"typeVersion": 3.4,
|
|
72
|
+
"position": [220, 0],
|
|
73
|
+
"id": "6c03903b-0177-4e94-b1ad-4f6ad9e84f62",
|
|
74
|
+
"name": "Edit Fields"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"connections": {
|
|
78
|
+
"When clicking ‘Test workflow’": {
|
|
79
|
+
"main": [[{ "node": "Edit Fields", "type": "main", "index": 0 }]]
|
|
80
|
+
},
|
|
81
|
+
"Move Binary Data": { "main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]] },
|
|
82
|
+
"Edit Fields": { "main": [[{ "node": "Move Binary Data", "type": "main", "index": 0 }]] }
|
|
83
|
+
},
|
|
84
|
+
"pinData": {
|
|
85
|
+
"Azure Storage": [
|
|
86
|
+
{
|
|
87
|
+
"json": {
|
|
88
|
+
"etag": "\"0x22769D26D3F3740\"",
|
|
89
|
+
"lastModified": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
90
|
+
"contentMd5": "aWQGHD8kGQd5ZtEN/S1/aw==",
|
|
91
|
+
"requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
|
|
92
|
+
"version": "2025-01-05",
|
|
93
|
+
"date": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
94
|
+
"requestServerEncrypted": true,
|
|
95
|
+
"accessControlAllowCredentials": "access-control-allow-credentials",
|
|
96
|
+
"accessControlAllowOrigin": "access-control-allow-origin",
|
|
97
|
+
"accessControlExposeHeaders": "access-control-expose-headers",
|
|
98
|
+
"contentCrc64": "x-ms-content-crc64",
|
|
99
|
+
"contentLength": 0,
|
|
100
|
+
"encryptionKeySha256": "x-ms-encryption-key-sha256",
|
|
101
|
+
"encryptionScope": "x-ms-encryption-scope",
|
|
102
|
+
"versionId": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
103
|
+
"keepAlive": "timeout=5",
|
|
104
|
+
"server": "Azurite-Blob/3.33.0"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"resource": "blob",
|
|
14
|
+
"operation": "delete",
|
|
15
|
+
"container": { "__rl": true, "mode": "id", "value": "mycontainer" },
|
|
16
|
+
"blob": { "__rl": true, "mode": "id", "value": "myblob" },
|
|
17
|
+
"options": { "leaseId": "leaseId123" },
|
|
18
|
+
"requestOptions": {}
|
|
19
|
+
},
|
|
20
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
21
|
+
"typeVersion": 1,
|
|
22
|
+
"position": [660, 0],
|
|
23
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
24
|
+
"name": "Azure Storage",
|
|
25
|
+
"credentials": {
|
|
26
|
+
"azureStorageSharedKeyApi": {
|
|
27
|
+
"id": "VPmcFM58eDDexWQL",
|
|
28
|
+
"name": "Azure Storage Shared Key account"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"connections": {
|
|
34
|
+
"When clicking ‘Test workflow’": {
|
|
35
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"pinData": {
|
|
39
|
+
"Azure Storage": [
|
|
40
|
+
{
|
|
41
|
+
"json": {
|
|
42
|
+
"requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
|
|
43
|
+
"version": "2025-01-05",
|
|
44
|
+
"date": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
45
|
+
"deleteTypePermanent": true,
|
|
46
|
+
"clientRequestId": "x-ms-client-request-id"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"resource": "blob",
|
|
14
|
+
"operation": "get",
|
|
15
|
+
"container": { "__rl": true, "value": "mycontainer", "mode": "list" },
|
|
16
|
+
"blob": { "__rl": true, "value": "myblob", "mode": "list" },
|
|
17
|
+
"options": {
|
|
18
|
+
"leaseId": "leaseId123",
|
|
19
|
+
"origin": "origin123",
|
|
20
|
+
"simplify": false,
|
|
21
|
+
"upn": true
|
|
22
|
+
},
|
|
23
|
+
"requestOptions": {}
|
|
24
|
+
},
|
|
25
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
26
|
+
"typeVersion": 1,
|
|
27
|
+
"position": [660, 0],
|
|
28
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
29
|
+
"name": "Azure Storage",
|
|
30
|
+
"credentials": {
|
|
31
|
+
"azureStorageSharedKeyApi": {
|
|
32
|
+
"id": "VPmcFM58eDDexWQL",
|
|
33
|
+
"name": "Azure Storage Shared Key account"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"connections": {
|
|
39
|
+
"When clicking ‘Test workflow’": {
|
|
40
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"pinData": {
|
|
44
|
+
"Azure Storage": [
|
|
45
|
+
{
|
|
46
|
+
"binary": {
|
|
47
|
+
"data": {
|
|
48
|
+
"fileExtension": "json",
|
|
49
|
+
"fileName": "file.json",
|
|
50
|
+
"fileSize": "51 B",
|
|
51
|
+
"fileType": "json",
|
|
52
|
+
"mimeType": "application/json"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"json": {
|
|
56
|
+
"name": "myblob",
|
|
57
|
+
"properties": {
|
|
58
|
+
"clientRequestId": "x-ms-client-request-id",
|
|
59
|
+
"lastModified": "last-modified",
|
|
60
|
+
"creationTime": "x-ms-creation-time",
|
|
61
|
+
"tagCount": "x-ms-tag-count",
|
|
62
|
+
"contentType": "application/json",
|
|
63
|
+
"contentRange": "content-range",
|
|
64
|
+
"etag": "\"0x22769D26D3F3740\"",
|
|
65
|
+
"contentMd5": "content-md5",
|
|
66
|
+
"contentCrc64": "x-ms-content-crc64",
|
|
67
|
+
"contentEncoding": "content-encoding",
|
|
68
|
+
"contentLanguage": "content-language",
|
|
69
|
+
"cacheControl": "cache-control",
|
|
70
|
+
"contentDisposition": "attachment; filename=\"file.json\"",
|
|
71
|
+
"blobSequenceNumber": "x-ms-blob-sequence-number",
|
|
72
|
+
"blobType": "x-ms-blob-type",
|
|
73
|
+
"copyCompletionTime": "x-ms-copy-completion-time",
|
|
74
|
+
"copyStatusDescription": "x-ms-copy-status-description",
|
|
75
|
+
"copyId": "x-ms-copy-id",
|
|
76
|
+
"copyProgress": "x-ms-copy-progress",
|
|
77
|
+
"copySource": "x-ms-copy-source",
|
|
78
|
+
"copyStatus": "x-ms-copy-status",
|
|
79
|
+
"incrementalCopy": "x-ms-incremental-copy",
|
|
80
|
+
"leaseDuration": "x-ms-lease-duration",
|
|
81
|
+
"leaseState": "x-ms-lease-state",
|
|
82
|
+
"leaseStatus": "x-ms-lease-status",
|
|
83
|
+
"accessControlAllowOrigin": "access-control-allow-origin",
|
|
84
|
+
"accessControlExposeHeaders": "access-control-expose-headers",
|
|
85
|
+
"vary": "vary",
|
|
86
|
+
"accessControlAllowCredentials": "access-control-allow-credentials",
|
|
87
|
+
"blobCommittedBlockCount": "x-ms-blob-committed-block-count",
|
|
88
|
+
"serverEncrypted": "x-ms-server-encrypted",
|
|
89
|
+
"encryptionKeySha256": "x-ms-encryption-key-sha256",
|
|
90
|
+
"encryptionContext": "x-ms-encryption-context",
|
|
91
|
+
"encryptionScope": "x-ms-encryption-scope",
|
|
92
|
+
"blobContentMd5": "x-ms-blob-content-md5",
|
|
93
|
+
"lastAccessTime": "x-ms-last-access-time",
|
|
94
|
+
"blobSealed": "x-ms-blob-sealed",
|
|
95
|
+
"immutabilityPolicyUntilDate": "x-ms-immutability-policy-until-date",
|
|
96
|
+
"immutabilityPolicyMode": "x-ms-immutability-policy-mode",
|
|
97
|
+
"legalHold": "x-ms-legal-hold",
|
|
98
|
+
"owner": "x-ms-owner",
|
|
99
|
+
"group": "x-ms-group",
|
|
100
|
+
"permissions": "x-ms-permissions",
|
|
101
|
+
"acl": "x-ms-acl",
|
|
102
|
+
"resourceType": "x-ms-resource-type",
|
|
103
|
+
"acceptRanges": "accept-ranges",
|
|
104
|
+
"date": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
105
|
+
"requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
|
|
106
|
+
"version": "2025-01-05"
|
|
107
|
+
},
|
|
108
|
+
"metadata": { "key1": "value1" }
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"resource": "blob",
|
|
14
|
+
"operation": "getAll",
|
|
15
|
+
"container": { "__rl": true, "value": "mycontainer", "mode": "list" },
|
|
16
|
+
"returnAll": true,
|
|
17
|
+
"options": { "simplify": false },
|
|
18
|
+
"requestOptions": {}
|
|
19
|
+
},
|
|
20
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
21
|
+
"typeVersion": 1,
|
|
22
|
+
"position": [660, 0],
|
|
23
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
24
|
+
"name": "Azure Storage",
|
|
25
|
+
"credentials": {
|
|
26
|
+
"azureStorageSharedKeyApi": {
|
|
27
|
+
"id": "VPmcFM58eDDexWQL",
|
|
28
|
+
"name": "Azure Storage Shared Key account"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"connections": {
|
|
34
|
+
"When clicking ‘Test workflow’": {
|
|
35
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"pinData": {
|
|
39
|
+
"Azure Storage": [
|
|
40
|
+
{
|
|
41
|
+
"json": {
|
|
42
|
+
"name": "myblob1",
|
|
43
|
+
"properties": {
|
|
44
|
+
"creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
45
|
+
"lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
46
|
+
"etag": "0x1F8268B228AA730",
|
|
47
|
+
"contentLength": 37,
|
|
48
|
+
"contentType": "application/json",
|
|
49
|
+
"contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
|
|
50
|
+
"blobType": "BlockBlob",
|
|
51
|
+
"leaseStatus": "unlocked",
|
|
52
|
+
"leaseState": "available",
|
|
53
|
+
"serverEncrypted": true,
|
|
54
|
+
"accessTier": "Hot",
|
|
55
|
+
"accessTierInferred": true,
|
|
56
|
+
"accessTierChangeTime": "Wed, 22 Jan 2025 18:53:15 GMT"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"json": {
|
|
62
|
+
"name": "myblob1",
|
|
63
|
+
"properties": {
|
|
64
|
+
"creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
65
|
+
"lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
66
|
+
"etag": "0x1F8268B228AA730",
|
|
67
|
+
"contentLength": 37,
|
|
68
|
+
"contentType": "application/json",
|
|
69
|
+
"contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
|
|
70
|
+
"blobType": "BlockBlob",
|
|
71
|
+
"leaseStatus": "unlocked",
|
|
72
|
+
"leaseState": "available",
|
|
73
|
+
"serverEncrypted": true,
|
|
74
|
+
"accessTier": "Hot",
|
|
75
|
+
"accessTierInferred": true,
|
|
76
|
+
"accessTierChangeTime": "Wed, 22 Jan 2025 18:53:15 GMT"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"resource": "blob",
|
|
14
|
+
"operation": "getAll",
|
|
15
|
+
"container": { "__rl": true, "value": "mycontainer", "mode": "list" },
|
|
16
|
+
"limit": 1,
|
|
17
|
+
"options": {
|
|
18
|
+
"fields": [
|
|
19
|
+
"copy",
|
|
20
|
+
"deleted",
|
|
21
|
+
"deletedwithversions",
|
|
22
|
+
"immutabilitypolicy",
|
|
23
|
+
"metadata",
|
|
24
|
+
"legalhold",
|
|
25
|
+
"versions",
|
|
26
|
+
"uncommittedblobs",
|
|
27
|
+
"tags",
|
|
28
|
+
"snapshots",
|
|
29
|
+
"permissions"
|
|
30
|
+
],
|
|
31
|
+
"filter": ["deleted", "files", "directories"],
|
|
32
|
+
"simplify": true,
|
|
33
|
+
"upn": true
|
|
34
|
+
},
|
|
35
|
+
"requestOptions": {}
|
|
36
|
+
},
|
|
37
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
38
|
+
"typeVersion": 1,
|
|
39
|
+
"position": [660, 0],
|
|
40
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
41
|
+
"name": "Azure Storage",
|
|
42
|
+
"credentials": {
|
|
43
|
+
"azureStorageSharedKeyApi": {
|
|
44
|
+
"id": "VPmcFM58eDDexWQL",
|
|
45
|
+
"name": "Azure Storage account"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"connections": {
|
|
51
|
+
"When clicking ‘Test workflow’": {
|
|
52
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"pinData": {
|
|
56
|
+
"Azure Storage": [
|
|
57
|
+
{
|
|
58
|
+
"json": {
|
|
59
|
+
"name": "myblob1",
|
|
60
|
+
"properties": {
|
|
61
|
+
"creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
62
|
+
"lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
|
|
63
|
+
"etag": "0x1F8268B228AA730",
|
|
64
|
+
"contentLength": 37,
|
|
65
|
+
"contentType": "application/json",
|
|
66
|
+
"contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
|
|
67
|
+
"blobType": "BlockBlob",
|
|
68
|
+
"leaseStatus": "unlocked",
|
|
69
|
+
"leaseState": "available",
|
|
70
|
+
"serverEncrypted": true
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"operation": "create",
|
|
14
|
+
"containerCreate": "mycontainer",
|
|
15
|
+
"options": {
|
|
16
|
+
"accessLevel": "blob",
|
|
17
|
+
"metadata": { "metadataValues": [{ "fieldName": "key1", "fieldValue": "value1" }] }
|
|
18
|
+
},
|
|
19
|
+
"requestOptions": {}
|
|
20
|
+
},
|
|
21
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
22
|
+
"typeVersion": 1,
|
|
23
|
+
"position": [220, 0],
|
|
24
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
25
|
+
"name": "Azure Storage",
|
|
26
|
+
"credentials": {
|
|
27
|
+
"azureStorageSharedKeyApi": {
|
|
28
|
+
"id": "VPmcFM58eDDexWQL",
|
|
29
|
+
"name": "Azure Storage Shared Key account"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"connections": {
|
|
35
|
+
"When clicking ‘Test workflow’": {
|
|
36
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"pinData": {
|
|
40
|
+
"Azure Storage": [
|
|
41
|
+
{
|
|
42
|
+
"json": {
|
|
43
|
+
"etag": "\"0x22769D26D3F3740\"",
|
|
44
|
+
"lastModified": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
45
|
+
"requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
|
|
46
|
+
"version": "2025-01-05",
|
|
47
|
+
"date": "Thu, 23 Jan 2025 17:53:23 GMT",
|
|
48
|
+
"clientRequestId": "client-request-id-123",
|
|
49
|
+
"requestServerEncrypted": true
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"operation": "delete",
|
|
14
|
+
"container": { "__rl": true, "mode": "list", "value": "mycontainer" },
|
|
15
|
+
"requestOptions": {}
|
|
16
|
+
},
|
|
17
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
18
|
+
"typeVersion": 1,
|
|
19
|
+
"position": [220, 0],
|
|
20
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
21
|
+
"name": "Azure Storage",
|
|
22
|
+
"credentials": {
|
|
23
|
+
"azureStorageSharedKeyApi": {
|
|
24
|
+
"id": "VPmcFM58eDDexWQL",
|
|
25
|
+
"name": "Azure Storage Shared Key account"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"connections": {
|
|
31
|
+
"When clicking ‘Test workflow’": {
|
|
32
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"pinData": {
|
|
36
|
+
"Azure Storage": [
|
|
37
|
+
{
|
|
38
|
+
"json": {
|
|
39
|
+
"contentLength": 0,
|
|
40
|
+
"requestId": "ca3a8907-601e-0050-1929-723410000000",
|
|
41
|
+
"server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
|
|
42
|
+
"version": "2020-10-02",
|
|
43
|
+
"date": "Wed, 29 Jan 2025 08:38:21 GMT"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodes": [
|
|
3
|
+
{
|
|
4
|
+
"parameters": {},
|
|
5
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
6
|
+
"typeVersion": 1,
|
|
7
|
+
"position": [0, 0],
|
|
8
|
+
"id": "99f866fa-f63c-477d-a0d0-48fbdb8a344a",
|
|
9
|
+
"name": "When clicking ‘Test workflow’"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"parameters": {
|
|
13
|
+
"operation": "get",
|
|
14
|
+
"container": { "__rl": true, "mode": "list", "value": "mycontainer" },
|
|
15
|
+
"options": { "simplify": false },
|
|
16
|
+
"requestOptions": {}
|
|
17
|
+
},
|
|
18
|
+
"type": "n8n-nodes-base.azureStorage",
|
|
19
|
+
"typeVersion": 1,
|
|
20
|
+
"position": [220, 0],
|
|
21
|
+
"id": "ab1b6258-5c75-4893-90bf-ef591264420c",
|
|
22
|
+
"name": "Azure Storage",
|
|
23
|
+
"credentials": {
|
|
24
|
+
"azureStorageSharedKeyApi": {
|
|
25
|
+
"id": "VPmcFM58eDDexWQL",
|
|
26
|
+
"name": "Azure Storage Shared Key account"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"connections": {
|
|
32
|
+
"When clicking ‘Test workflow’": {
|
|
33
|
+
"main": [[{ "node": "Azure Storage", "type": "main", "index": 0 }]]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"pinData": {
|
|
37
|
+
"Azure Storage": [
|
|
38
|
+
{
|
|
39
|
+
"json": {
|
|
40
|
+
"name": "mycontainer",
|
|
41
|
+
"properties": {
|
|
42
|
+
"lastModified": "Tue, 28 Jan 2025 16:40:21 GMT",
|
|
43
|
+
"etag": "\"0x8DD3FBA74CF3620\"",
|
|
44
|
+
"leaseStatus": "unlocked",
|
|
45
|
+
"leaseState": "available",
|
|
46
|
+
"hasImmutabilityPolicy": false,
|
|
47
|
+
"hasLegalHold": false,
|
|
48
|
+
"leaseDuration": "infinite",
|
|
49
|
+
"blobPublicAccess": "blob",
|
|
50
|
+
"contentLength": 0,
|
|
51
|
+
"date": "Wed, 29 Jan 2025 08:43:08 GMT",
|
|
52
|
+
"requestId": "49edb268-b01e-0053-6e29-72d574000000",
|
|
53
|
+
"server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
|
|
54
|
+
"version": "2020-10-02"
|
|
55
|
+
},
|
|
56
|
+
"metadata": { "key1": "field1" }
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
}
|