@n8n-as-code/skills 1.1.3-next.14 → 1.1.3
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-17T11:
|
|
2
|
+
"generatedAt": "2026-03-17T11:46:05.334Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
|
-
"totalPages":
|
|
5
|
+
"totalPages": 1254,
|
|
6
6
|
"statistics": {
|
|
7
7
|
"byCategory": {
|
|
8
8
|
"other": 515,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"code": 20,
|
|
13
13
|
"data": 38,
|
|
14
14
|
"flow-logic": 8,
|
|
15
|
-
"hosting":
|
|
15
|
+
"hosting": 78,
|
|
16
16
|
"integrations": 305,
|
|
17
17
|
"cluster-nodes": 98,
|
|
18
18
|
"trigger-nodes": 107,
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
},
|
|
709
709
|
"hosting": {
|
|
710
710
|
"description": "Self-hosting, deployment, and infrastructure",
|
|
711
|
-
"totalPages":
|
|
711
|
+
"totalPages": 78,
|
|
712
712
|
"pages": [
|
|
713
713
|
"page-0150",
|
|
714
714
|
"page-0151",
|
|
@@ -770,6 +770,7 @@
|
|
|
770
770
|
"page-0207",
|
|
771
771
|
"page-0208",
|
|
772
772
|
"page-0209",
|
|
773
|
+
"page-0210",
|
|
773
774
|
"page-0211",
|
|
774
775
|
"page-0212",
|
|
775
776
|
"page-0213",
|
|
@@ -17729,13 +17730,13 @@
|
|
|
17729
17730
|
"nodeName": null,
|
|
17730
17731
|
"nodeType": null,
|
|
17731
17732
|
"content": {
|
|
17732
|
-
"markdown": "#
|
|
17733
|
-
"excerpt": "#
|
|
17733
|
+
"markdown": "# Binary data\n\nBinary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow.\n\n## Enable filesystem mode\n\nWhen handling binary data, n8n keeps the data in memory by default. This can cause crashes when working with large files.\n\nTo avoid this, change the `N8N_DEFAULT_BINARY_DATA_MODE` [environment variable](../../configuration/environment-variables/binary-data/) to `filesystem`. This causes n8n to save data to disk, instead of using memory.\n\nIf you're using queue mode, switch this to `database`. n8n doesn't support `filesystem` mode with queue mode.\n\n## Binary data pruning\n\nn8n executes binary data pruning as part of execution data pruning. Refer to [Execution data | Enable executions pruning](../execution-data/#enable-executions-pruning) for details.\n\nIf you configure multiple binary data modes, binary data pruning operates on the active binary data mode. For example, if your instance stored data in S3, and you later switched to filesystem mode, n8n only prunes binary data in the filesystem. Refer to [External storage](../external-storage/#usage) for details.\n",
|
|
17734
|
+
"excerpt": "# Binary data Binary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow. ## Enable filesystem mode When handling binary data, n8n keeps the data in memory by default. This can cause crashes when working with large files. To avoid this, change the `N8N_DEFAULT_BINARY_DATA_MODE` [environment variable](../../configuration/environment-variables/binary-data/) to `filesystem`. This causes n8n to save data to disk, instead of using...",
|
|
17734
17735
|
"sections": [
|
|
17735
17736
|
{
|
|
17736
|
-
"title": "
|
|
17737
|
+
"title": "Binary data",
|
|
17737
17738
|
"level": 1,
|
|
17738
|
-
"content": "
|
|
17739
|
+
"content": "Binary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow."
|
|
17739
17740
|
}
|
|
17740
17741
|
]
|
|
17741
17742
|
},
|
|
@@ -17750,6 +17751,58 @@
|
|
|
17750
17751
|
],
|
|
17751
17752
|
"useCases": [],
|
|
17752
17753
|
"operations": [],
|
|
17754
|
+
"codeExamples": 0,
|
|
17755
|
+
"complexity": "beginner",
|
|
17756
|
+
"readingTime": "1 min",
|
|
17757
|
+
"contentLength": 1141,
|
|
17758
|
+
"relatedPages": []
|
|
17759
|
+
},
|
|
17760
|
+
"searchIndex": {
|
|
17761
|
+
"fullText": "binary data # binary data\n\nbinary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow.\n\n## enable filesystem mode\n\nwhen handling binary data, n8n keeps the data in memory by default. this can cause crashes when working with large files.\n\nto avoid this, change the `n8n_default_binary_data_mode` [environment variable](../../configuration/environment-variables/binary-data/) to `filesystem`. this causes n8n to save data to disk, instead of using memory.\n\nif you're using queue mode, switch this to `database`. n8n doesn't support `filesystem` mode with queue mode.\n\n## binary data pruning\n\nn8n executes binary data pruning as part of execution data pruning. refer to [execution data | enable executions pruning](../execution-data/#enable-executions-pruning) for details.\n\nif you configure multiple binary data modes, binary data pruning operates on the active binary data mode. for example, if your instance stored data in s3, and you later switched to filesystem mode, n8n only prunes binary data in the filesystem. refer to [external storage](../external-storage/#usage) for details.\n binary data",
|
|
17762
|
+
"importantTerms": [
|
|
17763
|
+
"data",
|
|
17764
|
+
"binary",
|
|
17765
|
+
"mode",
|
|
17766
|
+
"pruning",
|
|
17767
|
+
"filesystem",
|
|
17768
|
+
"execution",
|
|
17769
|
+
"this",
|
|
17770
|
+
"enable"
|
|
17771
|
+
]
|
|
17772
|
+
}
|
|
17773
|
+
},
|
|
17774
|
+
{
|
|
17775
|
+
"id": "page-0210",
|
|
17776
|
+
"title": "Concurrency control",
|
|
17777
|
+
"url": "https://docs.n8n.io/hosting/scaling/concurrency-control/index.md",
|
|
17778
|
+
"urlPath": "hosting/scaling/concurrency-control/index.md",
|
|
17779
|
+
"category": "hosting",
|
|
17780
|
+
"subcategory": null,
|
|
17781
|
+
"nodeName": null,
|
|
17782
|
+
"nodeType": null,
|
|
17783
|
+
"content": {
|
|
17784
|
+
"markdown": "# Self-hosted concurrency control\n\nOnly for self-hosted n8n\n\nThis document is for self-hosted concurrency control. Read [Cloud concurrency](../../../manage-cloud/concurrency/) to learn how concurrency works with n8n Cloud accounts.\n\nIn regular mode, n8n doesn't limit how many production executions may run at the same time. This can lead to a scenario where too many concurrent executions thrash the event loop, causing performance degradation and unresponsiveness.\n\nTo prevent this, you can set a concurrency limit for production executions in regular mode. Use this to control how many production executions run concurrently, and queue up any concurrent production executions over the limit. These executions remain in the queue until concurrency capacity frees up, and are then processed in FIFO order.\n\nConcurrency control is disabled by default. To enable it:\n\n```\nexport N8N_CONCURRENCY_PRODUCTION_LIMIT=20\n```\n\nKeep in mind:\n\n- Concurrency control applies only to production executions: those started from a webhook or [trigger](../../../glossary/#trigger-node-n8n) node. It doesn't apply to any other kinds, such as manual executions, sub-workflow executions, error executions, or started from CLI.\n\n- You can't retry queued executions. Cancelling or deleting a queued execution also removes it from the queue.\n\n- On instance startup, n8n resumes queued executions up to the concurrency limit and re-enqueues the rest.\n\n- To monitor concurrency control, watch logs for executions being added to the queue and released. In a future version, n8n will show concurrency control in the UI.\n\nWhen you enable concurrency control, you can view the number of active executions and the configured limit at the top of a project's or workflow's executions tab.\n\n## Comparison to queue mode\n\nIn queue mode, you can control how many jobs a worker may run concurrently using the [`--concurrency` flag](../queue-mode/#configure-worker-concurrency).\n\nConcurrency control in queue mode is a separate mechanism from concurrency control in regular mode, but the environment variable `N8N_CONCURRENCY_PRODUCTION_LIMIT` controls both of them. In queue mode, n8n takes the limit from this variable if set to a value other than `-1`, falling back to the `--concurrency` flag or its default.\n",
|
|
17785
|
+
"excerpt": "# Self-hosted concurrency control Only for self-hosted n8n This document is for self-hosted concurrency control. Read [Cloud concurrency](../../../manage-cloud/concurrency/) to learn how concurrency works with n8n Cloud accounts. In regular mode, n8n doesn't limit how many production executions may run at the same time. This can lead to a scenario where too many concurrent executions thrash the event loop, causing performance degradation and unresponsiveness. To prevent this, you can set a c...",
|
|
17786
|
+
"sections": [
|
|
17787
|
+
{
|
|
17788
|
+
"title": "Self-hosted concurrency control",
|
|
17789
|
+
"level": 1,
|
|
17790
|
+
"content": "Only for self-hosted n8n\n\nThis document is for self-hosted concurrency control. Read [Cloud concurrency](../../../manage-cloud/concurrency/) to learn how concurrency works with n8n Cloud accounts.\n\nIn regular mode, n8n doesn't limit how many production executions may run at the same time. This can lead to a scenario where too many concurrent executions thrash the event loop, causing performance degradation and unresponsiveness.\n\nTo prevent this, you can set a concurrency limit for production executions in regular mode. Use this to control how many production executions run concurrently, and queue up any concurrent production executions over the limit. These executions remain in the queue until concurrency capacity frees up, and are then processed in FIFO order.\n\nConcurrency control is disabled by default. To enable it:\n\n```\nexport N8N_CONCURRENCY_PRODUCTION_LIMIT=20\n```\n\nKeep in mind:\n\n- Concurrency control applies only to production executions: those started from a webhook or [trigger"
|
|
17791
|
+
}
|
|
17792
|
+
]
|
|
17793
|
+
},
|
|
17794
|
+
"metadata": {
|
|
17795
|
+
"keywords": [
|
|
17796
|
+
"concurrency",
|
|
17797
|
+
"control",
|
|
17798
|
+
"self",
|
|
17799
|
+
"hosted",
|
|
17800
|
+
"comparison",
|
|
17801
|
+
"queue",
|
|
17802
|
+
"mode"
|
|
17803
|
+
],
|
|
17804
|
+
"useCases": [],
|
|
17805
|
+
"operations": [],
|
|
17753
17806
|
"codeExamples": 1,
|
|
17754
17807
|
"complexity": "beginner",
|
|
17755
17808
|
"readingTime": "2 min",
|
|
@@ -17757,7 +17810,7 @@
|
|
|
17757
17810
|
"relatedPages": []
|
|
17758
17811
|
},
|
|
17759
17812
|
"searchIndex": {
|
|
17760
|
-
"fullText": "
|
|
17813
|
+
"fullText": "concurrency control # self-hosted concurrency control\n\nonly for self-hosted n8n\n\nthis document is for self-hosted concurrency control. read [cloud concurrency](../../../manage-cloud/concurrency/) to learn how concurrency works with n8n cloud accounts.\n\nin regular mode, n8n doesn't limit how many production executions may run at the same time. this can lead to a scenario where too many concurrent executions thrash the event loop, causing performance degradation and unresponsiveness.\n\nto prevent this, you can set a concurrency limit for production executions in regular mode. use this to control how many production executions run concurrently, and queue up any concurrent production executions over the limit. these executions remain in the queue until concurrency capacity frees up, and are then processed in fifo order.\n\nconcurrency control is disabled by default. to enable it:\n\n```\nexport n8n_concurrency_production_limit=20\n```\n\nkeep in mind:\n\n- concurrency control applies only to production executions: those started from a webhook or [trigger](../../../glossary/#trigger-node-n8n) node. it doesn't apply to any other kinds, such as manual executions, sub-workflow executions, error executions, or started from cli.\n\n- you can't retry queued executions. cancelling or deleting a queued execution also removes it from the queue.\n\n- on instance startup, n8n resumes queued executions up to the concurrency limit and re-enqueues the rest.\n\n- to monitor concurrency control, watch logs for executions being added to the queue and released. in a future version, n8n will show concurrency control in the ui.\n\nwhen you enable concurrency control, you can view the number of active executions and the configured limit at the top of a project's or workflow's executions tab.\n\n## comparison to queue mode\n\nin queue mode, you can control how many jobs a worker may run concurrently using the [`--concurrency` flag](../queue-mode/#configure-worker-concurrency).\n\nconcurrency control in queue mode is a separate mechanism from concurrency control in regular mode, but the environment variable `n8n_concurrency_production_limit` controls both of them. in queue mode, n8n takes the limit from this variable if set to a value other than `-1`, falling back to the `--concurrency` flag or its default.\n self-hosted concurrency control",
|
|
17761
17814
|
"importantTerms": [
|
|
17762
17815
|
"concurrency",
|
|
17763
17816
|
"executions",
|
|
@@ -34255,6 +34308,67 @@
|
|
|
34255
34308
|
},
|
|
34256
34309
|
{
|
|
34257
34310
|
"id": "page-0454",
|
|
34311
|
+
"title": "TheHive 5",
|
|
34312
|
+
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.thehive5/index.md",
|
|
34313
|
+
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.thehive5/index.md",
|
|
34314
|
+
"category": "integrations",
|
|
34315
|
+
"subcategory": "app-nodes",
|
|
34316
|
+
"nodeName": "thehive5",
|
|
34317
|
+
"nodeType": "n8n-nodes-base.thehive5",
|
|
34318
|
+
"content": {
|
|
34319
|
+
"markdown": "# TheHive 5 node\n\nUse the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables.\n\nOn this page, you'll find a list of operations the TheHive node supports and links to more resources.\n\nTheHive and TheHive 5\n\nn8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to use version 3 or 4, use [TheHive](../n8n-nodes-base.thehive/).\n\nCredentials\n\nRefer to [TheHive credentials](../../credentials/thehive5/) for guidance on setting up authentication.\n\n## Operations\n\n- Alert\n - Create\n - Delete\n - Execute Responder\n - Get\n - Merge Into Case\n - Promote to Case\n - Search\n - Update\n - Update Status\n- Case\n - Add Attachment\n - Create\n - Delete Attachment\n - Delete Case\n - Execute Responder\n - Get\n - Get Attachment\n - Get Timeline\n - Search\n - Update\n- Comment\n - Create\n - Delete\n - Search\n - Update\n- Observable\n - Create\n - Delete\n - Execute Analyzer\n - Execute Responder\n - Get\n - Search\n - Update\n- Page\n - Create\n - Delete\n - Search\n - Update\n- Query\n - Execute Query\n- Task\n - Create\n - Delete\n - Execute Responder\n - Get\n - Search\n - Update\n- Task Log\n - Add Attachment\n - Create\n - Delete\n - Delete Attachment\n - Execute Responder\n - Get\n - Search\n\n## Templates and examples\n\n[Browse TheHive 5 integration templates](https://n8n.io/integrations/thehive-5/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nn8n provides a trigger node for TheHive. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.thehive5trigger/).\n\nRefer to TheHive's [documentation](https://docs.strangebee.com/) for more information about the service.\n",
|
|
34320
|
+
"excerpt": "# TheHive 5 node Use the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables. On this page, you'll find a list of operations the TheHive node supports and links to more resources. TheHive and TheHive 5 n8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to...",
|
|
34321
|
+
"sections": [
|
|
34322
|
+
{
|
|
34323
|
+
"title": "TheHive 5 node",
|
|
34324
|
+
"level": 1,
|
|
34325
|
+
"content": "Use the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables.\n\nOn this page, you'll find a list of operations the TheHive node supports and links to more resources.\n\nTheHive and TheHive 5\n\nn8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to use version 3 or 4, use [TheHive](../n8n-nodes-base.thehive/).\n\nCredentials\n\nRefer to [TheHive credentials](../../credentials/thehive5/) for guidance on setting up authentication."
|
|
34326
|
+
}
|
|
34327
|
+
]
|
|
34328
|
+
},
|
|
34329
|
+
"metadata": {
|
|
34330
|
+
"keywords": [
|
|
34331
|
+
"thehive",
|
|
34332
|
+
"node",
|
|
34333
|
+
"operations",
|
|
34334
|
+
"templates",
|
|
34335
|
+
"examples",
|
|
34336
|
+
"related",
|
|
34337
|
+
"resources"
|
|
34338
|
+
],
|
|
34339
|
+
"useCases": [],
|
|
34340
|
+
"operations": [
|
|
34341
|
+
""
|
|
34342
|
+
],
|
|
34343
|
+
"codeExamples": 0,
|
|
34344
|
+
"complexity": "beginner",
|
|
34345
|
+
"readingTime": "2 min",
|
|
34346
|
+
"contentLength": 1863,
|
|
34347
|
+
"relatedPages": []
|
|
34348
|
+
},
|
|
34349
|
+
"searchIndex": {
|
|
34350
|
+
"fullText": "thehive 5 # thehive 5 node\n\nuse the thehive 5 node to automate work in thehive, and integrate thehive with other applications. n8n has built-in support for a wide range of thehive features, including creating alerts, counting tasks logs, cases, and observables.\n\non this page, you'll find a list of operations the thehive node supports and links to more resources.\n\nthehive and thehive 5\n\nn8n provides two nodes for thehive. use this node (thehive 5) if you want to use thehive's version 5 api. if you want to use version 3 or 4, use [thehive](../n8n-nodes-base.thehive/).\n\ncredentials\n\nrefer to [thehive credentials](../../credentials/thehive5/) for guidance on setting up authentication.\n\n## operations\n\n- alert\n - create\n - delete\n - execute responder\n - get\n - merge into case\n - promote to case\n - search\n - update\n - update status\n- case\n - add attachment\n - create\n - delete attachment\n - delete case\n - execute responder\n - get\n - get attachment\n - get timeline\n - search\n - update\n- comment\n - create\n - delete\n - search\n - update\n- observable\n - create\n - delete\n - execute analyzer\n - execute responder\n - get\n - search\n - update\n- page\n - create\n - delete\n - search\n - update\n- query\n - execute query\n- task\n - create\n - delete\n - execute responder\n - get\n - search\n - update\n- task log\n - add attachment\n - create\n - delete\n - delete attachment\n - execute responder\n - get\n - search\n\n## templates and examples\n\n[browse thehive 5 integration templates](https://n8n.io/integrations/thehive-5/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nn8n provides a trigger node for thehive. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.thehive5trigger/).\n\nrefer to thehive's [documentation](https://docs.strangebee.com/) for more information about the service.\n thehive 5 node",
|
|
34351
|
+
"importantTerms": [
|
|
34352
|
+
"thehive",
|
|
34353
|
+
"delete",
|
|
34354
|
+
"search",
|
|
34355
|
+
"node",
|
|
34356
|
+
"create",
|
|
34357
|
+
"execute",
|
|
34358
|
+
"update",
|
|
34359
|
+
"responder",
|
|
34360
|
+
"attachment",
|
|
34361
|
+
"nodes",
|
|
34362
|
+
"case",
|
|
34363
|
+
"credentials",
|
|
34364
|
+
"templates",
|
|
34365
|
+
"https",
|
|
34366
|
+
"trigger"
|
|
34367
|
+
]
|
|
34368
|
+
}
|
|
34369
|
+
},
|
|
34370
|
+
{
|
|
34371
|
+
"id": "page-0455",
|
|
34258
34372
|
"title": "TimescaleDB",
|
|
34259
34373
|
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.timescaledb/index.md",
|
|
34260
34374
|
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.timescaledb/index.md",
|
|
@@ -34313,7 +34427,7 @@
|
|
|
34313
34427
|
}
|
|
34314
34428
|
},
|
|
34315
34429
|
{
|
|
34316
|
-
"id": "page-
|
|
34430
|
+
"id": "page-0456",
|
|
34317
34431
|
"title": "Todoist",
|
|
34318
34432
|
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.todoist/index.md",
|
|
34319
34433
|
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.todoist/index.md",
|
|
@@ -34388,67 +34502,6 @@
|
|
|
34388
34502
|
]
|
|
34389
34503
|
}
|
|
34390
34504
|
},
|
|
34391
|
-
{
|
|
34392
|
-
"id": "page-0456",
|
|
34393
|
-
"title": "TheHive 5",
|
|
34394
|
-
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.thehive5/index.md",
|
|
34395
|
-
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.thehive5/index.md",
|
|
34396
|
-
"category": "integrations",
|
|
34397
|
-
"subcategory": "app-nodes",
|
|
34398
|
-
"nodeName": "thehive5",
|
|
34399
|
-
"nodeType": "n8n-nodes-base.thehive5",
|
|
34400
|
-
"content": {
|
|
34401
|
-
"markdown": "# TheHive 5 node\n\nUse the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables.\n\nOn this page, you'll find a list of operations the TheHive node supports and links to more resources.\n\nTheHive and TheHive 5\n\nn8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to use version 3 or 4, use [TheHive](../n8n-nodes-base.thehive/).\n\nCredentials\n\nRefer to [TheHive credentials](../../credentials/thehive5/) for guidance on setting up authentication.\n\n## Operations\n\n- Alert\n - Create\n - Delete\n - Execute Responder\n - Get\n - Merge Into Case\n - Promote to Case\n - Search\n - Update\n - Update Status\n- Case\n - Add Attachment\n - Create\n - Delete Attachment\n - Delete Case\n - Execute Responder\n - Get\n - Get Attachment\n - Get Timeline\n - Search\n - Update\n- Comment\n - Create\n - Delete\n - Search\n - Update\n- Observable\n - Create\n - Delete\n - Execute Analyzer\n - Execute Responder\n - Get\n - Search\n - Update\n- Page\n - Create\n - Delete\n - Search\n - Update\n- Query\n - Execute Query\n- Task\n - Create\n - Delete\n - Execute Responder\n - Get\n - Search\n - Update\n- Task Log\n - Add Attachment\n - Create\n - Delete\n - Delete Attachment\n - Execute Responder\n - Get\n - Search\n\n## Templates and examples\n\n[Browse TheHive 5 integration templates](https://n8n.io/integrations/thehive-5/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nn8n provides a trigger node for TheHive. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.thehive5trigger/).\n\nRefer to TheHive's [documentation](https://docs.strangebee.com/) for more information about the service.\n",
|
|
34402
|
-
"excerpt": "# TheHive 5 node Use the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables. On this page, you'll find a list of operations the TheHive node supports and links to more resources. TheHive and TheHive 5 n8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to...",
|
|
34403
|
-
"sections": [
|
|
34404
|
-
{
|
|
34405
|
-
"title": "TheHive 5 node",
|
|
34406
|
-
"level": 1,
|
|
34407
|
-
"content": "Use the TheHive 5 node to automate work in TheHive, and integrate TheHive with other applications. n8n has built-in support for a wide range of TheHive features, including creating alerts, counting tasks logs, cases, and observables.\n\nOn this page, you'll find a list of operations the TheHive node supports and links to more resources.\n\nTheHive and TheHive 5\n\nn8n provides two nodes for TheHive. Use this node (TheHive 5) if you want to use TheHive's version 5 API. If you want to use version 3 or 4, use [TheHive](../n8n-nodes-base.thehive/).\n\nCredentials\n\nRefer to [TheHive credentials](../../credentials/thehive5/) for guidance on setting up authentication."
|
|
34408
|
-
}
|
|
34409
|
-
]
|
|
34410
|
-
},
|
|
34411
|
-
"metadata": {
|
|
34412
|
-
"keywords": [
|
|
34413
|
-
"thehive",
|
|
34414
|
-
"node",
|
|
34415
|
-
"operations",
|
|
34416
|
-
"templates",
|
|
34417
|
-
"examples",
|
|
34418
|
-
"related",
|
|
34419
|
-
"resources"
|
|
34420
|
-
],
|
|
34421
|
-
"useCases": [],
|
|
34422
|
-
"operations": [
|
|
34423
|
-
""
|
|
34424
|
-
],
|
|
34425
|
-
"codeExamples": 0,
|
|
34426
|
-
"complexity": "beginner",
|
|
34427
|
-
"readingTime": "2 min",
|
|
34428
|
-
"contentLength": 1863,
|
|
34429
|
-
"relatedPages": []
|
|
34430
|
-
},
|
|
34431
|
-
"searchIndex": {
|
|
34432
|
-
"fullText": "thehive 5 # thehive 5 node\n\nuse the thehive 5 node to automate work in thehive, and integrate thehive with other applications. n8n has built-in support for a wide range of thehive features, including creating alerts, counting tasks logs, cases, and observables.\n\non this page, you'll find a list of operations the thehive node supports and links to more resources.\n\nthehive and thehive 5\n\nn8n provides two nodes for thehive. use this node (thehive 5) if you want to use thehive's version 5 api. if you want to use version 3 or 4, use [thehive](../n8n-nodes-base.thehive/).\n\ncredentials\n\nrefer to [thehive credentials](../../credentials/thehive5/) for guidance on setting up authentication.\n\n## operations\n\n- alert\n - create\n - delete\n - execute responder\n - get\n - merge into case\n - promote to case\n - search\n - update\n - update status\n- case\n - add attachment\n - create\n - delete attachment\n - delete case\n - execute responder\n - get\n - get attachment\n - get timeline\n - search\n - update\n- comment\n - create\n - delete\n - search\n - update\n- observable\n - create\n - delete\n - execute analyzer\n - execute responder\n - get\n - search\n - update\n- page\n - create\n - delete\n - search\n - update\n- query\n - execute query\n- task\n - create\n - delete\n - execute responder\n - get\n - search\n - update\n- task log\n - add attachment\n - create\n - delete\n - delete attachment\n - execute responder\n - get\n - search\n\n## templates and examples\n\n[browse thehive 5 integration templates](https://n8n.io/integrations/thehive-5/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nn8n provides a trigger node for thehive. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.thehive5trigger/).\n\nrefer to thehive's [documentation](https://docs.strangebee.com/) for more information about the service.\n thehive 5 node",
|
|
34433
|
-
"importantTerms": [
|
|
34434
|
-
"thehive",
|
|
34435
|
-
"delete",
|
|
34436
|
-
"search",
|
|
34437
|
-
"node",
|
|
34438
|
-
"create",
|
|
34439
|
-
"execute",
|
|
34440
|
-
"update",
|
|
34441
|
-
"responder",
|
|
34442
|
-
"attachment",
|
|
34443
|
-
"nodes",
|
|
34444
|
-
"case",
|
|
34445
|
-
"credentials",
|
|
34446
|
-
"templates",
|
|
34447
|
-
"https",
|
|
34448
|
-
"trigger"
|
|
34449
|
-
]
|
|
34450
|
-
}
|
|
34451
|
-
},
|
|
34452
34505
|
{
|
|
34453
34506
|
"id": "page-0457",
|
|
34454
34507
|
"title": "Travis CI",
|
|
@@ -91935,6 +91988,7 @@
|
|
|
91935
91988
|
"page-0186",
|
|
91936
91989
|
"page-0203",
|
|
91937
91990
|
"page-0209",
|
|
91991
|
+
"page-0210",
|
|
91938
91992
|
"page-0216",
|
|
91939
91993
|
"page-0219",
|
|
91940
91994
|
"page-0546",
|
|
@@ -92360,7 +92414,7 @@
|
|
|
92360
92414
|
"page-0226",
|
|
92361
92415
|
"page-0283",
|
|
92362
92416
|
"page-0418",
|
|
92363
|
-
"page-
|
|
92417
|
+
"page-0455",
|
|
92364
92418
|
"page-0547",
|
|
92365
92419
|
"page-0555",
|
|
92366
92420
|
"page-0563",
|
|
@@ -93602,6 +93656,7 @@
|
|
|
93602
93656
|
"page-0003",
|
|
93603
93657
|
"page-0167",
|
|
93604
93658
|
"page-0186",
|
|
93659
|
+
"page-0210",
|
|
93605
93660
|
"page-0216",
|
|
93606
93661
|
"page-1187",
|
|
93607
93662
|
"page-1197"
|
|
@@ -93863,7 +93918,7 @@
|
|
|
93863
93918
|
"page-0448",
|
|
93864
93919
|
"page-0449",
|
|
93865
93920
|
"page-0453",
|
|
93866
|
-
"page-
|
|
93921
|
+
"page-0456",
|
|
93867
93922
|
"page-0458",
|
|
93868
93923
|
"page-0459",
|
|
93869
93924
|
"page-0460",
|
|
@@ -95730,6 +95785,7 @@
|
|
|
95730
95785
|
"page-0168",
|
|
95731
95786
|
"page-0197",
|
|
95732
95787
|
"page-0208",
|
|
95788
|
+
"page-0210",
|
|
95733
95789
|
"page-0227",
|
|
95734
95790
|
"page-0545",
|
|
95735
95791
|
"page-0549",
|
|
@@ -96353,7 +96409,7 @@
|
|
|
96353
96409
|
"page-0448",
|
|
96354
96410
|
"page-0449",
|
|
96355
96411
|
"page-0453",
|
|
96356
|
-
"page-
|
|
96412
|
+
"page-0456",
|
|
96357
96413
|
"page-0458",
|
|
96358
96414
|
"page-0459",
|
|
96359
96415
|
"page-0460",
|
|
@@ -96678,7 +96734,7 @@
|
|
|
96678
96734
|
"page-0448",
|
|
96679
96735
|
"page-0449",
|
|
96680
96736
|
"page-0453",
|
|
96681
|
-
"page-
|
|
96737
|
+
"page-0456",
|
|
96682
96738
|
"page-0458",
|
|
96683
96739
|
"page-0459",
|
|
96684
96740
|
"page-0460",
|
|
@@ -97099,7 +97155,7 @@
|
|
|
97099
97155
|
"page-0440",
|
|
97100
97156
|
"page-0447",
|
|
97101
97157
|
"page-0453",
|
|
97102
|
-
"page-
|
|
97158
|
+
"page-0454",
|
|
97103
97159
|
"page-0460",
|
|
97104
97160
|
"page-0468",
|
|
97105
97161
|
"page-0469",
|
|
@@ -97631,7 +97687,7 @@
|
|
|
97631
97687
|
"page-0440",
|
|
97632
97688
|
"page-0447",
|
|
97633
97689
|
"page-0453",
|
|
97634
|
-
"page-
|
|
97690
|
+
"page-0454",
|
|
97635
97691
|
"page-0460",
|
|
97636
97692
|
"page-0468",
|
|
97637
97693
|
"page-0469",
|
|
@@ -98622,6 +98678,7 @@
|
|
|
98622
98678
|
"page-0168",
|
|
98623
98679
|
"page-0197",
|
|
98624
98680
|
"page-0208",
|
|
98681
|
+
"page-0210",
|
|
98625
98682
|
"page-0227",
|
|
98626
98683
|
"page-0545",
|
|
98627
98684
|
"page-0549",
|
|
@@ -99937,6 +99994,7 @@
|
|
|
99937
99994
|
],
|
|
99938
99995
|
"comparison": [
|
|
99939
99996
|
"page-0026",
|
|
99997
|
+
"page-0210",
|
|
99940
99998
|
"page-0639",
|
|
99941
99999
|
"page-1187"
|
|
99942
100000
|
],
|
|
@@ -100225,7 +100283,7 @@
|
|
|
100225
100283
|
"page-0169",
|
|
100226
100284
|
"page-0283",
|
|
100227
100285
|
"page-0418",
|
|
100228
|
-
"page-
|
|
100286
|
+
"page-0455"
|
|
100229
100287
|
],
|
|
100230
100288
|
"parameters": [
|
|
100231
100289
|
"page-0038",
|
|
@@ -100871,7 +100929,7 @@
|
|
|
100871
100929
|
"page-0448",
|
|
100872
100930
|
"page-0449",
|
|
100873
100931
|
"page-0453",
|
|
100874
|
-
"page-
|
|
100932
|
+
"page-0456",
|
|
100875
100933
|
"page-0458",
|
|
100876
100934
|
"page-0459",
|
|
100877
100935
|
"page-0460",
|
|
@@ -104215,7 +104273,7 @@
|
|
|
104215
104273
|
"page-0375",
|
|
104216
104274
|
"page-0378",
|
|
104217
104275
|
"page-0418",
|
|
104218
|
-
"page-
|
|
104276
|
+
"page-0455",
|
|
104219
104277
|
"page-0490",
|
|
104220
104278
|
"page-0526",
|
|
104221
104279
|
"page-0654",
|
|
@@ -104543,6 +104601,7 @@
|
|
|
104543
104601
|
],
|
|
104544
104602
|
"control": [
|
|
104545
104603
|
"page-0188",
|
|
104604
|
+
"page-0210",
|
|
104546
104605
|
"page-0330",
|
|
104547
104606
|
"page-1197",
|
|
104548
104607
|
"page-1198",
|
|
@@ -105158,6 +105217,11 @@
|
|
|
105158
105217
|
"page-0211",
|
|
105159
105218
|
"page-1184"
|
|
105160
105219
|
],
|
|
105220
|
+
"concurrency": [
|
|
105221
|
+
"page-0210",
|
|
105222
|
+
"page-0216",
|
|
105223
|
+
"page-1187"
|
|
105224
|
+
],
|
|
105161
105225
|
"reduce": [
|
|
105162
105226
|
"page-0211",
|
|
105163
105227
|
"page-0213",
|
|
@@ -105278,10 +105342,6 @@
|
|
|
105278
105342
|
"balancer": [
|
|
105279
105343
|
"page-0216"
|
|
105280
105344
|
],
|
|
105281
|
-
"concurrency": [
|
|
105282
|
-
"page-0216",
|
|
105283
|
-
"page-1187"
|
|
105284
|
-
],
|
|
105285
105345
|
"recommendations": [
|
|
105286
105346
|
"page-0216"
|
|
105287
105347
|
],
|
|
@@ -105954,7 +106014,7 @@
|
|
|
105954
106014
|
"page-0448",
|
|
105955
106015
|
"page-0449",
|
|
105956
106016
|
"page-0453",
|
|
105957
|
-
"page-
|
|
106017
|
+
"page-0456",
|
|
105958
106018
|
"page-0458",
|
|
105959
106019
|
"page-0459",
|
|
105960
106020
|
"page-0460",
|
|
@@ -106220,7 +106280,7 @@
|
|
|
106220
106280
|
"column's": [
|
|
106221
106281
|
"page-0283",
|
|
106222
106282
|
"page-0418",
|
|
106223
|
-
"page-
|
|
106283
|
+
"page-0455"
|
|
106224
106284
|
],
|
|
106225
106285
|
"crowd": [
|
|
106226
106286
|
"page-0284",
|
|
@@ -107003,7 +107063,7 @@
|
|
|
107003
107063
|
],
|
|
107004
107064
|
"thehive": [
|
|
107005
107065
|
"page-0453",
|
|
107006
|
-
"page-
|
|
107066
|
+
"page-0454",
|
|
107007
107067
|
"page-0970",
|
|
107008
107068
|
"page-0971",
|
|
107009
107069
|
"page-1102",
|
|
@@ -107011,11 +107071,11 @@
|
|
|
107011
107071
|
"page-1197"
|
|
107012
107072
|
],
|
|
107013
107073
|
"timescaledb": [
|
|
107014
|
-
"page-
|
|
107074
|
+
"page-0455",
|
|
107015
107075
|
"page-0972"
|
|
107016
107076
|
],
|
|
107017
107077
|
"todoist": [
|
|
107018
|
-
"page-
|
|
107078
|
+
"page-0456",
|
|
107019
107079
|
"page-0973"
|
|
107020
107080
|
],
|
|
107021
107081
|
"travis": [
|
|
@@ -111190,6 +111250,7 @@
|
|
|
111190
111250
|
"page-0207",
|
|
111191
111251
|
"page-0208",
|
|
111192
111252
|
"page-0209",
|
|
111253
|
+
"page-0210",
|
|
111193
111254
|
"page-0211",
|
|
111194
111255
|
"page-0212",
|
|
111195
111256
|
"page-0213",
|
|
@@ -112419,13 +112480,13 @@
|
|
|
112419
112480
|
"thehive": [
|
|
112420
112481
|
"page-0453"
|
|
112421
112482
|
],
|
|
112422
|
-
"
|
|
112483
|
+
"thehive5": [
|
|
112423
112484
|
"page-0454"
|
|
112424
112485
|
],
|
|
112425
|
-
"
|
|
112486
|
+
"timescaledb": [
|
|
112426
112487
|
"page-0455"
|
|
112427
112488
|
],
|
|
112428
|
-
"
|
|
112489
|
+
"todoist": [
|
|
112429
112490
|
"page-0456"
|
|
112430
112491
|
],
|
|
112431
112492
|
"travisci": [
|