@belmontdigitalmarketing/n8n-nodes-flowlu 0.2.1 → 0.3.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.
|
@@ -27,6 +27,14 @@ class FlowluApi {
|
|
|
27
27
|
description: 'Your Flowlu API key from Settings > API Settings',
|
|
28
28
|
required: true,
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
displayName: 'Default Task Owner User ID',
|
|
32
|
+
name: 'defaultOwnerId',
|
|
33
|
+
type: 'string',
|
|
34
|
+
default: '',
|
|
35
|
+
placeholder: 'e.g. 176265',
|
|
36
|
+
description: "Optional. When a task is created with no Owner set, it's assigned to this Flowlu user ID. User IDs differ between Flowlu accounts, so set this per credential. Leave blank to use Flowlu's own default.",
|
|
37
|
+
},
|
|
30
38
|
];
|
|
31
39
|
}
|
|
32
40
|
}
|