@n8n-as-code/skills 1.8.2 → 1.8.3-next.4

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,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-10T19:40:16.550Z",
2
+ "generatedAt": "2026-04-13T09:59:29.585Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
5
  "totalPages": 1262,
@@ -13647,92 +13647,92 @@
13647
13647
  },
13648
13648
  {
13649
13649
  "id": "page-0154",
13650
- "title": "Configuration examples",
13651
- "url": "https://docs.n8n.io/hosting/configuration/configuration-examples/index.md",
13652
- "urlPath": "hosting/configuration/configuration-examples/index.md",
13650
+ "title": "Configure the Base URL",
13651
+ "url": "https://docs.n8n.io/hosting/configuration/configuration-examples/base-url/index.md",
13652
+ "urlPath": "hosting/configuration/configuration-examples/base-url/index.md",
13653
13653
  "category": "hosting",
13654
13654
  "subcategory": null,
13655
13655
  "nodeName": null,
13656
13656
  "nodeType": null,
13657
13657
  "content": {
13658
- "markdown": "# Configuration examples\n\nThis section contains examples for how to configure n8n to solve particular use cases.\n\n- [Isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/)\n- [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [Configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [Specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [Enable modules in Code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [Set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [Specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [Configure webhook URLs with reverse proxy](/hosting/configuration/configuration-examples/webhook-url/)\n- [Enable Prometheus metrics](/hosting/configuration/configuration-examples/prometheus/)\n- [Pre-configure Microsoft OAuth credentials](/hosting/configuration/configuration-examples/microsoft-oauth-credential-overwrites/)\n- [Configure a custom workflow templates library](/hosting/configuration/configuration-examples/custom-templates/)\n",
13659
- "excerpt": "# Configuration examples This section contains examples for how to configure n8n to solve particular use cases. - [Isolate n8n](/hosting/configuration/configuration-examples/isolation/) - [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/) - [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/) - [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/) - [Conf...",
13658
+ "markdown": "# Configure the Base URL for n8n's front end access\n\nRequires manual UI build\n\nThis use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nYou can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport VUE_APP_URL_BASE_API=https://n8n.example.com/\n```\n\nRefer to [Environment variables reference](../../environment-variables/deployment/) for more information on this variable.\n",
13659
+ "excerpt": "# Configure the Base URL for n8n's front end access Requires manual UI build This use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain. You can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host...",
13660
13660
  "sections": [
13661
13661
  {
13662
- "title": "Configuration examples",
13662
+ "title": "Configure the Base URL for n8n's front end access",
13663
13663
  "level": 1,
13664
- "content": "This section contains examples for how to configure n8n to solve particular use cases.\n\n- [Isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/)\n- [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [Configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [Specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [Enable modules in Code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [Set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [Specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [Configure webhook URLs with reverse proxy](/hosting/configu"
13664
+ "content": "Requires manual UI build\n\nThis use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nYou can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport VUE_APP_URL_BASE_API=https://n8n.example.com/\n```\n\nRefer to [Environment variables reference](../../environment-variables/deployment/) for more information on this variable."
13665
13665
  }
13666
13666
  ]
13667
13667
  },
13668
13668
  "metadata": {
13669
13669
  "keywords": [
13670
- "configuration",
13671
- "examples"
13670
+ "configure",
13671
+ "base",
13672
+ "n8n's",
13673
+ "front",
13674
+ "access"
13672
13675
  ],
13673
13676
  "useCases": [],
13674
13677
  "operations": [],
13675
- "codeExamples": 0,
13678
+ "codeExamples": 1,
13676
13679
  "complexity": "beginner",
13677
13680
  "readingTime": "1 min",
13678
- "contentLength": 1406,
13681
+ "contentLength": 728,
13679
13682
  "relatedPages": []
13680
13683
  },
13681
13684
  "searchIndex": {
13682
- "fullText": "configuration examples # configuration examples\n\nthis section contains examples for how to configure n8n to solve particular use cases.\n\n- [isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [configure the base url](/hosting/configuration/configuration-examples/base-url/)\n- [configure custom ssl certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [enable modules in code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [configure webhook urls with reverse proxy](/hosting/configuration/configuration-examples/webhook-url/)\n- [enable prometheus metrics](/hosting/configuration/configuration-examples/prometheus/)\n- [pre-configure microsoft oauth credentials](/hosting/configuration/configuration-examples/microsoft-oauth-credential-overwrites/)\n- [configure a custom workflow templates library](/hosting/configuration/configuration-examples/custom-templates/)\n configuration examples",
13685
+ "fullText": "configure the base url # configure the base url for n8n's front end access\n\nrequires manual ui build\n\nthis use case involves configuring the `vue_app_url_base_api` environmental variable which requires a manual build of the `n8n-editor-ui` package. you can't use it with the default n8n docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nyou can configure the base url that the front end uses to connect to the back end's rest api. this is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport vue_app_url_base_api=https://n8n.example.com/\n```\n\nrefer to [environment variables reference](../../environment-variables/deployment/) for more information on this variable.\n configure the base url for n8n's front end access",
13683
13686
  "importantTerms": [
13684
- "configuration",
13685
- "examples",
13686
- "hosting",
13687
13687
  "configure",
13688
- "custom"
13688
+ "base",
13689
+ "front",
13690
+ "this",
13691
+ "variable"
13689
13692
  ]
13690
13693
  }
13691
13694
  },
13692
13695
  {
13693
13696
  "id": "page-0155",
13694
- "title": "Configure the Base URL",
13695
- "url": "https://docs.n8n.io/hosting/configuration/configuration-examples/base-url/index.md",
13696
- "urlPath": "hosting/configuration/configuration-examples/base-url/index.md",
13697
+ "title": "Configuration examples",
13698
+ "url": "https://docs.n8n.io/hosting/configuration/configuration-examples/index.md",
13699
+ "urlPath": "hosting/configuration/configuration-examples/index.md",
13697
13700
  "category": "hosting",
13698
13701
  "subcategory": null,
13699
13702
  "nodeName": null,
13700
13703
  "nodeType": null,
13701
13704
  "content": {
13702
- "markdown": "# Configure the Base URL for n8n's front end access\n\nRequires manual UI build\n\nThis use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nYou can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport VUE_APP_URL_BASE_API=https://n8n.example.com/\n```\n\nRefer to [Environment variables reference](../../environment-variables/deployment/) for more information on this variable.\n",
13703
- "excerpt": "# Configure the Base URL for n8n's front end access Requires manual UI build This use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain. You can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host...",
13705
+ "markdown": "# Configuration examples\n\nThis section contains examples for how to configure n8n to solve particular use cases.\n\n- [Isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/)\n- [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [Configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [Specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [Enable modules in Code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [Set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [Specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [Configure webhook URLs with reverse proxy](/hosting/configuration/configuration-examples/webhook-url/)\n- [Enable Prometheus metrics](/hosting/configuration/configuration-examples/prometheus/)\n- [Pre-configure Microsoft OAuth credentials](/hosting/configuration/configuration-examples/microsoft-oauth-credential-overwrites/)\n- [Configure a custom workflow templates library](/hosting/configuration/configuration-examples/custom-templates/)\n",
13706
+ "excerpt": "# Configuration examples This section contains examples for how to configure n8n to solve particular use cases. - [Isolate n8n](/hosting/configuration/configuration-examples/isolation/) - [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/) - [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/) - [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/) - [Conf...",
13704
13707
  "sections": [
13705
13708
  {
13706
- "title": "Configure the Base URL for n8n's front end access",
13709
+ "title": "Configuration examples",
13707
13710
  "level": 1,
13708
- "content": "Requires manual UI build\n\nThis use case involves configuring the `VUE_APP_URL_BASE_API` environmental variable which requires a manual build of the `n8n-editor-ui` package. You can't use it with the default n8n Docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nYou can configure the Base URL that the front end uses to connect to the back end's REST API. This is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport VUE_APP_URL_BASE_API=https://n8n.example.com/\n```\n\nRefer to [Environment variables reference](../../environment-variables/deployment/) for more information on this variable."
13711
+ "content": "This section contains examples for how to configure n8n to solve particular use cases.\n\n- [Isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [Configure the Base URL](/hosting/configuration/configuration-examples/base-url/)\n- [Configure custom SSL certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [Set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [Configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [Specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [Enable modules in Code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [Set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [Specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [Configure webhook URLs with reverse proxy](/hosting/configu"
13709
13712
  }
13710
13713
  ]
13711
13714
  },
13712
13715
  "metadata": {
13713
13716
  "keywords": [
13714
- "configure",
13715
- "base",
13716
- "n8n's",
13717
- "front",
13718
- "access"
13717
+ "configuration",
13718
+ "examples"
13719
13719
  ],
13720
13720
  "useCases": [],
13721
13721
  "operations": [],
13722
- "codeExamples": 1,
13722
+ "codeExamples": 0,
13723
13723
  "complexity": "beginner",
13724
13724
  "readingTime": "1 min",
13725
- "contentLength": 728,
13725
+ "contentLength": 1406,
13726
13726
  "relatedPages": []
13727
13727
  },
13728
13728
  "searchIndex": {
13729
- "fullText": "configure the base url # configure the base url for n8n's front end access\n\nrequires manual ui build\n\nthis use case involves configuring the `vue_app_url_base_api` environmental variable which requires a manual build of the `n8n-editor-ui` package. you can't use it with the default n8n docker image where the default setting for this variable is `/`, meaning that it uses the root-domain.\n\nyou can configure the base url that the front end uses to connect to the back end's rest api. this is relevant when you want to host n8n's front end and back end separately.\n\n```\nexport vue_app_url_base_api=https://n8n.example.com/\n```\n\nrefer to [environment variables reference](../../environment-variables/deployment/) for more information on this variable.\n configure the base url for n8n's front end access",
13729
+ "fullText": "configuration examples # configuration examples\n\nthis section contains examples for how to configure n8n to solve particular use cases.\n\n- [isolate n8n](/hosting/configuration/configuration-examples/isolation/)\n- [configure the base url](/hosting/configuration/configuration-examples/base-url/)\n- [configure custom ssl certificate authorities](/hosting/configuration/configuration-examples/custom-certificate-authority/)\n- [set a custom encryption key](/hosting/configuration/configuration-examples/encryption-key/)\n- [configure workflow timeouts](/hosting/configuration/configuration-examples/execution-timeout/)\n- [specify custom nodes location](/hosting/configuration/configuration-examples/custom-nodes-location/)\n- [enable modules in code node](/hosting/configuration/configuration-examples/modules-in-code-node/)\n- [set the timezone](/hosting/configuration/configuration-examples/time-zone/)\n- [specify user folder path](/hosting/configuration/configuration-examples/user-folder/)\n- [configure webhook urls with reverse proxy](/hosting/configuration/configuration-examples/webhook-url/)\n- [enable prometheus metrics](/hosting/configuration/configuration-examples/prometheus/)\n- [pre-configure microsoft oauth credentials](/hosting/configuration/configuration-examples/microsoft-oauth-credential-overwrites/)\n- [configure a custom workflow templates library](/hosting/configuration/configuration-examples/custom-templates/)\n configuration examples",
13730
13730
  "importantTerms": [
13731
+ "configuration",
13732
+ "examples",
13733
+ "hosting",
13731
13734
  "configure",
13732
- "base",
13733
- "front",
13734
- "this",
13735
- "variable"
13735
+ "custom"
13736
13736
  ]
13737
13737
  }
13738
13738
  },
@@ -18311,6 +18311,57 @@
18311
18311
  },
18312
18312
  {
18313
18313
  "id": "page-0209",
18314
+ "title": "Binary data",
18315
+ "url": "https://docs.n8n.io/hosting/scaling/binary-data/index.md",
18316
+ "urlPath": "hosting/scaling/binary-data/index.md",
18317
+ "category": "hosting",
18318
+ "subcategory": null,
18319
+ "nodeName": null,
18320
+ "nodeType": null,
18321
+ "content": {
18322
+ "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",
18323
+ "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...",
18324
+ "sections": [
18325
+ {
18326
+ "title": "Binary data",
18327
+ "level": 1,
18328
+ "content": "Binary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow."
18329
+ }
18330
+ ]
18331
+ },
18332
+ "metadata": {
18333
+ "keywords": [
18334
+ "binary",
18335
+ "data",
18336
+ "enable",
18337
+ "filesystem",
18338
+ "mode",
18339
+ "pruning"
18340
+ ],
18341
+ "useCases": [],
18342
+ "operations": [],
18343
+ "codeExamples": 0,
18344
+ "complexity": "beginner",
18345
+ "readingTime": "1 min",
18346
+ "contentLength": 1141,
18347
+ "relatedPages": []
18348
+ },
18349
+ "searchIndex": {
18350
+ "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",
18351
+ "importantTerms": [
18352
+ "data",
18353
+ "binary",
18354
+ "mode",
18355
+ "pruning",
18356
+ "filesystem",
18357
+ "execution",
18358
+ "this",
18359
+ "enable"
18360
+ ]
18361
+ }
18362
+ },
18363
+ {
18364
+ "id": "page-0210",
18314
18365
  "title": "Prerequisites",
18315
18366
  "url": "https://docs.n8n.io/hosting/oem-deployment/prerequisites/index.md",
18316
18367
  "urlPath": "hosting/oem-deployment/prerequisites/index.md",
@@ -18385,57 +18436,6 @@
18385
18436
  ]
18386
18437
  }
18387
18438
  },
18388
- {
18389
- "id": "page-0210",
18390
- "title": "Binary data",
18391
- "url": "https://docs.n8n.io/hosting/scaling/binary-data/index.md",
18392
- "urlPath": "hosting/scaling/binary-data/index.md",
18393
- "category": "hosting",
18394
- "subcategory": null,
18395
- "nodeName": null,
18396
- "nodeType": null,
18397
- "content": {
18398
- "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",
18399
- "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...",
18400
- "sections": [
18401
- {
18402
- "title": "Binary data",
18403
- "level": 1,
18404
- "content": "Binary data is any file-type data, such as image files or documents generated or processed during the execution of a workflow."
18405
- }
18406
- ]
18407
- },
18408
- "metadata": {
18409
- "keywords": [
18410
- "binary",
18411
- "data",
18412
- "enable",
18413
- "filesystem",
18414
- "mode",
18415
- "pruning"
18416
- ],
18417
- "useCases": [],
18418
- "operations": [],
18419
- "codeExamples": 0,
18420
- "complexity": "beginner",
18421
- "readingTime": "1 min",
18422
- "contentLength": 1141,
18423
- "relatedPages": []
18424
- },
18425
- "searchIndex": {
18426
- "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",
18427
- "importantTerms": [
18428
- "data",
18429
- "binary",
18430
- "mode",
18431
- "pruning",
18432
- "filesystem",
18433
- "execution",
18434
- "this",
18435
- "enable"
18436
- ]
18437
- }
18438
- },
18439
18439
  {
18440
18440
  "id": "page-0211",
18441
18441
  "title": "Concurrency control",
@@ -21600,27 +21600,27 @@
21600
21600
  },
21601
21601
  {
21602
21602
  "id": "page-0256",
21603
- "title": "AWS Textract",
21604
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstextract/index.md",
21605
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.awstextract/index.md",
21603
+ "title": "AWS Transcribe",
21604
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe/index.md",
21605
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe/index.md",
21606
21606
  "category": "integrations",
21607
21607
  "subcategory": "app-nodes",
21608
- "nodeName": "awstextract",
21609
- "nodeType": "n8n-nodes-base.awstextract",
21608
+ "nodeName": "awstranscribe",
21609
+ "nodeType": "n8n-nodes-base.awstranscribe",
21610
21610
  "content": {
21611
- "markdown": "# AWS Textract node\n\nUse the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices.\n\nOn this page, you'll find a list of operations the AWS Textract node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Analyze Receipt or Invoice\n\n## Templates and examples\n\n**Extract and store text from chat images using AWS S3**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1393-extract-and-store-text-from-chat-images-using-aws-s3/)\n\n**Send a file from S3 to AWS Textract**\n\nby Tom\n\n[View template details](https://n8n.io/workflows/1282-send-a-file-from-s3-to-aws-textract/)\n\n**Summarize invoices with AWS Textract, Google Gemini, and send to Slack**\n\nby Pixcels Themes\n\n[View template details](https://n8n.io/workflows/13803-summarize-invoices-with-aws-textract-google-gemini-and-send-to-slack/)\n\n[Browse AWS Textract integration templates](https://n8n.io/integrations/aws-textract/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
21612
- "excerpt": "# AWS Textract node Use the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices. On this page, you'll find a list of operations the AWS Textract node supports and links to more resources. Credentials Refer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication. This node can be used as an AI tool This n...",
21611
+ "markdown": "# AWS Transcribe node\n\nUse the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs.\n\nOn this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n**Transcription Job**\n\n- Create a transcription job\n- Delete a transcription job\n- Get a transcription job\n- Get all transcriptions job\n\n## Templates and examples\n\n**Transcribe audio files from Cloud Storage**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1394-transcribe-audio-files-from-cloud-storage/)\n\n**Create transcription jobs using AWS Transcribe**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1111-create-transcription-jobs-using-aws-transcribe/)\n\n**🛠️ AWS Transcribe Tool MCP Server 💪 all operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5330-aws-transcribe-tool-mcp-server-all-operations/)\n\n[Browse AWS Transcribe integration templates](https://n8n.io/integrations/aws-transcribe/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
21612
+ "excerpt": "# AWS Transcribe node Use the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs. On this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources. Credentials Refer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication...",
21613
21613
  "sections": [
21614
21614
  {
21615
- "title": "AWS Textract node",
21615
+ "title": "AWS Transcribe node",
21616
21616
  "level": 1,
21617
- "content": "Use the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices.\n\nOn this page, you'll find a list of operations the AWS Textract node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
21617
+ "content": "Use the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs.\n\nOn this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
21618
21618
  }
21619
21619
  ]
21620
21620
  },
21621
21621
  "metadata": {
21622
21622
  "keywords": [
21623
- "textract",
21623
+ "transcribe",
21624
21624
  "node",
21625
21625
  "operations",
21626
21626
  "templates",
@@ -21639,26 +21639,26 @@
21639
21639
  "codeExamples": 0,
21640
21640
  "complexity": "intermediate",
21641
21641
  "readingTime": "2 min",
21642
- "contentLength": 2086,
21642
+ "contentLength": 2210,
21643
21643
  "relatedPages": []
21644
21644
  },
21645
21645
  "searchIndex": {
21646
- "fullText": "aws textract # aws textract node\n\nuse the aws textract node to automate work in aws textract, and integrate aws textract with other applications. n8n has built-in support for a wide range of aws textract features, including analyzing invoices.\n\non this page, you'll find a list of operations the aws textract node supports and links to more resources.\n\ncredentials\n\nrefer to [aws textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- analyze receipt or invoice\n\n## templates and examples\n\n**extract and store text from chat images using aws s3**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1393-extract-and-store-text-from-chat-images-using-aws-s3/)\n\n**send a file from s3 to aws textract**\n\nby tom\n\n[view template details](https://n8n.io/workflows/1282-send-a-file-from-s3-to-aws-textract/)\n\n**summarize invoices with aws textract, google gemini, and send to slack**\n\nby pixcels themes\n\n[view template details](https://n8n.io/workflows/13803-summarize-invoices-with-aws-textract-google-gemini-and-send-to-slack/)\n\n[browse aws textract integration templates](https://n8n.io/integrations/aws-textract/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n aws textract node",
21646
+ "fullText": "aws transcribe # aws transcribe node\n\nuse the aws transcribe node to automate work in aws transcribe, and integrate aws transcribe with other applications. n8n has built-in support for a wide range of aws transcribe features, including creating, deleting, and getting transcription jobs.\n\non this page, you'll find a list of operations the aws transcribe node supports and links to more resources.\n\ncredentials\n\nrefer to [aws transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n**transcription job**\n\n- create a transcription job\n- delete a transcription job\n- get a transcription job\n- get all transcriptions job\n\n## templates and examples\n\n**transcribe audio files from cloud storage**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1394-transcribe-audio-files-from-cloud-storage/)\n\n**create transcription jobs using aws transcribe**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1111-create-transcription-jobs-using-aws-transcribe/)\n\n**🛠️ aws transcribe tool mcp server 💪 all operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5330-aws-transcribe-tool-mcp-server-all-operations/)\n\n[browse aws transcribe integration templates](https://n8n.io/integrations/aws-transcribe/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n aws transcribe node",
21647
21647
  "importantTerms": [
21648
- "textract",
21648
+ "transcribe",
21649
21649
  "node",
21650
+ "transcription",
21650
21651
  "this",
21651
- "https",
21652
- "with",
21653
21652
  "operations",
21654
- "from",
21653
+ "https",
21654
+ "tool",
21655
21655
  "workflows",
21656
- "send",
21657
- "invoices",
21656
+ "jobs",
21658
21657
  "more",
21659
21658
  "credentials",
21660
21659
  "used",
21661
21660
  "using",
21661
+ "create",
21662
21662
  "templates",
21663
21663
  "view",
21664
21664
  "template",
@@ -21673,27 +21673,27 @@
21673
21673
  },
21674
21674
  {
21675
21675
  "id": "page-0257",
21676
- "title": "AWS Transcribe",
21677
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe/index.md",
21678
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe/index.md",
21676
+ "title": "AWS Textract",
21677
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstextract/index.md",
21678
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.awstextract/index.md",
21679
21679
  "category": "integrations",
21680
21680
  "subcategory": "app-nodes",
21681
- "nodeName": "awstranscribe",
21682
- "nodeType": "n8n-nodes-base.awstranscribe",
21681
+ "nodeName": "awstextract",
21682
+ "nodeType": "n8n-nodes-base.awstextract",
21683
21683
  "content": {
21684
- "markdown": "# AWS Transcribe node\n\nUse the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs.\n\nOn this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n**Transcription Job**\n\n- Create a transcription job\n- Delete a transcription job\n- Get a transcription job\n- Get all transcriptions job\n\n## Templates and examples\n\n**Transcribe audio files from Cloud Storage**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1394-transcribe-audio-files-from-cloud-storage/)\n\n**Create transcription jobs using AWS Transcribe**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1111-create-transcription-jobs-using-aws-transcribe/)\n\n**🛠️ AWS Transcribe Tool MCP Server 💪 all operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5330-aws-transcribe-tool-mcp-server-all-operations/)\n\n[Browse AWS Transcribe integration templates](https://n8n.io/integrations/aws-transcribe/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
21685
- "excerpt": "# AWS Transcribe node Use the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs. On this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources. Credentials Refer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication...",
21684
+ "markdown": "# AWS Textract node\n\nUse the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices.\n\nOn this page, you'll find a list of operations the AWS Textract node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Analyze Receipt or Invoice\n\n## Templates and examples\n\n**Extract and store text from chat images using AWS S3**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1393-extract-and-store-text-from-chat-images-using-aws-s3/)\n\n**Send a file from S3 to AWS Textract**\n\nby Tom\n\n[View template details](https://n8n.io/workflows/1282-send-a-file-from-s3-to-aws-textract/)\n\n**Summarize invoices with AWS Textract, Google Gemini, and send to Slack**\n\nby Pixcels Themes\n\n[View template details](https://n8n.io/workflows/13803-summarize-invoices-with-aws-textract-google-gemini-and-send-to-slack/)\n\n[Browse AWS Textract integration templates](https://n8n.io/integrations/aws-textract/), or [search all templates](https://n8n.io/workflows/)\n\n## What to do if your operation isn't supported\n\nIf this node doesn't support the operation you want to do, you can use the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's API.\n\nYou can use the credential you created for this service in the HTTP Request node:\n\n1. In the HTTP Request node, select **Authentication** > **Predefined Credential Type**.\n1. Select the service you want to connect to.\n1. Select your credential.\n\nRefer to [Custom API operations](../../../custom-operations/) for more information.\n",
21685
+ "excerpt": "# AWS Textract node Use the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices. On this page, you'll find a list of operations the AWS Textract node supports and links to more resources. Credentials Refer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication. This node can be used as an AI tool This n...",
21686
21686
  "sections": [
21687
21687
  {
21688
- "title": "AWS Transcribe node",
21688
+ "title": "AWS Textract node",
21689
21689
  "level": 1,
21690
- "content": "Use the AWS Transcribe node to automate work in AWS Transcribe, and integrate AWS Transcribe with other applications. n8n has built-in support for a wide range of AWS Transcribe features, including creating, deleting, and getting transcription jobs.\n\nOn this page, you'll find a list of operations the AWS Transcribe node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
21690
+ "content": "Use the AWS Textract node to automate work in AWS Textract, and integrate AWS Textract with other applications. n8n has built-in support for a wide range of AWS Textract features, including analyzing invoices.\n\nOn this page, you'll find a list of operations the AWS Textract node supports and links to more resources.\n\nCredentials\n\nRefer to [AWS Textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
21691
21691
  }
21692
21692
  ]
21693
21693
  },
21694
21694
  "metadata": {
21695
21695
  "keywords": [
21696
- "transcribe",
21696
+ "textract",
21697
21697
  "node",
21698
21698
  "operations",
21699
21699
  "templates",
@@ -21712,26 +21712,26 @@
21712
21712
  "codeExamples": 0,
21713
21713
  "complexity": "intermediate",
21714
21714
  "readingTime": "2 min",
21715
- "contentLength": 2210,
21715
+ "contentLength": 2086,
21716
21716
  "relatedPages": []
21717
21717
  },
21718
21718
  "searchIndex": {
21719
- "fullText": "aws transcribe # aws transcribe node\n\nuse the aws transcribe node to automate work in aws transcribe, and integrate aws transcribe with other applications. n8n has built-in support for a wide range of aws transcribe features, including creating, deleting, and getting transcription jobs.\n\non this page, you'll find a list of operations the aws transcribe node supports and links to more resources.\n\ncredentials\n\nrefer to [aws transcribe credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n**transcription job**\n\n- create a transcription job\n- delete a transcription job\n- get a transcription job\n- get all transcriptions job\n\n## templates and examples\n\n**transcribe audio files from cloud storage**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1394-transcribe-audio-files-from-cloud-storage/)\n\n**create transcription jobs using aws transcribe**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1111-create-transcription-jobs-using-aws-transcribe/)\n\n**🛠️ aws transcribe tool mcp server 💪 all operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5330-aws-transcribe-tool-mcp-server-all-operations/)\n\n[browse aws transcribe integration templates](https://n8n.io/integrations/aws-transcribe/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n aws transcribe node",
21719
+ "fullText": "aws textract # aws textract node\n\nuse the aws textract node to automate work in aws textract, and integrate aws textract with other applications. n8n has built-in support for a wide range of aws textract features, including analyzing invoices.\n\non this page, you'll find a list of operations the aws textract node supports and links to more resources.\n\ncredentials\n\nrefer to [aws textract credentials](../../credentials/aws/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- analyze receipt or invoice\n\n## templates and examples\n\n**extract and store text from chat images using aws s3**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1393-extract-and-store-text-from-chat-images-using-aws-s3/)\n\n**send a file from s3 to aws textract**\n\nby tom\n\n[view template details](https://n8n.io/workflows/1282-send-a-file-from-s3-to-aws-textract/)\n\n**summarize invoices with aws textract, google gemini, and send to slack**\n\nby pixcels themes\n\n[view template details](https://n8n.io/workflows/13803-summarize-invoices-with-aws-textract-google-gemini-and-send-to-slack/)\n\n[browse aws textract integration templates](https://n8n.io/integrations/aws-textract/), or [search all templates](https://n8n.io/workflows/)\n\n## what to do if your operation isn't supported\n\nif this node doesn't support the operation you want to do, you can use the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to call the service's api.\n\nyou can use the credential you created for this service in the http request node:\n\n1. in the http request node, select **authentication** > **predefined credential type**.\n1. select the service you want to connect to.\n1. select your credential.\n\nrefer to [custom api operations](../../../custom-operations/) for more information.\n aws textract node",
21720
21720
  "importantTerms": [
21721
- "transcribe",
21721
+ "textract",
21722
21722
  "node",
21723
- "transcription",
21724
21723
  "this",
21725
- "operations",
21726
21724
  "https",
21727
- "tool",
21725
+ "with",
21726
+ "operations",
21727
+ "from",
21728
21728
  "workflows",
21729
- "jobs",
21729
+ "send",
21730
+ "invoices",
21730
21731
  "more",
21731
21732
  "credentials",
21732
21733
  "used",
21733
21734
  "using",
21734
- "create",
21735
21735
  "templates",
21736
21736
  "view",
21737
21737
  "template",
@@ -24487,31 +24487,29 @@
24487
24487
  },
24488
24488
  {
24489
24489
  "id": "page-0301",
24490
- "title": "Facebook Graph API",
24491
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/index.md",
24492
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/index.md",
24490
+ "title": "FileMaker",
24491
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.filemaker/index.md",
24492
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.filemaker/index.md",
24493
24493
  "category": "integrations",
24494
24494
  "subcategory": "app-nodes",
24495
- "nodeName": "facebookgraphapi",
24496
- "nodeType": "n8n-nodes-base.facebookgraphapi",
24495
+ "nodeName": "filemaker",
24496
+ "nodeType": "n8n-nodes-base.filemaker",
24497
24497
  "content": {
24498
- "markdown": "# Facebook Graph API node\n\nUse the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more.\n\nOn this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources.\n\nCredentials\n\nRefer to [Facebook Graph API credentials](../../credentials/facebookgraph/) for guidance on setting up authentication.\n\n## Operations\n\n- **Default**\n - GET\n - POST\n - DELETE\n- **Video Uploads**\n - GET\n - POST\n - DELETE\n\n### Parameters\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n- **Host URL**: The host URL for the request. The following options are available:\n - **Default**: Requests are passed to the `graph.facebook.com` host URL. Used for the majority of requests.\n - **Video**: Requests are passed to the `graph-video.facebook.com` host URL. Used for video upload requests only.\n- **HTTP Request Method**: The method to be used for this request, from the following options:\n - **GET**\n - **POST**\n - **DELETE**\n- **Graph API Version**: The version of the [Facebook Graph API](https://developers.facebook.com/docs/graph-api/changelog) to be used for this request.\n- **Node**: The node on which to operate, for example `/<page-id>/feed`. Read more about it in the [official Facebook Developer documentation](https://developers.facebook.com/docs/graph-api/using-graph-api).\n- **Edge**: Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.\n- **Ignore SSL Issues**: Toggle to still download the response even if SSL certificate validation isn't possible.\n- **Send Binary File**: Available for `POST` operations. If enabled binary data is sent as the body. Requires setting the following:\n - **Input Binary Field**: Name of the binary property which contains the data for the file to be uploaded.\n\n## Templates and examples\n\n**✨🤖Automate Multi-Platform Social Media Content Creation with AI**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n**AI-Powered Social Media Content Generator & Publisher**\n\nby Amjid Ali\n\n[View template details](https://n8n.io/workflows/2950-ai-powered-social-media-content-generator-and-publisher/)\n\n**Generate Instagram Content from Top Trends with AI Image Generation**\n\nby mustafa kendigüzel\n\n[View template details](https://n8n.io/workflows/2803-generate-instagram-content-from-top-trends-with-ai-image-generation/)\n\n[Browse Facebook Graph API integration templates](https://n8n.io/integrations/facebook-graph-api/), or [search all templates](https://n8n.io/workflows/)\n",
24499
- "excerpt": "# Facebook Graph API node Use the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more. On this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources. Credentials Refer to [Facebook Graph API cre...",
24498
+ "markdown": "# FileMaker node\n\nUse the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files.\n\nOn this page, you'll find a list of operations the FileMaker node supports and links to more resources.\n\nCredentials\n\nRefer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Find Records\n- Get Records\n- Get Records by Id\n- Perform Script\n- Create Record\n- Edit Record\n- Duplicate Record\n- Delete Record\n\n## Templates and examples\n\n**Create, update, and retrieve a record from FileMaker**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1068-create-update-and-retrieve-a-record-from-filemaker/)\n\n**Convert FileMaker Data API to Flat File Array**\n\nby Dick\n\n[View template details](https://n8n.io/workflows/1537-convert-filemaker-data-api-to-flat-file-array/)\n\n**Integrate Xero with FileMaker using Webhooks**\n\nby Stathis Askaridis\n\n[View template details](https://n8n.io/workflows/2499-integrate-xero-with-filemaker-using-webhooks/)\n\n[Browse FileMaker integration templates](https://n8n.io/integrations/filemaker/), or [search all templates](https://n8n.io/workflows/)\n",
24499
+ "excerpt": "# FileMaker node Use the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files. On this page, you'll find a list of operations the FileMaker node supports and links to more resources. Credentials Refer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication. This node can be u...",
24500
24500
  "sections": [
24501
24501
  {
24502
- "title": "Facebook Graph API node",
24502
+ "title": "FileMaker node",
24503
24503
  "level": 1,
24504
- "content": "Use the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more.\n\nOn this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources.\n\nCredentials\n\nRefer to [Facebook Graph API credentials](../../credentials/facebookgraph/) for guidance on setting up authentication."
24504
+ "content": "Use the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files.\n\nOn this page, you'll find a list of operations the FileMaker node supports and links to more resources.\n\nCredentials\n\nRefer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
24505
24505
  }
24506
24506
  ]
24507
24507
  },
24508
24508
  "metadata": {
24509
24509
  "keywords": [
24510
- "facebook",
24511
- "graph",
24510
+ "filemaker",
24512
24511
  "node",
24513
24512
  "operations",
24514
- "parameters",
24515
24513
  "templates",
24516
24514
  "examples"
24517
24515
  ],
@@ -24520,41 +24518,28 @@
24520
24518
  ""
24521
24519
  ],
24522
24520
  "codeExamples": 0,
24523
- "complexity": "intermediate",
24524
- "readingTime": "3 min",
24525
- "contentLength": 3110,
24521
+ "complexity": "beginner",
24522
+ "readingTime": "1 min",
24523
+ "contentLength": 1638,
24526
24524
  "relatedPages": []
24527
24525
  },
24528
24526
  "searchIndex": {
24529
- "fullText": "facebook graph api # facebook graph api node\n\nuse the facebook graph api node to automate work in facebook graph api, and integrate facebook graph api with other applications. n8n has built-in support for a wide range of facebook graph api features, including using queries get post delete for several parameters like host url, request methods and much more.\n\non this page, you'll find a list of operations the facebook graph api node supports and links to more resources.\n\ncredentials\n\nrefer to [facebook graph api credentials](../../credentials/facebookgraph/) for guidance on setting up authentication.\n\n## operations\n\n- **default**\n - get\n - post\n - delete\n- **video uploads**\n - get\n - post\n - delete\n\n### parameters\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n- **host url**: the host url for the request. the following options are available:\n - **default**: requests are passed to the `graph.facebook.com` host url. used for the majority of requests.\n - **video**: requests are passed to the `graph-video.facebook.com` host url. used for video upload requests only.\n- **http request method**: the method to be used for this request, from the following options:\n - **get**\n - **post**\n - **delete**\n- **graph api version**: the version of the [facebook graph api](https://developers.facebook.com/docs/graph-api/changelog) to be used for this request.\n- **node**: the node on which to operate, for example `/<page-id>/feed`. read more about it in the [official facebook developer documentation](https://developers.facebook.com/docs/graph-api/using-graph-api).\n- **edge**: edge of the node on which to operate. edges represent collections of objects which are attached to the node.\n- **ignore ssl issues**: toggle to still download the response even if ssl certificate validation isn't possible.\n- **send binary file**: available for `post` operations. if enabled binary data is sent as the body. requires setting the following:\n - **input binary field**: name of the binary property which contains the data for the file to be uploaded.\n\n## templates and examples\n\n**✨🤖automate multi-platform social media content creation with ai**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n**ai-powered social media content generator & publisher**\n\nby amjid ali\n\n[view template details](https://n8n.io/workflows/2950-ai-powered-social-media-content-generator-and-publisher/)\n\n**generate instagram content from top trends with ai image generation**\n\nby mustafa kendigüzel\n\n[view template details](https://n8n.io/workflows/2803-generate-instagram-content-from-top-trends-with-ai-image-generation/)\n\n[browse facebook graph api integration templates](https://n8n.io/integrations/facebook-graph-api/), or [search all templates](https://n8n.io/workflows/)\n facebook graph api node",
24527
+ "fullText": "filemaker # filemaker node\n\nuse the filemaker node to automate work in filemaker, and integrate filemaker with other applications. n8n has built-in support for a wide range of filemaker features, including creating, finding, getting, editing, and duplicating files.\n\non this page, you'll find a list of operations the filemaker node supports and links to more resources.\n\ncredentials\n\nrefer to [filemaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- find records\n- get records\n- get records by id\n- perform script\n- create record\n- edit record\n- duplicate record\n- delete record\n\n## templates and examples\n\n**create, update, and retrieve a record from filemaker**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1068-create-update-and-retrieve-a-record-from-filemaker/)\n\n**convert filemaker data api to flat file array**\n\nby dick\n\n[view template details](https://n8n.io/workflows/1537-convert-filemaker-data-api-to-flat-file-array/)\n\n**integrate xero with filemaker using webhooks**\n\nby stathis askaridis\n\n[view template details](https://n8n.io/workflows/2499-integrate-xero-with-filemaker-using-webhooks/)\n\n[browse filemaker integration templates](https://n8n.io/integrations/filemaker/), or [search all templates](https://n8n.io/workflows/)\n filemaker node",
24530
24528
  "importantTerms": [
24531
- "graph",
24532
- "facebook",
24529
+ "filemaker",
24533
24530
  "node",
24534
- "used",
24531
+ "record",
24535
24532
  "https",
24536
24533
  "with",
24537
24534
  "this",
24538
- "content",
24539
- "post",
24540
- "host",
24541
- "request",
24542
- "delete",
24543
- "parameters",
24544
- "more",
24545
- "video",
24546
- "requests",
24547
- "which",
24548
- "binary",
24549
- "social",
24550
- "media",
24551
24535
  "workflows",
24552
- "automate",
24553
- "using",
24554
- "operations",
24536
+ "integrate",
24537
+ "find",
24555
24538
  "credentials",
24556
- "following",
24557
- "from",
24539
+ "used",
24540
+ "using",
24541
+ "records",
24542
+ "create",
24558
24543
  "templates",
24559
24544
  "view",
24560
24545
  "template",
@@ -24564,29 +24549,31 @@
24564
24549
  },
24565
24550
  {
24566
24551
  "id": "page-0302",
24567
- "title": "FileMaker",
24568
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.filemaker/index.md",
24569
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.filemaker/index.md",
24552
+ "title": "Facebook Graph API",
24553
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/index.md",
24554
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/index.md",
24570
24555
  "category": "integrations",
24571
24556
  "subcategory": "app-nodes",
24572
- "nodeName": "filemaker",
24573
- "nodeType": "n8n-nodes-base.filemaker",
24557
+ "nodeName": "facebookgraphapi",
24558
+ "nodeType": "n8n-nodes-base.facebookgraphapi",
24574
24559
  "content": {
24575
- "markdown": "# FileMaker node\n\nUse the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files.\n\nOn this page, you'll find a list of operations the FileMaker node supports and links to more resources.\n\nCredentials\n\nRefer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Find Records\n- Get Records\n- Get Records by Id\n- Perform Script\n- Create Record\n- Edit Record\n- Duplicate Record\n- Delete Record\n\n## Templates and examples\n\n**Create, update, and retrieve a record from FileMaker**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1068-create-update-and-retrieve-a-record-from-filemaker/)\n\n**Convert FileMaker Data API to Flat File Array**\n\nby Dick\n\n[View template details](https://n8n.io/workflows/1537-convert-filemaker-data-api-to-flat-file-array/)\n\n**Integrate Xero with FileMaker using Webhooks**\n\nby Stathis Askaridis\n\n[View template details](https://n8n.io/workflows/2499-integrate-xero-with-filemaker-using-webhooks/)\n\n[Browse FileMaker integration templates](https://n8n.io/integrations/filemaker/), or [search all templates](https://n8n.io/workflows/)\n",
24576
- "excerpt": "# FileMaker node Use the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files. On this page, you'll find a list of operations the FileMaker node supports and links to more resources. Credentials Refer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication. This node can be u...",
24560
+ "markdown": "# Facebook Graph API node\n\nUse the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more.\n\nOn this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources.\n\nCredentials\n\nRefer to [Facebook Graph API credentials](../../credentials/facebookgraph/) for guidance on setting up authentication.\n\n## Operations\n\n- **Default**\n - GET\n - POST\n - DELETE\n- **Video Uploads**\n - GET\n - POST\n - DELETE\n\n### Parameters\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n- **Host URL**: The host URL for the request. The following options are available:\n - **Default**: Requests are passed to the `graph.facebook.com` host URL. Used for the majority of requests.\n - **Video**: Requests are passed to the `graph-video.facebook.com` host URL. Used for video upload requests only.\n- **HTTP Request Method**: The method to be used for this request, from the following options:\n - **GET**\n - **POST**\n - **DELETE**\n- **Graph API Version**: The version of the [Facebook Graph API](https://developers.facebook.com/docs/graph-api/changelog) to be used for this request.\n- **Node**: The node on which to operate, for example `/<page-id>/feed`. Read more about it in the [official Facebook Developer documentation](https://developers.facebook.com/docs/graph-api/using-graph-api).\n- **Edge**: Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.\n- **Ignore SSL Issues**: Toggle to still download the response even if SSL certificate validation isn't possible.\n- **Send Binary File**: Available for `POST` operations. If enabled binary data is sent as the body. Requires setting the following:\n - **Input Binary Field**: Name of the binary property which contains the data for the file to be uploaded.\n\n## Templates and examples\n\n**✨🤖Automate Multi-Platform Social Media Content Creation with AI**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n**AI-Powered Social Media Content Generator & Publisher**\n\nby Amjid Ali\n\n[View template details](https://n8n.io/workflows/2950-ai-powered-social-media-content-generator-and-publisher/)\n\n**Generate Instagram Content from Top Trends with AI Image Generation**\n\nby mustafa kendigüzel\n\n[View template details](https://n8n.io/workflows/2803-generate-instagram-content-from-top-trends-with-ai-image-generation/)\n\n[Browse Facebook Graph API integration templates](https://n8n.io/integrations/facebook-graph-api/), or [search all templates](https://n8n.io/workflows/)\n",
24561
+ "excerpt": "# Facebook Graph API node Use the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more. On this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources. Credentials Refer to [Facebook Graph API cre...",
24577
24562
  "sections": [
24578
24563
  {
24579
- "title": "FileMaker node",
24564
+ "title": "Facebook Graph API node",
24580
24565
  "level": 1,
24581
- "content": "Use the FileMaker node to automate work in FileMaker, and integrate FileMaker with other applications. n8n has built-in support for a wide range of FileMaker features, including creating, finding, getting, editing, and duplicating files.\n\nOn this page, you'll find a list of operations the FileMaker node supports and links to more resources.\n\nCredentials\n\nRefer to [FileMaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
24566
+ "content": "Use the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more.\n\nOn this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources.\n\nCredentials\n\nRefer to [Facebook Graph API credentials](../../credentials/facebookgraph/) for guidance on setting up authentication."
24582
24567
  }
24583
24568
  ]
24584
24569
  },
24585
24570
  "metadata": {
24586
24571
  "keywords": [
24587
- "filemaker",
24572
+ "facebook",
24573
+ "graph",
24588
24574
  "node",
24589
24575
  "operations",
24576
+ "parameters",
24590
24577
  "templates",
24591
24578
  "examples"
24592
24579
  ],
@@ -24595,28 +24582,41 @@
24595
24582
  ""
24596
24583
  ],
24597
24584
  "codeExamples": 0,
24598
- "complexity": "beginner",
24599
- "readingTime": "1 min",
24600
- "contentLength": 1638,
24585
+ "complexity": "intermediate",
24586
+ "readingTime": "3 min",
24587
+ "contentLength": 3110,
24601
24588
  "relatedPages": []
24602
24589
  },
24603
24590
  "searchIndex": {
24604
- "fullText": "filemaker # filemaker node\n\nuse the filemaker node to automate work in filemaker, and integrate filemaker with other applications. n8n has built-in support for a wide range of filemaker features, including creating, finding, getting, editing, and duplicating files.\n\non this page, you'll find a list of operations the filemaker node supports and links to more resources.\n\ncredentials\n\nrefer to [filemaker credentials](../../credentials/filemaker/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- find records\n- get records\n- get records by id\n- perform script\n- create record\n- edit record\n- duplicate record\n- delete record\n\n## templates and examples\n\n**create, update, and retrieve a record from filemaker**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1068-create-update-and-retrieve-a-record-from-filemaker/)\n\n**convert filemaker data api to flat file array**\n\nby dick\n\n[view template details](https://n8n.io/workflows/1537-convert-filemaker-data-api-to-flat-file-array/)\n\n**integrate xero with filemaker using webhooks**\n\nby stathis askaridis\n\n[view template details](https://n8n.io/workflows/2499-integrate-xero-with-filemaker-using-webhooks/)\n\n[browse filemaker integration templates](https://n8n.io/integrations/filemaker/), or [search all templates](https://n8n.io/workflows/)\n filemaker node",
24591
+ "fullText": "facebook graph api # facebook graph api node\n\nuse the facebook graph api node to automate work in facebook graph api, and integrate facebook graph api with other applications. n8n has built-in support for a wide range of facebook graph api features, including using queries get post delete for several parameters like host url, request methods and much more.\n\non this page, you'll find a list of operations the facebook graph api node supports and links to more resources.\n\ncredentials\n\nrefer to [facebook graph api credentials](../../credentials/facebookgraph/) for guidance on setting up authentication.\n\n## operations\n\n- **default**\n - get\n - post\n - delete\n- **video uploads**\n - get\n - post\n - delete\n\n### parameters\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n- **host url**: the host url for the request. the following options are available:\n - **default**: requests are passed to the `graph.facebook.com` host url. used for the majority of requests.\n - **video**: requests are passed to the `graph-video.facebook.com` host url. used for video upload requests only.\n- **http request method**: the method to be used for this request, from the following options:\n - **get**\n - **post**\n - **delete**\n- **graph api version**: the version of the [facebook graph api](https://developers.facebook.com/docs/graph-api/changelog) to be used for this request.\n- **node**: the node on which to operate, for example `/<page-id>/feed`. read more about it in the [official facebook developer documentation](https://developers.facebook.com/docs/graph-api/using-graph-api).\n- **edge**: edge of the node on which to operate. edges represent collections of objects which are attached to the node.\n- **ignore ssl issues**: toggle to still download the response even if ssl certificate validation isn't possible.\n- **send binary file**: available for `post` operations. if enabled binary data is sent as the body. requires setting the following:\n - **input binary field**: name of the binary property which contains the data for the file to be uploaded.\n\n## templates and examples\n\n**✨🤖automate multi-platform social media content creation with ai**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/3066-automate-multi-platform-social-media-content-creation-with-ai/)\n\n**ai-powered social media content generator & publisher**\n\nby amjid ali\n\n[view template details](https://n8n.io/workflows/2950-ai-powered-social-media-content-generator-and-publisher/)\n\n**generate instagram content from top trends with ai image generation**\n\nby mustafa kendigüzel\n\n[view template details](https://n8n.io/workflows/2803-generate-instagram-content-from-top-trends-with-ai-image-generation/)\n\n[browse facebook graph api integration templates](https://n8n.io/integrations/facebook-graph-api/), or [search all templates](https://n8n.io/workflows/)\n facebook graph api node",
24605
24592
  "importantTerms": [
24606
- "filemaker",
24593
+ "graph",
24594
+ "facebook",
24607
24595
  "node",
24608
- "record",
24596
+ "used",
24609
24597
  "https",
24610
24598
  "with",
24611
24599
  "this",
24600
+ "content",
24601
+ "post",
24602
+ "host",
24603
+ "request",
24604
+ "delete",
24605
+ "parameters",
24606
+ "more",
24607
+ "video",
24608
+ "requests",
24609
+ "which",
24610
+ "binary",
24611
+ "social",
24612
+ "media",
24612
24613
  "workflows",
24613
- "integrate",
24614
- "find",
24615
- "credentials",
24616
- "used",
24614
+ "automate",
24617
24615
  "using",
24618
- "records",
24619
- "create",
24616
+ "operations",
24617
+ "credentials",
24618
+ "following",
24619
+ "from",
24620
24620
  "templates",
24621
24621
  "view",
24622
24622
  "template",
@@ -27151,6 +27151,72 @@
27151
27151
  },
27152
27152
  {
27153
27153
  "id": "page-0338",
27154
+ "title": "Home Assistant",
27155
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/index.md",
27156
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/index.md",
27157
+ "category": "integrations",
27158
+ "subcategory": "app-nodes",
27159
+ "nodeName": "homeassistant",
27160
+ "nodeType": "n8n-nodes-base.homeassistant",
27161
+ "content": {
27162
+ "markdown": "# Home Assistant node\n\nUse the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\nOn this page, you'll find a list of operations the Home Assistant node supports and links to more resources.\n\nCredentials\n\nRefer to [Home Assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Camera Proxy\n - Get the camera screenshot\n- Config\n - Get the configuration\n - Check the configuration\n- Event\n - Create an event\n - Get all events\n- Log\n - Get a log for a specific entity\n - Get all logs\n- Service\n - Call a service within a specific domain\n - Get all services\n- State\n - Create a new record, or update the current one if it already exists (upsert)\n - Get a state for a specific entity\n - Get all states\n- Template\n - Create a template\n\n## Templates and examples\n\n**Turn on a light to a specific color on any update in GitHub repository**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1856-turn-on-a-light-to-a-specific-color-on-any-update-in-github-repository/)\n\n**Birthday and Ephemeris Notification (Google Contact, Telegram & Home Assistant)**\n\nby Thibaud\n\n[View template details](https://n8n.io/workflows/4462-birthday-and-ephemeris-notification-google-contact-telegram-and-home-assistant/)\n\n**📍 Daily Nearby Garage Sales Alerts via Telegram**\n\nby Thibaud\n\n[View template details](https://n8n.io/workflows/4649-daily-nearby-garage-sales-alerts-via-telegram/)\n\n[Browse Home Assistant integration templates](https://n8n.io/integrations/home-assistant/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Home Assistant's documentation](https://developers.home-assistant.io/docs/api/rest/) for more information about the service.\n",
27163
+ "excerpt": "# Home Assistant node Use the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates. On this page, you'll find a list of operations the Home Assistant node supports and links to more resources. Credentials Refer to [Home Assistant credentials](../../credentials/home...",
27164
+ "sections": [
27165
+ {
27166
+ "title": "Home Assistant node",
27167
+ "level": 1,
27168
+ "content": "Use the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\nOn this page, you'll find a list of operations the Home Assistant node supports and links to more resources.\n\nCredentials\n\nRefer to [Home Assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
27169
+ }
27170
+ ]
27171
+ },
27172
+ "metadata": {
27173
+ "keywords": [
27174
+ "home",
27175
+ "assistant",
27176
+ "node",
27177
+ "operations",
27178
+ "templates",
27179
+ "examples",
27180
+ "related",
27181
+ "resources"
27182
+ ],
27183
+ "useCases": [],
27184
+ "operations": [
27185
+ ""
27186
+ ],
27187
+ "codeExamples": 0,
27188
+ "complexity": "intermediate",
27189
+ "readingTime": "2 min",
27190
+ "contentLength": 2313,
27191
+ "relatedPages": []
27192
+ },
27193
+ "searchIndex": {
27194
+ "fullText": "home assistant # home assistant node\n\nuse the home assistant node to automate work in home assistant, and integrate home assistant with other applications. n8n has built-in support for a wide range of home assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\non this page, you'll find a list of operations the home assistant node supports and links to more resources.\n\ncredentials\n\nrefer to [home assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- camera proxy\n - get the camera screenshot\n- config\n - get the configuration\n - check the configuration\n- event\n - create an event\n - get all events\n- log\n - get a log for a specific entity\n - get all logs\n- service\n - call a service within a specific domain\n - get all services\n- state\n - create a new record, or update the current one if it already exists (upsert)\n - get a state for a specific entity\n - get all states\n- template\n - create a template\n\n## templates and examples\n\n**turn on a light to a specific color on any update in github repository**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1856-turn-on-a-light-to-a-specific-color-on-any-update-in-github-repository/)\n\n**birthday and ephemeris notification (google contact, telegram & home assistant)**\n\nby thibaud\n\n[view template details](https://n8n.io/workflows/4462-birthday-and-ephemeris-notification-google-contact-telegram-and-home-assistant/)\n\n**📍 daily nearby garage sales alerts via telegram**\n\nby thibaud\n\n[view template details](https://n8n.io/workflows/4649-daily-nearby-garage-sales-alerts-via-telegram/)\n\n[browse home assistant integration templates](https://n8n.io/integrations/home-assistant/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [home assistant's documentation](https://developers.home-assistant.io/docs/api/rest/) for more information about the service.\n home assistant node",
27195
+ "importantTerms": [
27196
+ "home",
27197
+ "assistant",
27198
+ "node",
27199
+ "https",
27200
+ "specific",
27201
+ "template",
27202
+ "templates",
27203
+ "this",
27204
+ "workflows",
27205
+ "telegram",
27206
+ "camera",
27207
+ "more",
27208
+ "credentials",
27209
+ "used",
27210
+ "create",
27211
+ "service",
27212
+ "update",
27213
+ "view",
27214
+ "details"
27215
+ ]
27216
+ }
27217
+ },
27218
+ {
27219
+ "id": "page-0339",
27154
27220
  "title": "HubSpot",
27155
27221
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/index.md",
27156
27222
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.hubspot/index.md",
@@ -27238,7 +27304,7 @@
27238
27304
  }
27239
27305
  },
27240
27306
  {
27241
- "id": "page-0339",
27307
+ "id": "page-0340",
27242
27308
  "title": "Humantic AI",
27243
27309
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
27244
27310
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
@@ -27295,7 +27361,7 @@
27295
27361
  }
27296
27362
  },
27297
27363
  {
27298
- "id": "page-0340",
27364
+ "id": "page-0341",
27299
27365
  "title": "Hunter",
27300
27366
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/index.md",
27301
27367
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.hunter/index.md",
@@ -27353,7 +27419,7 @@
27353
27419
  }
27354
27420
  },
27355
27421
  {
27356
- "id": "page-0341",
27422
+ "id": "page-0342",
27357
27423
  "title": "Intercom",
27358
27424
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.intercom/index.md",
27359
27425
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.intercom/index.md",
@@ -27416,7 +27482,7 @@
27416
27482
  }
27417
27483
  },
27418
27484
  {
27419
- "id": "page-0342",
27485
+ "id": "page-0343",
27420
27486
  "title": "Invoice Ninja",
27421
27487
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/index.md",
27422
27488
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/index.md",
@@ -27495,7 +27561,7 @@
27495
27561
  }
27496
27562
  },
27497
27563
  {
27498
- "id": "page-0343",
27564
+ "id": "page-0344",
27499
27565
  "title": "Iterable",
27500
27566
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.iterable/index.md",
27501
27567
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.iterable/index.md",
@@ -27546,7 +27612,7 @@
27546
27612
  }
27547
27613
  },
27548
27614
  {
27549
- "id": "page-0344",
27615
+ "id": "page-0345",
27550
27616
  "title": "Jenkins",
27551
27617
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jenkins/index.md",
27552
27618
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.jenkins/index.md",
@@ -27600,7 +27666,7 @@
27600
27666
  }
27601
27667
  },
27602
27668
  {
27603
- "id": "page-0345",
27669
+ "id": "page-0346",
27604
27670
  "title": "Jina AI",
27605
27671
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jinaai/index.md",
27606
27672
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.jinaai/index.md",
@@ -27677,7 +27743,7 @@
27677
27743
  }
27678
27744
  },
27679
27745
  {
27680
- "id": "page-0346",
27746
+ "id": "page-0347",
27681
27747
  "title": "Jira Software",
27682
27748
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jira/index.md",
27683
27749
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.jira/index.md",
@@ -27770,72 +27836,6 @@
27770
27836
  ]
27771
27837
  }
27772
27838
  },
27773
- {
27774
- "id": "page-0347",
27775
- "title": "Home Assistant",
27776
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/index.md",
27777
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/index.md",
27778
- "category": "integrations",
27779
- "subcategory": "app-nodes",
27780
- "nodeName": "homeassistant",
27781
- "nodeType": "n8n-nodes-base.homeassistant",
27782
- "content": {
27783
- "markdown": "# Home Assistant node\n\nUse the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\nOn this page, you'll find a list of operations the Home Assistant node supports and links to more resources.\n\nCredentials\n\nRefer to [Home Assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\n- Camera Proxy\n - Get the camera screenshot\n- Config\n - Get the configuration\n - Check the configuration\n- Event\n - Create an event\n - Get all events\n- Log\n - Get a log for a specific entity\n - Get all logs\n- Service\n - Call a service within a specific domain\n - Get all services\n- State\n - Create a new record, or update the current one if it already exists (upsert)\n - Get a state for a specific entity\n - Get all states\n- Template\n - Create a template\n\n## Templates and examples\n\n**Turn on a light to a specific color on any update in GitHub repository**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1856-turn-on-a-light-to-a-specific-color-on-any-update-in-github-repository/)\n\n**Birthday and Ephemeris Notification (Google Contact, Telegram & Home Assistant)**\n\nby Thibaud\n\n[View template details](https://n8n.io/workflows/4462-birthday-and-ephemeris-notification-google-contact-telegram-and-home-assistant/)\n\n**📍 Daily Nearby Garage Sales Alerts via Telegram**\n\nby Thibaud\n\n[View template details](https://n8n.io/workflows/4649-daily-nearby-garage-sales-alerts-via-telegram/)\n\n[Browse Home Assistant integration templates](https://n8n.io/integrations/home-assistant/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Home Assistant's documentation](https://developers.home-assistant.io/docs/api/rest/) for more information about the service.\n",
27784
- "excerpt": "# Home Assistant node Use the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates. On this page, you'll find a list of operations the Home Assistant node supports and links to more resources. Credentials Refer to [Home Assistant credentials](../../credentials/home...",
27785
- "sections": [
27786
- {
27787
- "title": "Home Assistant node",
27788
- "level": 1,
27789
- "content": "Use the Home Assistant node to automate work in Home Assistant, and integrate Home Assistant with other applications. n8n has built-in support for a wide range of Home Assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\nOn this page, you'll find a list of operations the Home Assistant node supports and links to more resources.\n\nCredentials\n\nRefer to [Home Assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
27790
- }
27791
- ]
27792
- },
27793
- "metadata": {
27794
- "keywords": [
27795
- "home",
27796
- "assistant",
27797
- "node",
27798
- "operations",
27799
- "templates",
27800
- "examples",
27801
- "related",
27802
- "resources"
27803
- ],
27804
- "useCases": [],
27805
- "operations": [
27806
- ""
27807
- ],
27808
- "codeExamples": 0,
27809
- "complexity": "intermediate",
27810
- "readingTime": "2 min",
27811
- "contentLength": 2313,
27812
- "relatedPages": []
27813
- },
27814
- "searchIndex": {
27815
- "fullText": "home assistant # home assistant node\n\nuse the home assistant node to automate work in home assistant, and integrate home assistant with other applications. n8n has built-in support for a wide range of home assistant features, including getting, creating, and checking camera proxies, configurations, logs, services, and templates.\n\non this page, you'll find a list of operations the home assistant node supports and links to more resources.\n\ncredentials\n\nrefer to [home assistant credentials](../../credentials/homeassistant/) for guidance on setting up authentication.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\n- camera proxy\n - get the camera screenshot\n- config\n - get the configuration\n - check the configuration\n- event\n - create an event\n - get all events\n- log\n - get a log for a specific entity\n - get all logs\n- service\n - call a service within a specific domain\n - get all services\n- state\n - create a new record, or update the current one if it already exists (upsert)\n - get a state for a specific entity\n - get all states\n- template\n - create a template\n\n## templates and examples\n\n**turn on a light to a specific color on any update in github repository**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1856-turn-on-a-light-to-a-specific-color-on-any-update-in-github-repository/)\n\n**birthday and ephemeris notification (google contact, telegram & home assistant)**\n\nby thibaud\n\n[view template details](https://n8n.io/workflows/4462-birthday-and-ephemeris-notification-google-contact-telegram-and-home-assistant/)\n\n**📍 daily nearby garage sales alerts via telegram**\n\nby thibaud\n\n[view template details](https://n8n.io/workflows/4649-daily-nearby-garage-sales-alerts-via-telegram/)\n\n[browse home assistant integration templates](https://n8n.io/integrations/home-assistant/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [home assistant's documentation](https://developers.home-assistant.io/docs/api/rest/) for more information about the service.\n home assistant node",
27816
- "importantTerms": [
27817
- "home",
27818
- "assistant",
27819
- "node",
27820
- "https",
27821
- "specific",
27822
- "template",
27823
- "templates",
27824
- "this",
27825
- "workflows",
27826
- "telegram",
27827
- "camera",
27828
- "more",
27829
- "credentials",
27830
- "used",
27831
- "create",
27832
- "service",
27833
- "update",
27834
- "view",
27835
- "details"
27836
- ]
27837
- }
27838
- },
27839
27839
  {
27840
27840
  "id": "page-0348",
27841
27841
  "title": "Kafka",
@@ -32649,36 +32649,32 @@
32649
32649
  },
32650
32650
  {
32651
32651
  "id": "page-0420",
32652
- "title": "QuestDB",
32653
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.questdb/index.md",
32654
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.questdb/index.md",
32652
+ "title": "Quick Base",
32653
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbase/index.md",
32654
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.quickbase/index.md",
32655
32655
  "category": "integrations",
32656
32656
  "subcategory": "app-nodes",
32657
- "nodeName": "questdb",
32658
- "nodeType": "n8n-nodes-base.questdb",
32657
+ "nodeName": "quickbase",
32658
+ "nodeType": "n8n-nodes-base.quickbase",
32659
32659
  "content": {
32660
- "markdown": "# QuestDB node\n\nUse the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB.\n\nOn this page, you'll find a list of operations the QuestDB node supports and links to more resources.\n\nCredentials\n\nRefer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication.\n\n## Operations\n\n- Executes a SQL query.\n- Insert rows in database.\n\n## Templates and examples\n\n[Browse QuestDB integration templates](https://n8n.io/integrations/questdb/), or [search all templates](https://n8n.io/workflows/)\n\n## Node reference\n\n### Specify a column's data type\n\nTo specify a column's data type, append the column name with `:type`, where `type` is the data type you want for column. For example, if you want to specify the type `int` for the column **id** and type `text` for the column **name**, you can use the following snippet in the **Columns** field: `id:int,name:text`.\n",
32661
- "excerpt": "# QuestDB node Use the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB. On this page, you'll find a list of operations the QuestDB node supports and links to more resources. Credentials Refer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication. ## Operations - Executes a SQL query. - Insert rows in database. ## Templates and...",
32660
+ "markdown": "# Quick Base node\n\nUse the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\nOn this page, you'll find a list of operations the Quick Base node supports and links to more resources.\n\nCredentials\n\nRefer to [Quick Base credentials](../../credentials/quickbase/) for guidance on setting up authentication.\n\n## Operations\n\n- Field\n - Get all fields\n- File\n - Delete a file\n - Download a file\n- Record\n - Create a record\n - Delete a record\n - Get all records\n - Update a record\n - Upsert a record\n- Report\n - Get a report\n - Run a report\n\n## Templates and examples\n\n[Browse Quick Base integration templates](https://n8n.io/integrations/quick-base/), or [search all templates](https://n8n.io/workflows/)\n",
32661
+ "excerpt": "# Quick Base node Use the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files. On this page, you'll find a list of operations the Quick Base node supports and links to more resources. Credentials Refer to [Quick Base credentials](../../credentials/quickbase/) for guidance o...",
32662
32662
  "sections": [
32663
32663
  {
32664
- "title": "QuestDB node",
32664
+ "title": "Quick Base node",
32665
32665
  "level": 1,
32666
- "content": "Use the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB.\n\nOn this page, you'll find a list of operations the QuestDB node supports and links to more resources.\n\nCredentials\n\nRefer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication."
32666
+ "content": "Use the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\nOn this page, you'll find a list of operations the Quick Base node supports and links to more resources.\n\nCredentials\n\nRefer to [Quick Base credentials](../../credentials/quickbase/) for guidance on setting up authentication."
32667
32667
  }
32668
32668
  ]
32669
32669
  },
32670
32670
  "metadata": {
32671
32671
  "keywords": [
32672
- "questdb",
32672
+ "quick",
32673
+ "base",
32673
32674
  "node",
32674
32675
  "operations",
32675
32676
  "templates",
32676
- "examples",
32677
- "reference",
32678
- "specify",
32679
- "column's",
32680
- "data",
32681
- "type"
32677
+ "examples"
32682
32678
  ],
32683
32679
  "useCases": [],
32684
32680
  "operations": [
@@ -32687,53 +32683,55 @@
32687
32683
  "codeExamples": 0,
32688
32684
  "complexity": "beginner",
32689
32685
  "readingTime": "1 min",
32690
- "contentLength": 1010,
32686
+ "contentLength": 934,
32691
32687
  "relatedPages": []
32692
32688
  },
32693
32689
  "searchIndex": {
32694
- "fullText": "questdb # questdb node\n\nuse the questdb node to automate work in questdb, and integrate questdb with other applications. n8n supports executing an sql query and inserting rows in a database with questdb.\n\non this page, you'll find a list of operations the questdb node supports and links to more resources.\n\ncredentials\n\nrefer to [questdb credentials](../../credentials/questdb/) for guidance on setting up authentication.\n\n## operations\n\n- executes a sql query.\n- insert rows in database.\n\n## templates and examples\n\n[browse questdb integration templates](https://n8n.io/integrations/questdb/), or [search all templates](https://n8n.io/workflows/)\n\n## node reference\n\n### specify a column's data type\n\nto specify a column's data type, append the column name with `:type`, where `type` is the data type you want for column. for example, if you want to specify the type `int` for the column **id** and type `text` for the column **name**, you can use the following snippet in the **columns** field: `id:int,name:text`.\n questdb node",
32690
+ "fullText": "quick base # quick base node\n\nuse the quick base node to automate work in quick base, and integrate quick base with other applications. n8n has built-in support for a wide range of quick base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\non this page, you'll find a list of operations the quick base node supports and links to more resources.\n\ncredentials\n\nrefer to [quick base credentials](../../credentials/quickbase/) for guidance on setting up authentication.\n\n## operations\n\n- field\n - get all fields\n- file\n - delete a file\n - download a file\n- record\n - create a record\n - delete a record\n - get all records\n - update a record\n - upsert a record\n- report\n - get a report\n - run a report\n\n## templates and examples\n\n[browse quick base integration templates](https://n8n.io/integrations/quick-base/), or [search all templates](https://n8n.io/workflows/)\n quick base node",
32695
32691
  "importantTerms": [
32696
- "questdb",
32697
- "type",
32698
- "column",
32692
+ "quick",
32693
+ "base",
32694
+ "record",
32699
32695
  "node",
32700
- "with",
32701
32696
  "credentials",
32702
- "templates",
32703
- "specify",
32704
- "data",
32705
- "name"
32697
+ "file",
32698
+ "report",
32699
+ "templates"
32706
32700
  ]
32707
32701
  }
32708
32702
  },
32709
32703
  {
32710
32704
  "id": "page-0421",
32711
- "title": "Quick Base",
32712
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbase/index.md",
32713
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.quickbase/index.md",
32705
+ "title": "QuestDB",
32706
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.questdb/index.md",
32707
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.questdb/index.md",
32714
32708
  "category": "integrations",
32715
32709
  "subcategory": "app-nodes",
32716
- "nodeName": "quickbase",
32717
- "nodeType": "n8n-nodes-base.quickbase",
32710
+ "nodeName": "questdb",
32711
+ "nodeType": "n8n-nodes-base.questdb",
32718
32712
  "content": {
32719
- "markdown": "# Quick Base node\n\nUse the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\nOn this page, you'll find a list of operations the Quick Base node supports and links to more resources.\n\nCredentials\n\nRefer to [Quick Base credentials](../../credentials/quickbase/) for guidance on setting up authentication.\n\n## Operations\n\n- Field\n - Get all fields\n- File\n - Delete a file\n - Download a file\n- Record\n - Create a record\n - Delete a record\n - Get all records\n - Update a record\n - Upsert a record\n- Report\n - Get a report\n - Run a report\n\n## Templates and examples\n\n[Browse Quick Base integration templates](https://n8n.io/integrations/quick-base/), or [search all templates](https://n8n.io/workflows/)\n",
32720
- "excerpt": "# Quick Base node Use the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files. On this page, you'll find a list of operations the Quick Base node supports and links to more resources. Credentials Refer to [Quick Base credentials](../../credentials/quickbase/) for guidance o...",
32713
+ "markdown": "# QuestDB node\n\nUse the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB.\n\nOn this page, you'll find a list of operations the QuestDB node supports and links to more resources.\n\nCredentials\n\nRefer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication.\n\n## Operations\n\n- Executes a SQL query.\n- Insert rows in database.\n\n## Templates and examples\n\n[Browse QuestDB integration templates](https://n8n.io/integrations/questdb/), or [search all templates](https://n8n.io/workflows/)\n\n## Node reference\n\n### Specify a column's data type\n\nTo specify a column's data type, append the column name with `:type`, where `type` is the data type you want for column. For example, if you want to specify the type `int` for the column **id** and type `text` for the column **name**, you can use the following snippet in the **Columns** field: `id:int,name:text`.\n",
32714
+ "excerpt": "# QuestDB node Use the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB. On this page, you'll find a list of operations the QuestDB node supports and links to more resources. Credentials Refer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication. ## Operations - Executes a SQL query. - Insert rows in database. ## Templates and...",
32721
32715
  "sections": [
32722
32716
  {
32723
- "title": "Quick Base node",
32717
+ "title": "QuestDB node",
32724
32718
  "level": 1,
32725
- "content": "Use the Quick Base node to automate work in Quick Base, and integrate Quick Base with other applications. n8n has built-in support for a wide range of Quick Base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\nOn this page, you'll find a list of operations the Quick Base node supports and links to more resources.\n\nCredentials\n\nRefer to [Quick Base credentials](../../credentials/quickbase/) for guidance on setting up authentication."
32719
+ "content": "Use the QuestDB node to automate work in QuestDB, and integrate QuestDB with other applications. n8n supports executing an SQL query and inserting rows in a database with QuestDB.\n\nOn this page, you'll find a list of operations the QuestDB node supports and links to more resources.\n\nCredentials\n\nRefer to [QuestDB credentials](../../credentials/questdb/) for guidance on setting up authentication."
32726
32720
  }
32727
32721
  ]
32728
32722
  },
32729
32723
  "metadata": {
32730
32724
  "keywords": [
32731
- "quick",
32732
- "base",
32725
+ "questdb",
32733
32726
  "node",
32734
32727
  "operations",
32735
32728
  "templates",
32736
- "examples"
32729
+ "examples",
32730
+ "reference",
32731
+ "specify",
32732
+ "column's",
32733
+ "data",
32734
+ "type"
32737
32735
  ],
32738
32736
  "useCases": [],
32739
32737
  "operations": [
@@ -32742,20 +32740,22 @@
32742
32740
  "codeExamples": 0,
32743
32741
  "complexity": "beginner",
32744
32742
  "readingTime": "1 min",
32745
- "contentLength": 934,
32743
+ "contentLength": 1010,
32746
32744
  "relatedPages": []
32747
32745
  },
32748
32746
  "searchIndex": {
32749
- "fullText": "quick base # quick base node\n\nuse the quick base node to automate work in quick base, and integrate quick base with other applications. n8n has built-in support for a wide range of quick base features, including creating, updating, deleting, and getting records, as well as getting fields, and downloading files.\n\non this page, you'll find a list of operations the quick base node supports and links to more resources.\n\ncredentials\n\nrefer to [quick base credentials](../../credentials/quickbase/) for guidance on setting up authentication.\n\n## operations\n\n- field\n - get all fields\n- file\n - delete a file\n - download a file\n- record\n - create a record\n - delete a record\n - get all records\n - update a record\n - upsert a record\n- report\n - get a report\n - run a report\n\n## templates and examples\n\n[browse quick base integration templates](https://n8n.io/integrations/quick-base/), or [search all templates](https://n8n.io/workflows/)\n quick base node",
32747
+ "fullText": "questdb # questdb node\n\nuse the questdb node to automate work in questdb, and integrate questdb with other applications. n8n supports executing an sql query and inserting rows in a database with questdb.\n\non this page, you'll find a list of operations the questdb node supports and links to more resources.\n\ncredentials\n\nrefer to [questdb credentials](../../credentials/questdb/) for guidance on setting up authentication.\n\n## operations\n\n- executes a sql query.\n- insert rows in database.\n\n## templates and examples\n\n[browse questdb integration templates](https://n8n.io/integrations/questdb/), or [search all templates](https://n8n.io/workflows/)\n\n## node reference\n\n### specify a column's data type\n\nto specify a column's data type, append the column name with `:type`, where `type` is the data type you want for column. for example, if you want to specify the type `int` for the column **id** and type `text` for the column **name**, you can use the following snippet in the **columns** field: `id:int,name:text`.\n questdb node",
32750
32748
  "importantTerms": [
32751
- "quick",
32752
- "base",
32753
- "record",
32749
+ "questdb",
32750
+ "type",
32751
+ "column",
32754
32752
  "node",
32753
+ "with",
32755
32754
  "credentials",
32756
- "file",
32757
- "report",
32758
- "templates"
32755
+ "templates",
32756
+ "specify",
32757
+ "data",
32758
+ "name"
32759
32759
  ]
32760
32760
  }
32761
32761
  },
@@ -32841,72 +32841,6 @@
32841
32841
  },
32842
32842
  {
32843
32843
  "id": "page-0423",
32844
- "title": "QuickChart",
32845
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickchart/index.md",
32846
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.quickchart/index.md",
32847
- "category": "integrations",
32848
- "subcategory": "app-nodes",
32849
- "nodeName": "quickchart",
32850
- "nodeType": "n8n-nodes-base.quickchart",
32851
- "content": {
32852
- "markdown": "# QuickChart node\n\nUse the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts.\n\nOn this page, you'll find a list of operations the QuickChart node supports and links to more resources.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\nCreate a chart by selecting the chart type:\n\n- Chart Type\n - Bar Chart\n - Doughnut Chart\n - Line Chart\n - Pie Chart\n - Polar Chart\n\n## Templates and examples\n\n**AI Agent with charts capabilities using OpenAI Structured Output and Quickchart**\n\nby Agent Studio\n\n[View template details](https://n8n.io/workflows/2400-ai-agent-with-charts-capabilities-using-openai-structured-output-and-quickchart/)\n\n**Visualize your SQL Agent queries with OpenAI and Quickchart.io**\n\nby Agent Studio\n\n[View template details](https://n8n.io/workflows/2559-visualize-your-sql-agent-queries-with-openai-and-quickchartio/)\n\n**✨📊Multi-AI Agent Chatbot for Postgres/Supabase DB and QuickCharts + Tool Router**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/3090-multi-ai-agent-chatbot-for-postgressupabase-db-and-quickcharts-tool-router/)\n\n[Browse QuickChart integration templates](https://n8n.io/integrations/quickchart/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [QuickChart's API documentation](https://quickchart.io/documentation/) for more information about the service.\n",
32853
- "excerpt": "# QuickChart node Use the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts. On this page, you'll find a list of operations the QuickChart node supports and links to more resources. This node can be used as an AI tool This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can...",
32854
- "sections": [
32855
- {
32856
- "title": "QuickChart node",
32857
- "level": 1,
32858
- "content": "Use the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts.\n\nOn this page, you'll find a list of operations the QuickChart node supports and links to more resources.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
32859
- }
32860
- ]
32861
- },
32862
- "metadata": {
32863
- "keywords": [
32864
- "quickchart",
32865
- "node",
32866
- "operations",
32867
- "templates",
32868
- "examples",
32869
- "related",
32870
- "resources"
32871
- ],
32872
- "useCases": [],
32873
- "operations": [
32874
- ""
32875
- ],
32876
- "codeExamples": 0,
32877
- "complexity": "beginner",
32878
- "readingTime": "2 min",
32879
- "contentLength": 1817,
32880
- "relatedPages": []
32881
- },
32882
- "searchIndex": {
32883
- "fullText": "quickchart # quickchart node\n\nuse the quickchart node to automate work in quickchart, and integrate quickchart with other applications. n8n has built-in support for a wide range of quickchart chart types, including bar, doughnut, line, pie, and polar charts.\n\non this page, you'll find a list of operations the quickchart node supports and links to more resources.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\ncreate a chart by selecting the chart type:\n\n- chart type\n - bar chart\n - doughnut chart\n - line chart\n - pie chart\n - polar chart\n\n## templates and examples\n\n**ai agent with charts capabilities using openai structured output and quickchart**\n\nby agent studio\n\n[view template details](https://n8n.io/workflows/2400-ai-agent-with-charts-capabilities-using-openai-structured-output-and-quickchart/)\n\n**visualize your sql agent queries with openai and quickchart.io**\n\nby agent studio\n\n[view template details](https://n8n.io/workflows/2559-visualize-your-sql-agent-queries-with-openai-and-quickchartio/)\n\n**✨📊multi-ai agent chatbot for postgres/supabase db and quickcharts + tool router**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/3090-multi-ai-agent-chatbot-for-postgressupabase-db-and-quickcharts-tool-router/)\n\n[browse quickchart integration templates](https://n8n.io/integrations/quickchart/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [quickchart's api documentation](https://quickchart.io/documentation/) for more information about the service.\n quickchart node",
32884
- "importantTerms": [
32885
- "quickchart",
32886
- "chart",
32887
- "agent",
32888
- "node",
32889
- "with",
32890
- "https",
32891
- "this",
32892
- "tool",
32893
- "openai",
32894
- "workflows",
32895
- "charts",
32896
- "more",
32897
- "used",
32898
- "capabilities",
32899
- "documentation",
32900
- "using",
32901
- "templates",
32902
- "view",
32903
- "template",
32904
- "details"
32905
- ]
32906
- }
32907
- },
32908
- {
32909
- "id": "page-0424",
32910
32844
  "title": "RabbitMQ",
32911
32845
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rabbitmq/index.md",
32912
32846
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.rabbitmq/index.md",
@@ -32956,7 +32890,7 @@
32956
32890
  }
32957
32891
  },
32958
32892
  {
32959
- "id": "page-0425",
32893
+ "id": "page-0424",
32960
32894
  "title": "Raindrop",
32961
32895
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.raindrop/index.md",
32962
32896
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.raindrop/index.md",
@@ -33027,6 +32961,72 @@
33027
32961
  ]
33028
32962
  }
33029
32963
  },
32964
+ {
32965
+ "id": "page-0425",
32966
+ "title": "QuickChart",
32967
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickchart/index.md",
32968
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.quickchart/index.md",
32969
+ "category": "integrations",
32970
+ "subcategory": "app-nodes",
32971
+ "nodeName": "quickchart",
32972
+ "nodeType": "n8n-nodes-base.quickchart",
32973
+ "content": {
32974
+ "markdown": "# QuickChart node\n\nUse the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts.\n\nOn this page, you'll find a list of operations the QuickChart node supports and links to more resources.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## Operations\n\nCreate a chart by selecting the chart type:\n\n- Chart Type\n - Bar Chart\n - Doughnut Chart\n - Line Chart\n - Pie Chart\n - Polar Chart\n\n## Templates and examples\n\n**AI Agent with charts capabilities using OpenAI Structured Output and Quickchart**\n\nby Agent Studio\n\n[View template details](https://n8n.io/workflows/2400-ai-agent-with-charts-capabilities-using-openai-structured-output-and-quickchart/)\n\n**Visualize your SQL Agent queries with OpenAI and Quickchart.io**\n\nby Agent Studio\n\n[View template details](https://n8n.io/workflows/2559-visualize-your-sql-agent-queries-with-openai-and-quickchartio/)\n\n**✨📊Multi-AI Agent Chatbot for Postgres/Supabase DB and QuickCharts + Tool Router**\n\nby Joseph LePage\n\n[View template details](https://n8n.io/workflows/3090-multi-ai-agent-chatbot-for-postgressupabase-db-and-quickcharts-tool-router/)\n\n[Browse QuickChart integration templates](https://n8n.io/integrations/quickchart/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [QuickChart's API documentation](https://quickchart.io/documentation/) for more information about the service.\n",
32975
+ "excerpt": "# QuickChart node Use the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts. On this page, you'll find a list of operations the QuickChart node supports and links to more resources. This node can be used as an AI tool This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can...",
32976
+ "sections": [
32977
+ {
32978
+ "title": "QuickChart node",
32979
+ "level": 1,
32980
+ "content": "Use the QuickChart node to automate work in QuickChart, and integrate QuickChart with other applications. n8n has built-in support for a wide range of QuickChart chart types, including bar, doughnut, line, pie, and polar charts.\n\nOn this page, you'll find a list of operations the QuickChart node supports and links to more resources.\n\nThis node can be used as an AI tool\n\nThis node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the [AI tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/)."
32981
+ }
32982
+ ]
32983
+ },
32984
+ "metadata": {
32985
+ "keywords": [
32986
+ "quickchart",
32987
+ "node",
32988
+ "operations",
32989
+ "templates",
32990
+ "examples",
32991
+ "related",
32992
+ "resources"
32993
+ ],
32994
+ "useCases": [],
32995
+ "operations": [
32996
+ ""
32997
+ ],
32998
+ "codeExamples": 0,
32999
+ "complexity": "beginner",
33000
+ "readingTime": "2 min",
33001
+ "contentLength": 1817,
33002
+ "relatedPages": []
33003
+ },
33004
+ "searchIndex": {
33005
+ "fullText": "quickchart # quickchart node\n\nuse the quickchart node to automate work in quickchart, and integrate quickchart with other applications. n8n has built-in support for a wide range of quickchart chart types, including bar, doughnut, line, pie, and polar charts.\n\non this page, you'll find a list of operations the quickchart node supports and links to more resources.\n\nthis node can be used as an ai tool\n\nthis node can be used to enhance the capabilities of an ai agent. when used in this way, many parameters can be set automatically, or with information directed by ai - find out more in the [ai tool parameters documentation](../../../../advanced-ai/examples/using-the-fromai-function/).\n\n## operations\n\ncreate a chart by selecting the chart type:\n\n- chart type\n - bar chart\n - doughnut chart\n - line chart\n - pie chart\n - polar chart\n\n## templates and examples\n\n**ai agent with charts capabilities using openai structured output and quickchart**\n\nby agent studio\n\n[view template details](https://n8n.io/workflows/2400-ai-agent-with-charts-capabilities-using-openai-structured-output-and-quickchart/)\n\n**visualize your sql agent queries with openai and quickchart.io**\n\nby agent studio\n\n[view template details](https://n8n.io/workflows/2559-visualize-your-sql-agent-queries-with-openai-and-quickchartio/)\n\n**✨📊multi-ai agent chatbot for postgres/supabase db and quickcharts + tool router**\n\nby joseph lepage\n\n[view template details](https://n8n.io/workflows/3090-multi-ai-agent-chatbot-for-postgressupabase-db-and-quickcharts-tool-router/)\n\n[browse quickchart integration templates](https://n8n.io/integrations/quickchart/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [quickchart's api documentation](https://quickchart.io/documentation/) for more information about the service.\n quickchart node",
33006
+ "importantTerms": [
33007
+ "quickchart",
33008
+ "chart",
33009
+ "agent",
33010
+ "node",
33011
+ "with",
33012
+ "https",
33013
+ "this",
33014
+ "tool",
33015
+ "openai",
33016
+ "workflows",
33017
+ "charts",
33018
+ "more",
33019
+ "used",
33020
+ "capabilities",
33021
+ "documentation",
33022
+ "using",
33023
+ "templates",
33024
+ "view",
33025
+ "template",
33026
+ "details"
33027
+ ]
33028
+ }
33029
+ },
33030
33030
  {
33031
33031
  "id": "page-0426",
33032
33032
  "title": "Reddit",
@@ -34219,64 +34219,6 @@
34219
34219
  },
34220
34220
  {
34221
34221
  "id": "page-0443",
34222
- "title": "seven",
34223
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sms77/index.md",
34224
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.sms77/index.md",
34225
- "category": "integrations",
34226
- "subcategory": "app-nodes",
34227
- "nodeName": "sms77",
34228
- "nodeType": "n8n-nodes-base.sms77",
34229
- "content": {
34230
- "markdown": "# seven node\n\nUse the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice.\n\nOn this page, you'll find a list of operations the seven node supports and links to more resources.\n\nCredentials\n\nRefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication.\n\n## Operations\n\n- SMS\n - Send SMS\n- Voice Call\n - Converts text to voice and calls a given number\n\n## Templates and examples\n\n**Automate WhatsApp Booking System with GPT-4 Assistant, Cal.com and SMS Reminders**\n\nby Dr. Firas\n\n[View template details](https://n8n.io/workflows/4949-automate-whatsapp-booking-system-with-gpt-4-assistant-calcom-and-sms-reminders/)\n\n**Sending an SMS using sms77**\n\nby tanaypant\n\n[View template details](https://n8n.io/workflows/469-sending-an-sms-using-sms77/)\n\n**🛠️ seven Tool MCP Server with both available operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5088-seven-tool-mcp-server-with-both-available-operations/)\n\n[Browse seven integration templates](https://n8n.io/integrations/sms77/), or [search all templates](https://n8n.io/workflows/)\n",
34231
- "excerpt": "# seven node Use the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice. On this page, you'll find a list of operations the seven node supports and links to more resources. Credentials Refer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication. ## Operations - SMS - Send SMS - Voice Call - Converts text to...",
34232
- "sections": [
34233
- {
34234
- "title": "seven node",
34235
- "level": 1,
34236
- "content": "Use the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice.\n\nOn this page, you'll find a list of operations the seven node supports and links to more resources.\n\nCredentials\n\nRefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication."
34237
- }
34238
- ]
34239
- },
34240
- "metadata": {
34241
- "keywords": [
34242
- "seven",
34243
- "node",
34244
- "operations",
34245
- "templates",
34246
- "examples"
34247
- ],
34248
- "useCases": [],
34249
- "operations": [
34250
- ""
34251
- ],
34252
- "codeExamples": 0,
34253
- "complexity": "beginner",
34254
- "readingTime": "1 min",
34255
- "contentLength": 1240,
34256
- "relatedPages": []
34257
- },
34258
- "searchIndex": {
34259
- "fullText": "seven # seven node\n\nuse the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending sms, and converting text to voice.\n\non this page, you'll find a list of operations the seven node supports and links to more resources.\n\ncredentials\n\nrefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication.\n\n## operations\n\n- sms\n - send sms\n- voice call\n - converts text to voice and calls a given number\n\n## templates and examples\n\n**automate whatsapp booking system with gpt-4 assistant, cal.com and sms reminders**\n\nby dr. firas\n\n[view template details](https://n8n.io/workflows/4949-automate-whatsapp-booking-system-with-gpt-4-assistant-calcom-and-sms-reminders/)\n\n**sending an sms using sms77**\n\nby tanaypant\n\n[view template details](https://n8n.io/workflows/469-sending-an-sms-using-sms77/)\n\n**🛠️ seven tool mcp server with both available operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5088-seven-tool-mcp-server-with-both-available-operations/)\n\n[browse seven integration templates](https://n8n.io/integrations/sms77/), or [search all templates](https://n8n.io/workflows/)\n seven node",
34260
- "importantTerms": [
34261
- "seven",
34262
- "with",
34263
- "https",
34264
- "node",
34265
- "operations",
34266
- "workflows",
34267
- "automate",
34268
- "sending",
34269
- "voice",
34270
- "credentials",
34271
- "templates",
34272
- "view",
34273
- "template",
34274
- "details"
34275
- ]
34276
- }
34277
- },
34278
- {
34279
- "id": "page-0444",
34280
34222
  "title": "Snowflake",
34281
34223
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.snowflake/index.md",
34282
34224
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.snowflake/index.md",
@@ -34336,6 +34278,64 @@
34336
34278
  ]
34337
34279
  }
34338
34280
  },
34281
+ {
34282
+ "id": "page-0444",
34283
+ "title": "seven",
34284
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sms77/index.md",
34285
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.sms77/index.md",
34286
+ "category": "integrations",
34287
+ "subcategory": "app-nodes",
34288
+ "nodeName": "sms77",
34289
+ "nodeType": "n8n-nodes-base.sms77",
34290
+ "content": {
34291
+ "markdown": "# seven node\n\nUse the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice.\n\nOn this page, you'll find a list of operations the seven node supports and links to more resources.\n\nCredentials\n\nRefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication.\n\n## Operations\n\n- SMS\n - Send SMS\n- Voice Call\n - Converts text to voice and calls a given number\n\n## Templates and examples\n\n**Automate WhatsApp Booking System with GPT-4 Assistant, Cal.com and SMS Reminders**\n\nby Dr. Firas\n\n[View template details](https://n8n.io/workflows/4949-automate-whatsapp-booking-system-with-gpt-4-assistant-calcom-and-sms-reminders/)\n\n**Sending an SMS using sms77**\n\nby tanaypant\n\n[View template details](https://n8n.io/workflows/469-sending-an-sms-using-sms77/)\n\n**🛠️ seven Tool MCP Server with both available operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5088-seven-tool-mcp-server-with-both-available-operations/)\n\n[Browse seven integration templates](https://n8n.io/integrations/sms77/), or [search all templates](https://n8n.io/workflows/)\n",
34292
+ "excerpt": "# seven node Use the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice. On this page, you'll find a list of operations the seven node supports and links to more resources. Credentials Refer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication. ## Operations - SMS - Send SMS - Voice Call - Converts text to...",
34293
+ "sections": [
34294
+ {
34295
+ "title": "seven node",
34296
+ "level": 1,
34297
+ "content": "Use the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending SMS, and converting text to voice.\n\nOn this page, you'll find a list of operations the seven node supports and links to more resources.\n\nCredentials\n\nRefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication."
34298
+ }
34299
+ ]
34300
+ },
34301
+ "metadata": {
34302
+ "keywords": [
34303
+ "seven",
34304
+ "node",
34305
+ "operations",
34306
+ "templates",
34307
+ "examples"
34308
+ ],
34309
+ "useCases": [],
34310
+ "operations": [
34311
+ ""
34312
+ ],
34313
+ "codeExamples": 0,
34314
+ "complexity": "beginner",
34315
+ "readingTime": "1 min",
34316
+ "contentLength": 1240,
34317
+ "relatedPages": []
34318
+ },
34319
+ "searchIndex": {
34320
+ "fullText": "seven # seven node\n\nuse the seven node to automate work in seven, and integrate seven with other applications. n8n has built-in support for a wide range of seven features, including sending sms, and converting text to voice.\n\non this page, you'll find a list of operations the seven node supports and links to more resources.\n\ncredentials\n\nrefer to [seven credentials](../../credentials/sms77/) for guidance on setting up authentication.\n\n## operations\n\n- sms\n - send sms\n- voice call\n - converts text to voice and calls a given number\n\n## templates and examples\n\n**automate whatsapp booking system with gpt-4 assistant, cal.com and sms reminders**\n\nby dr. firas\n\n[view template details](https://n8n.io/workflows/4949-automate-whatsapp-booking-system-with-gpt-4-assistant-calcom-and-sms-reminders/)\n\n**sending an sms using sms77**\n\nby tanaypant\n\n[view template details](https://n8n.io/workflows/469-sending-an-sms-using-sms77/)\n\n**🛠️ seven tool mcp server with both available operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5088-seven-tool-mcp-server-with-both-available-operations/)\n\n[browse seven integration templates](https://n8n.io/integrations/sms77/), or [search all templates](https://n8n.io/workflows/)\n seven node",
34321
+ "importantTerms": [
34322
+ "seven",
34323
+ "with",
34324
+ "https",
34325
+ "node",
34326
+ "operations",
34327
+ "workflows",
34328
+ "automate",
34329
+ "sending",
34330
+ "voice",
34331
+ "credentials",
34332
+ "templates",
34333
+ "view",
34334
+ "template",
34335
+ "details"
34336
+ ]
34337
+ }
34338
+ },
34339
34339
  {
34340
34340
  "id": "page-0445",
34341
34341
  "title": "Splunk",
@@ -58911,27 +58911,27 @@
58911
58911
  },
58912
58912
  {
58913
58913
  "id": "page-0740",
58914
- "title": "BambooHR credentials",
58915
- "url": "https://docs.n8n.io/integrations/builtin/credentials/bamboohr/index.md",
58916
- "urlPath": "integrations/builtin/credentials/bamboohr/index.md",
58914
+ "title": "Bannerbear credentials",
58915
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/bannerbear/index.md",
58916
+ "urlPath": "integrations/builtin/credentials/bannerbear/index.md",
58917
58917
  "category": "other",
58918
58918
  "subcategory": null,
58919
58919
  "nodeName": null,
58920
58920
  "nodeType": null,
58921
58921
  "content": {
58922
- "markdown": "# BambooHR credentials\n\nYou can use these credentials to authenticate the following node:\n\n- [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/)\n\n## Prerequisites\n\nCreate a [BambooHR](https://www.bamboohr.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [BambooHR's API documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service.\n\n## Using API Key\n\nTo configure this credential, you'll need:\n\n- Your BambooHR **Subdomain**: the part between `https://` and `.bamboohr.com`\n- A BambooHR **API Key**: Refer to the [Authentication section of BambooHR's Getting Started API documentation](https://documentation.bamboohr.com/docs/getting-started#authentication) for instructions on generating an API key.\n",
58923
- "excerpt": "# BambooHR credentials You can use these credentials to authenticate the following node: - [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/) ## Prerequisites Create a [BambooHR](https://www.bamboohr.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [BambooHR's API documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service. ## Using API Key To configure this credential, you'll need: - Your B...",
58922
+ "markdown": "# Bannerbear credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)\n\n## Prerequisites\n\nCreate a [Bannerbear](https://www.BannerBear.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Bannerbear's API documentation](https://developers.bannerbear.com/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- A **Project API Key**: To generate an API key, first create a Bannerbear project. Go to **Settings > API Key** to view the API key. Refer to the [Bannerbear API Authentication documentation](https://developers.bannerbear.com/#authentication) for more detailed steps.\n",
58923
+ "excerpt": "# Bannerbear credentials You can use these credentials to authenticate the following nodes: - [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/) ## Prerequisites Create a [Bannerbear](https://www.BannerBear.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Bannerbear's API documentation](https://developers.bannerbear.com/) for more information about the service. ## Using API key To configure this credential, you'll need: - A **Project AP...",
58924
58924
  "sections": [
58925
58925
  {
58926
- "title": "BambooHR credentials",
58926
+ "title": "Bannerbear credentials",
58927
58927
  "level": 1,
58928
- "content": "You can use these credentials to authenticate the following node:\n\n- [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/)"
58928
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)"
58929
58929
  }
58930
58930
  ]
58931
58931
  },
58932
58932
  "metadata": {
58933
58933
  "keywords": [
58934
- "bamboohr",
58934
+ "bannerbear",
58935
58935
  "credentials",
58936
58936
  "prerequisites",
58937
58937
  "supported",
@@ -58946,45 +58946,43 @@
58946
58946
  "codeExamples": 0,
58947
58947
  "complexity": "beginner",
58948
58948
  "readingTime": "1 min",
58949
- "contentLength": 798,
58949
+ "contentLength": 753,
58950
58950
  "relatedPages": []
58951
58951
  },
58952
58952
  "searchIndex": {
58953
- "fullText": "bamboohr credentials # bamboohr credentials\n\nyou can use these credentials to authenticate the following node:\n\n- [bamboohr](../../app-nodes/n8n-nodes-base.bamboohr/)\n\n## prerequisites\n\ncreate a [bamboohr](https://www.bamboohr.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bamboohr's api documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- your bamboohr **subdomain**: the part between `https://` and `.bamboohr.com`\n- a bamboohr **api key**: refer to the [authentication section of bamboohr's getting started api documentation](https://documentation.bamboohr.com/docs/getting-started#authentication) for instructions on generating an api key.\n bamboohr credentials",
58953
+ "fullText": "bannerbear credentials # bannerbear credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)\n\n## prerequisites\n\ncreate a [bannerbear](https://www.bannerbear.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bannerbear's api documentation](https://developers.bannerbear.com/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- a **project api key**: to generate an api key, first create a bannerbear project. go to **settings > api key** to view the api key. refer to the [bannerbear api authentication documentation](https://developers.bannerbear.com/#authentication) for more detailed steps.\n bannerbear credentials",
58954
58954
  "importantTerms": [
58955
- "bamboohr",
58955
+ "bannerbear",
58956
58956
  "credentials",
58957
+ "nodes",
58957
58958
  "https",
58958
- "documentation",
58959
- "authentication",
58960
- "getting",
58961
- "started"
58959
+ "authentication"
58962
58960
  ]
58963
58961
  }
58964
58962
  },
58965
58963
  {
58966
58964
  "id": "page-0741",
58967
- "title": "Bannerbear credentials",
58968
- "url": "https://docs.n8n.io/integrations/builtin/credentials/bannerbear/index.md",
58969
- "urlPath": "integrations/builtin/credentials/bannerbear/index.md",
58965
+ "title": "BambooHR credentials",
58966
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/bamboohr/index.md",
58967
+ "urlPath": "integrations/builtin/credentials/bamboohr/index.md",
58970
58968
  "category": "other",
58971
58969
  "subcategory": null,
58972
58970
  "nodeName": null,
58973
58971
  "nodeType": null,
58974
58972
  "content": {
58975
- "markdown": "# Bannerbear credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)\n\n## Prerequisites\n\nCreate a [Bannerbear](https://www.BannerBear.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Bannerbear's API documentation](https://developers.bannerbear.com/) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- A **Project API Key**: To generate an API key, first create a Bannerbear project. Go to **Settings > API Key** to view the API key. Refer to the [Bannerbear API Authentication documentation](https://developers.bannerbear.com/#authentication) for more detailed steps.\n",
58976
- "excerpt": "# Bannerbear credentials You can use these credentials to authenticate the following nodes: - [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/) ## Prerequisites Create a [Bannerbear](https://www.BannerBear.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Bannerbear's API documentation](https://developers.bannerbear.com/) for more information about the service. ## Using API key To configure this credential, you'll need: - A **Project AP...",
58973
+ "markdown": "# BambooHR credentials\n\nYou can use these credentials to authenticate the following node:\n\n- [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/)\n\n## Prerequisites\n\nCreate a [BambooHR](https://www.bamboohr.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [BambooHR's API documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service.\n\n## Using API Key\n\nTo configure this credential, you'll need:\n\n- Your BambooHR **Subdomain**: the part between `https://` and `.bamboohr.com`\n- A BambooHR **API Key**: Refer to the [Authentication section of BambooHR's Getting Started API documentation](https://documentation.bamboohr.com/docs/getting-started#authentication) for instructions on generating an API key.\n",
58974
+ "excerpt": "# BambooHR credentials You can use these credentials to authenticate the following node: - [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/) ## Prerequisites Create a [BambooHR](https://www.bamboohr.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [BambooHR's API documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service. ## Using API Key To configure this credential, you'll need: - Your B...",
58977
58975
  "sections": [
58978
58976
  {
58979
- "title": "Bannerbear credentials",
58977
+ "title": "BambooHR credentials",
58980
58978
  "level": 1,
58981
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)"
58979
+ "content": "You can use these credentials to authenticate the following node:\n\n- [BambooHR](../../app-nodes/n8n-nodes-base.bamboohr/)"
58982
58980
  }
58983
58981
  ]
58984
58982
  },
58985
58983
  "metadata": {
58986
58984
  "keywords": [
58987
- "bannerbear",
58985
+ "bamboohr",
58988
58986
  "credentials",
58989
58987
  "prerequisites",
58990
58988
  "supported",
@@ -58999,17 +58997,19 @@
58999
58997
  "codeExamples": 0,
59000
58998
  "complexity": "beginner",
59001
58999
  "readingTime": "1 min",
59002
- "contentLength": 753,
59000
+ "contentLength": 798,
59003
59001
  "relatedPages": []
59004
59002
  },
59005
59003
  "searchIndex": {
59006
- "fullText": "bannerbear credentials # bannerbear credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [bannerbear](../../app-nodes/n8n-nodes-base.bannerbear/)\n\n## prerequisites\n\ncreate a [bannerbear](https://www.bannerbear.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bannerbear's api documentation](https://developers.bannerbear.com/) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- a **project api key**: to generate an api key, first create a bannerbear project. go to **settings > api key** to view the api key. refer to the [bannerbear api authentication documentation](https://developers.bannerbear.com/#authentication) for more detailed steps.\n bannerbear credentials",
59004
+ "fullText": "bamboohr credentials # bamboohr credentials\n\nyou can use these credentials to authenticate the following node:\n\n- [bamboohr](../../app-nodes/n8n-nodes-base.bamboohr/)\n\n## prerequisites\n\ncreate a [bamboohr](https://www.bamboohr.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bamboohr's api documentation](https://documentation.bamboohr.com/docs/getting-started) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- your bamboohr **subdomain**: the part between `https://` and `.bamboohr.com`\n- a bamboohr **api key**: refer to the [authentication section of bamboohr's getting started api documentation](https://documentation.bamboohr.com/docs/getting-started#authentication) for instructions on generating an api key.\n bamboohr credentials",
59007
59005
  "importantTerms": [
59008
- "bannerbear",
59006
+ "bamboohr",
59009
59007
  "credentials",
59010
- "nodes",
59011
59008
  "https",
59012
- "authentication"
59009
+ "documentation",
59010
+ "authentication",
59011
+ "getting",
59012
+ "started"
59013
59013
  ]
59014
59014
  }
59015
59015
  },
@@ -60359,27 +60359,27 @@
60359
60359
  },
60360
60360
  {
60361
60361
  "id": "page-0765",
60362
- "title": "Cockpit credentials",
60363
- "url": "https://docs.n8n.io/integrations/builtin/credentials/cockpit/index.md",
60364
- "urlPath": "integrations/builtin/credentials/cockpit/index.md",
60362
+ "title": "Coda credentials",
60363
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/coda/index.md",
60364
+ "urlPath": "integrations/builtin/credentials/coda/index.md",
60365
60365
  "category": "other",
60366
60366
  "subcategory": null,
60367
60367
  "nodeName": null,
60368
60368
  "nodeType": null,
60369
60369
  "content": {
60370
- "markdown": "# Cockpit credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/)\n\n## Prerequisites\n\n- Create a [Cockpit](https://getcockpit.com/) account.\n- Set up a [self-hosted instance of Cockpit](https://getcockpit.com/documentation/core/quickstart/installation).\n\n## Supported authentication methods\n\n- API access token\n\n## Related resources\n\nRefer to [Cockpit's API documentation](https://getcockpit.com/documentation/core/api/introduction) for more information about the service.\n\n## Using API access token\n\nTo configure this credential, you'll need:\n\n- Your **Cockpit URL**: The URL you use to access your Cockpit instance\n- An **Access Token**: Refer to the [Cockpit Managing tokens documentation](https://getcockpit.com/documentation/core/api/authentication/#managing-tokens) for instructions on creating an API token. Use the **API token** as the n8n **Access Token**.\n",
60371
- "excerpt": "# Cockpit credentials You can use these credentials to authenticate the following nodes: - [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/) ## Prerequisites - Create a [Cockpit](https://getcockpit.com/) account. - Set up a [self-hosted instance of Cockpit](https://getcockpit.com/documentation/core/quickstart/installation). ## Supported authentication methods - API access token ## Related resources Refer to [Cockpit's API documentation](https://getcockpit.com/documentation/core/api/intr...",
60370
+ "markdown": "# Coda credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Coda](../../app-nodes/n8n-nodes-base.coda/)\n\n## Prerequisites\n\nCreate a [Coda](https://www.coda.io/) account.\n\n## Supported authentication methods\n\n- API access token\n\n## Related resources\n\nRefer to [Coda's API documentation](https://coda.io/developers/apis/v1) for more information about the service.\n\n## Using API access token\n\nTo configure this credential, you'll need:\n\n- An API **Access Token**: Generate an API access token in your Coda [**Account settings**](https://coda.io/@oleg/getting-started-guide-coda-api/start-here-5#_luxC4).\n",
60371
+ "excerpt": "# Coda credentials You can use these credentials to authenticate the following nodes: - [Coda](../../app-nodes/n8n-nodes-base.coda/) ## Prerequisites Create a [Coda](https://www.coda.io/) account. ## Supported authentication methods - API access token ## Related resources Refer to [Coda's API documentation](https://coda.io/developers/apis/v1) for more information about the service. ## Using API access token To configure this credential, you'll need: - An API **Access Token**: Generate...",
60372
60372
  "sections": [
60373
60373
  {
60374
- "title": "Cockpit credentials",
60374
+ "title": "Coda credentials",
60375
60375
  "level": 1,
60376
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/)"
60376
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Coda](../../app-nodes/n8n-nodes-base.coda/)"
60377
60377
  }
60378
60378
  ]
60379
60379
  },
60380
60380
  "metadata": {
60381
60381
  "keywords": [
60382
- "cockpit",
60382
+ "coda",
60383
60383
  "credentials",
60384
60384
  "prerequisites",
60385
60385
  "supported",
@@ -60396,47 +60396,44 @@
60396
60396
  "codeExamples": 0,
60397
60397
  "complexity": "beginner",
60398
60398
  "readingTime": "1 min",
60399
- "contentLength": 943,
60399
+ "contentLength": 632,
60400
60400
  "relatedPages": []
60401
60401
  },
60402
60402
  "searchIndex": {
60403
- "fullText": "cockpit credentials # cockpit credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [cockpit](../../app-nodes/n8n-nodes-base.cockpit/)\n\n## prerequisites\n\n- create a [cockpit](https://getcockpit.com/) account.\n- set up a [self-hosted instance of cockpit](https://getcockpit.com/documentation/core/quickstart/installation).\n\n## supported authentication methods\n\n- api access token\n\n## related resources\n\nrefer to [cockpit's api documentation](https://getcockpit.com/documentation/core/api/introduction) for more information about the service.\n\n## using api access token\n\nto configure this credential, you'll need:\n\n- your **cockpit url**: the url you use to access your cockpit instance\n- an **access token**: refer to the [cockpit managing tokens documentation](https://getcockpit.com/documentation/core/api/authentication/#managing-tokens) for instructions on creating an api token. use the **api token** as the n8n **access token**.\n cockpit credentials",
60403
+ "fullText": "coda credentials # coda credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [coda](../../app-nodes/n8n-nodes-base.coda/)\n\n## prerequisites\n\ncreate a [coda](https://www.coda.io/) account.\n\n## supported authentication methods\n\n- api access token\n\n## related resources\n\nrefer to [coda's api documentation](https://coda.io/developers/apis/v1) for more information about the service.\n\n## using api access token\n\nto configure this credential, you'll need:\n\n- an api **access token**: generate an api access token in your coda [**account settings**](https://coda.io/@oleg/getting-started-guide-coda-api/start-here-5#_luxc4).\n coda credentials",
60404
60404
  "importantTerms": [
60405
- "cockpit",
60406
- "token",
60407
- "documentation",
60408
- "access",
60405
+ "coda",
60409
60406
  "credentials",
60410
- "https",
60411
- "getcockpit",
60407
+ "access",
60408
+ "token",
60412
60409
  "nodes",
60413
- "core"
60410
+ "https"
60414
60411
  ]
60415
60412
  }
60416
60413
  },
60417
60414
  {
60418
60415
  "id": "page-0766",
60419
- "title": "Coda credentials",
60420
- "url": "https://docs.n8n.io/integrations/builtin/credentials/coda/index.md",
60421
- "urlPath": "integrations/builtin/credentials/coda/index.md",
60416
+ "title": "Cockpit credentials",
60417
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/cockpit/index.md",
60418
+ "urlPath": "integrations/builtin/credentials/cockpit/index.md",
60422
60419
  "category": "other",
60423
60420
  "subcategory": null,
60424
60421
  "nodeName": null,
60425
60422
  "nodeType": null,
60426
60423
  "content": {
60427
- "markdown": "# Coda credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Coda](../../app-nodes/n8n-nodes-base.coda/)\n\n## Prerequisites\n\nCreate a [Coda](https://www.coda.io/) account.\n\n## Supported authentication methods\n\n- API access token\n\n## Related resources\n\nRefer to [Coda's API documentation](https://coda.io/developers/apis/v1) for more information about the service.\n\n## Using API access token\n\nTo configure this credential, you'll need:\n\n- An API **Access Token**: Generate an API access token in your Coda [**Account settings**](https://coda.io/@oleg/getting-started-guide-coda-api/start-here-5#_luxC4).\n",
60428
- "excerpt": "# Coda credentials You can use these credentials to authenticate the following nodes: - [Coda](../../app-nodes/n8n-nodes-base.coda/) ## Prerequisites Create a [Coda](https://www.coda.io/) account. ## Supported authentication methods - API access token ## Related resources Refer to [Coda's API documentation](https://coda.io/developers/apis/v1) for more information about the service. ## Using API access token To configure this credential, you'll need: - An API **Access Token**: Generate...",
60424
+ "markdown": "# Cockpit credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/)\n\n## Prerequisites\n\n- Create a [Cockpit](https://getcockpit.com/) account.\n- Set up a [self-hosted instance of Cockpit](https://getcockpit.com/documentation/core/quickstart/installation).\n\n## Supported authentication methods\n\n- API access token\n\n## Related resources\n\nRefer to [Cockpit's API documentation](https://getcockpit.com/documentation/core/api/introduction) for more information about the service.\n\n## Using API access token\n\nTo configure this credential, you'll need:\n\n- Your **Cockpit URL**: The URL you use to access your Cockpit instance\n- An **Access Token**: Refer to the [Cockpit Managing tokens documentation](https://getcockpit.com/documentation/core/api/authentication/#managing-tokens) for instructions on creating an API token. Use the **API token** as the n8n **Access Token**.\n",
60425
+ "excerpt": "# Cockpit credentials You can use these credentials to authenticate the following nodes: - [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/) ## Prerequisites - Create a [Cockpit](https://getcockpit.com/) account. - Set up a [self-hosted instance of Cockpit](https://getcockpit.com/documentation/core/quickstart/installation). ## Supported authentication methods - API access token ## Related resources Refer to [Cockpit's API documentation](https://getcockpit.com/documentation/core/api/intr...",
60429
60426
  "sections": [
60430
60427
  {
60431
- "title": "Coda credentials",
60428
+ "title": "Cockpit credentials",
60432
60429
  "level": 1,
60433
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Coda](../../app-nodes/n8n-nodes-base.coda/)"
60430
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Cockpit](../../app-nodes/n8n-nodes-base.cockpit/)"
60434
60431
  }
60435
60432
  ]
60436
60433
  },
60437
60434
  "metadata": {
60438
60435
  "keywords": [
60439
- "coda",
60436
+ "cockpit",
60440
60437
  "credentials",
60441
60438
  "prerequisites",
60442
60439
  "supported",
@@ -60453,18 +60450,21 @@
60453
60450
  "codeExamples": 0,
60454
60451
  "complexity": "beginner",
60455
60452
  "readingTime": "1 min",
60456
- "contentLength": 632,
60453
+ "contentLength": 943,
60457
60454
  "relatedPages": []
60458
60455
  },
60459
60456
  "searchIndex": {
60460
- "fullText": "coda credentials # coda credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [coda](../../app-nodes/n8n-nodes-base.coda/)\n\n## prerequisites\n\ncreate a [coda](https://www.coda.io/) account.\n\n## supported authentication methods\n\n- api access token\n\n## related resources\n\nrefer to [coda's api documentation](https://coda.io/developers/apis/v1) for more information about the service.\n\n## using api access token\n\nto configure this credential, you'll need:\n\n- an api **access token**: generate an api access token in your coda [**account settings**](https://coda.io/@oleg/getting-started-guide-coda-api/start-here-5#_luxc4).\n coda credentials",
60457
+ "fullText": "cockpit credentials # cockpit credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [cockpit](../../app-nodes/n8n-nodes-base.cockpit/)\n\n## prerequisites\n\n- create a [cockpit](https://getcockpit.com/) account.\n- set up a [self-hosted instance of cockpit](https://getcockpit.com/documentation/core/quickstart/installation).\n\n## supported authentication methods\n\n- api access token\n\n## related resources\n\nrefer to [cockpit's api documentation](https://getcockpit.com/documentation/core/api/introduction) for more information about the service.\n\n## using api access token\n\nto configure this credential, you'll need:\n\n- your **cockpit url**: the url you use to access your cockpit instance\n- an **access token**: refer to the [cockpit managing tokens documentation](https://getcockpit.com/documentation/core/api/authentication/#managing-tokens) for instructions on creating an api token. use the **api token** as the n8n **access token**.\n cockpit credentials",
60461
60458
  "importantTerms": [
60462
- "coda",
60463
- "credentials",
60464
- "access",
60459
+ "cockpit",
60465
60460
  "token",
60461
+ "documentation",
60462
+ "access",
60463
+ "credentials",
60464
+ "https",
60465
+ "getcockpit",
60466
60466
  "nodes",
60467
- "https"
60467
+ "core"
60468
60468
  ]
60469
60469
  }
60470
60470
  },
@@ -61438,106 +61438,6 @@
61438
61438
  },
61439
61439
  {
61440
61440
  "id": "page-0784",
61441
- "title": "Discord credentials",
61442
- "url": "https://docs.n8n.io/integrations/builtin/credentials/discord/index.md",
61443
- "urlPath": "integrations/builtin/credentials/discord/index.md",
61444
- "category": "other",
61445
- "subcategory": null,
61446
- "nodeName": null,
61447
- "nodeType": null,
61448
- "content": {
61449
- "markdown": "# Discord credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Discord](../../app-nodes/n8n-nodes-base.discord/)\n\n## Prerequisites\n\n- Create a [Discord](https://www.discord.com/) account.\n- For Bot and OAuth2 credentials:\n - [Set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup).\n - [Create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app).\n- For webhook credentials, [create a webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).\n\n## Supported authentication methods\n\n- Bot\n- OAuth2\n- Webhook\n\nNot sure which method to use? Refer to [Choose an authentication method](#choose-an-authentication-method) for more guidance.\n\n## Related resources\n\nRefer to [Discord's Developer documentation](https://discord.com/developers/docs/intro) for more information about the service.\n\n## Using bot\n\nUse this method if you want to add the bot to your Discord server using a bot token rather than OAuth2.\n\nTo configure this credential, you'll need:\n\n- A **Bot Token**: Generated once you create an application with a bot.\n\nTo create an application with a bot and generate the **Bot Token**:\n\n1. If you don't have one already, create an app in the [developer portal](https://discord.com/developers/applications?new_application=true).\n1. Enter a **Name** for your app.\n1. Select **Create**.\n1. Select **Bot** from the left menu.\n1. Under **Token**, select **Reset Token** to generate a new bot token.\n1. Copy the token and add it to your n8n credential.\n1. In **Bot > Privileged Gateway Intents**, add any privileged intents you want your bot to have. Refer to [Configuring your bot](https://discord.com/developers/docs/quick-start/getting-started#configuring-your-bot) for more information on privileged intents.\n - n8n recommends activating **SERVER MEMBERS INTENT: Required for your bot to receive events listed under GUILD_MEMBERS**.\n1. In **Installation > Installation Contexts**, select the installation contexts you want your bot to use:\n - Select **Guild Install** for server-installed apps. (Most common for n8n users.)\n - Select **User Install** for user-installed apps. (Less common for n8n users, but may be useful for testing.)\n - Refer to Discord's [Choosing installation contexts](https://discord.com/developers/docs/quick-start/getting-started#choosing-installation-contexts) documentation for more information about these installation contexts.\n1. In **Installation > Install Link**, select **Discord Provided Link** if it's not already selected.\n1. Still on the **Installation** page, in the **Default Install Settings** section, select `applications.commands` and `bot` scopes. Refer to Discord's [Scopes](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes) documentation for more information about these and other scopes.\n1. Add permissions on the **Bot > Bot Permissions** page. Refer to Discord's [Permissions](https://discord.com/developers/docs/topics/permissions) documentation for more information. n8n recommends selecting these permissions for the [Discord](../../app-nodes/n8n-nodes-base.discord/) node:\n - Manage Roles\n - Manage Channels\n - Read Messages/View Channels\n - Send Messages\n - Create Public Threads\n - Create Private Threads\n - Send Messages in Threads\n - Send TTS Messages\n - Manage Messages\n - Manage Threads\n - Embed Links\n - Attach Files\n - Read Message History\n - Add Reactions\n1. Add the app to your server or test server:\n 1. Go to **Installation > Install Link** and copy the link listed there.\n 1. Paste the link in your browser and hit Enter.\n 1. Select **Add to server** in the installation prompt.\n 1. Once your app's added to your server, you'll see it in the member list.\n\nThese steps outline the basic functionality needed to set up your n8n credential. Refer to the [Discord Creating an App](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app) guide for more information on creating an app, especially:\n\n- [Fetching your credentials](https://discord.com/developers/docs/quick-start/getting-started#fetching-your-credentials) for getting your app's credentials into your local developer environment.\n- [Handling interactivity](https://discord.com/developers/docs/quick-start/getting-started#step-3-handling-interactivity) for information on setting up public endpoints for interactive `/slash` commands.\n\n## Using OAuth2\n\nUse this method if you want to add the bot to Discord servers using the OAuth2 flow, which simplifies the process for those installing your app.\n\nTo configure this credential, you'll need:\n\n- A **Client ID**\n- A **Client Secret**\n- Choose whether to send **Authentication** in the **Header** or **Body**\n- A **Bot Token**\n\nFor details on creating an application with a bot and generating the token, follow the same steps as in [Using bot](#using-bot) above.\n\nThen:\n\n1. Copy the **Bot Token** you generate and add it into the n8n credential.\n1. Open the **OAuth2** page in your Discord application to access your **Client ID** and generate a **Client Secret**. Add these to your n8n credential.\n1. From n8n, copy the **OAuth Redirect URL** and add it into the Discord application in **OAuth2 > Redirects**. Be sure you save these changes.\n\n## Using webhook\n\nTo configure this credential, you'll need:\n\n- A **Webhook URL**: Generated once you create a webhook.\n\nTo get a Webhook URL, you create a webhook and copy the URL that gets generated:\n\n1. Open your Discord **Server Settings** and open the **Integrations** tab.\n1. Select **Create Webhook** to create a new webhook.\n1. Give your webhook a **Name** that makes sense.\n1. Select the **avatar** next to the **Name** to edit or upload a new avatar.\n1. In the **CHANNEL** dropdown, select the channel the webhook should post to.\n1. Select **Copy Webhook URL** to copy the Webhook URL. Enter this URL in your n8n credential.\n\nRefer to the [Discord Making a Webhook documentation](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) for more information.\n\n## Choose an authentication method\n\nThe simplest installation is a **webhook**. You create and add webhooks to a single channel on a Discord server. Webhooks can post messages to a channel. They don't require a bot user or authentication. But they can't listen or respond to user requests or commands. If you need a straightforward way to send messages to a channel without the need for interaction or feedback, use a webhook.\n\nA **bot** is an interactive step up from a webhook. You add bots to the Discord server (referred to as a `guild` in the Discord API documentation) or to user accounts. Bots added to the server can interact with users on all the server's channels. They can manage channels, send and retrieve messages, retrieve the list of all users, and change their roles. If you need to build an interactive, complex, or multi-step workflow, use a bot.\n\n**OAuth2** is basically a **bot** that uses an OAuth2 flow rather than just the bot token. As with bots, you add these to the Discord server or to user accounts. These credentials offer the same functionalities as bots, but they can simplify the installation of the bot on your server.\n",
61450
- "excerpt": "# Discord credentials You can use these credentials to authenticate the following nodes: - [Discord](../../app-nodes/n8n-nodes-base.discord/) ## Prerequisites - Create a [Discord](https://www.discord.com/) account. - For Bot and OAuth2 credentials: - [Set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup). - [Create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-...",
61451
- "sections": [
61452
- {
61453
- "title": "Discord credentials",
61454
- "level": 1,
61455
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Discord](../../app-nodes/n8n-nodes-base.discord/)"
61456
- }
61457
- ]
61458
- },
61459
- "metadata": {
61460
- "keywords": [
61461
- "discord",
61462
- "credentials",
61463
- "prerequisites",
61464
- "supported",
61465
- "authentication",
61466
- "methods",
61467
- "related",
61468
- "resources",
61469
- "using",
61470
- "oauth2",
61471
- "webhook",
61472
- "choose",
61473
- "method"
61474
- ],
61475
- "useCases": [],
61476
- "operations": [],
61477
- "codeExamples": 0,
61478
- "complexity": "intermediate",
61479
- "readingTime": "6 min",
61480
- "contentLength": 7362,
61481
- "relatedPages": []
61482
- },
61483
- "searchIndex": {
61484
- "fullText": "discord credentials # discord credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [discord](../../app-nodes/n8n-nodes-base.discord/)\n\n## prerequisites\n\n- create a [discord](https://www.discord.com/) account.\n- for bot and oauth2 credentials:\n - [set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup).\n - [create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app).\n- for webhook credentials, [create a webhook](https://support.discord.com/hc/en-us/articles/228383668-intro-to-webhooks).\n\n## supported authentication methods\n\n- bot\n- oauth2\n- webhook\n\nnot sure which method to use? refer to [choose an authentication method](#choose-an-authentication-method) for more guidance.\n\n## related resources\n\nrefer to [discord's developer documentation](https://discord.com/developers/docs/intro) for more information about the service.\n\n## using bot\n\nuse this method if you want to add the bot to your discord server using a bot token rather than oauth2.\n\nto configure this credential, you'll need:\n\n- a **bot token**: generated once you create an application with a bot.\n\nto create an application with a bot and generate the **bot token**:\n\n1. if you don't have one already, create an app in the [developer portal](https://discord.com/developers/applications?new_application=true).\n1. enter a **name** for your app.\n1. select **create**.\n1. select **bot** from the left menu.\n1. under **token**, select **reset token** to generate a new bot token.\n1. copy the token and add it to your n8n credential.\n1. in **bot > privileged gateway intents**, add any privileged intents you want your bot to have. refer to [configuring your bot](https://discord.com/developers/docs/quick-start/getting-started#configuring-your-bot) for more information on privileged intents.\n - n8n recommends activating **server members intent: required for your bot to receive events listed under guild_members**.\n1. in **installation > installation contexts**, select the installation contexts you want your bot to use:\n - select **guild install** for server-installed apps. (most common for n8n users.)\n - select **user install** for user-installed apps. (less common for n8n users, but may be useful for testing.)\n - refer to discord's [choosing installation contexts](https://discord.com/developers/docs/quick-start/getting-started#choosing-installation-contexts) documentation for more information about these installation contexts.\n1. in **installation > install link**, select **discord provided link** if it's not already selected.\n1. still on the **installation** page, in the **default install settings** section, select `applications.commands` and `bot` scopes. refer to discord's [scopes](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes) documentation for more information about these and other scopes.\n1. add permissions on the **bot > bot permissions** page. refer to discord's [permissions](https://discord.com/developers/docs/topics/permissions) documentation for more information. n8n recommends selecting these permissions for the [discord](../../app-nodes/n8n-nodes-base.discord/) node:\n - manage roles\n - manage channels\n - read messages/view channels\n - send messages\n - create public threads\n - create private threads\n - send messages in threads\n - send tts messages\n - manage messages\n - manage threads\n - embed links\n - attach files\n - read message history\n - add reactions\n1. add the app to your server or test server:\n 1. go to **installation > install link** and copy the link listed there.\n 1. paste the link in your browser and hit enter.\n 1. select **add to server** in the installation prompt.\n 1. once your app's added to your server, you'll see it in the member list.\n\nthese steps outline the basic functionality needed to set up your n8n credential. refer to the [discord creating an app](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app) guide for more information on creating an app, especially:\n\n- [fetching your credentials](https://discord.com/developers/docs/quick-start/getting-started#fetching-your-credentials) for getting your app's credentials into your local developer environment.\n- [handling interactivity](https://discord.com/developers/docs/quick-start/getting-started#step-3-handling-interactivity) for information on setting up public endpoints for interactive `/slash` commands.\n\n## using oauth2\n\nuse this method if you want to add the bot to discord servers using the oauth2 flow, which simplifies the process for those installing your app.\n\nto configure this credential, you'll need:\n\n- a **client id**\n- a **client secret**\n- choose whether to send **authentication** in the **header** or **body**\n- a **bot token**\n\nfor details on creating an application with a bot and generating the token, follow the same steps as in [using bot](#using-bot) above.\n\nthen:\n\n1. copy the **bot token** you generate and add it into the n8n credential.\n1. open the **oauth2** page in your discord application to access your **client id** and generate a **client secret**. add these to your n8n credential.\n1. from n8n, copy the **oauth redirect url** and add it into the discord application in **oauth2 > redirects**. be sure you save these changes.\n\n## using webhook\n\nto configure this credential, you'll need:\n\n- a **webhook url**: generated once you create a webhook.\n\nto get a webhook url, you create a webhook and copy the url that gets generated:\n\n1. open your discord **server settings** and open the **integrations** tab.\n1. select **create webhook** to create a new webhook.\n1. give your webhook a **name** that makes sense.\n1. select the **avatar** next to the **name** to edit or upload a new avatar.\n1. in the **channel** dropdown, select the channel the webhook should post to.\n1. select **copy webhook url** to copy the webhook url. enter this url in your n8n credential.\n\nrefer to the [discord making a webhook documentation](https://support.discord.com/hc/en-us/articles/228383668-intro-to-webhooks) for more information.\n\n## choose an authentication method\n\nthe simplest installation is a **webhook**. you create and add webhooks to a single channel on a discord server. webhooks can post messages to a channel. they don't require a bot user or authentication. but they can't listen or respond to user requests or commands. if you need a straightforward way to send messages to a channel without the need for interaction or feedback, use a webhook.\n\na **bot** is an interactive step up from a webhook. you add bots to the discord server (referred to as a `guild` in the discord api documentation) or to user accounts. bots added to the server can interact with users on all the server's channels. they can manage channels, send and retrieve messages, retrieve the list of all users, and change their roles. if you need to build an interactive, complex, or multi-step workflow, use a bot.\n\n**oauth2** is basically a **bot** that uses an oauth2 flow rather than just the bot token. as with bots, you add these to the discord server or to user accounts. these credentials offer the same functionalities as bots, but they can simplify the installation of the bot on your server.\n discord credentials",
61485
- "importantTerms": [
61486
- "discord",
61487
- "your",
61488
- "webhook",
61489
- "create",
61490
- "https",
61491
- "server",
61492
- "select",
61493
- "installation",
61494
- "developers",
61495
- "token",
61496
- "credentials",
61497
- "docs",
61498
- "these",
61499
- "getting",
61500
- "refer",
61501
- "more",
61502
- "information",
61503
- "credential",
61504
- "messages",
61505
- "quick",
61506
- "start",
61507
- "started",
61508
- "user",
61509
- "using",
61510
- "copy",
61511
- "step",
61512
- "application",
61513
- "authentication",
61514
- "method",
61515
- "documentation",
61516
- "this",
61517
- "need",
61518
- "send",
61519
- "nodes",
61520
- "creating",
61521
- "with",
61522
- "contexts",
61523
- "install",
61524
- "link",
61525
- "permissions",
61526
- "manage",
61527
- "channel",
61528
- "developer",
61529
- "webhooks",
61530
- "choose",
61531
- "want",
61532
- "generate",
61533
- "users",
61534
- "scopes",
61535
- "channels"
61536
- ]
61537
- }
61538
- },
61539
- {
61540
- "id": "page-0785",
61541
61441
  "title": "Discourse credentials",
61542
61442
  "url": "https://docs.n8n.io/integrations/builtin/credentials/discourse/index.md",
61543
61443
  "urlPath": "integrations/builtin/credentials/discourse/index.md",
@@ -61592,6 +61492,106 @@
61592
61492
  ]
61593
61493
  }
61594
61494
  },
61495
+ {
61496
+ "id": "page-0785",
61497
+ "title": "Discord credentials",
61498
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/discord/index.md",
61499
+ "urlPath": "integrations/builtin/credentials/discord/index.md",
61500
+ "category": "other",
61501
+ "subcategory": null,
61502
+ "nodeName": null,
61503
+ "nodeType": null,
61504
+ "content": {
61505
+ "markdown": "# Discord credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Discord](../../app-nodes/n8n-nodes-base.discord/)\n\n## Prerequisites\n\n- Create a [Discord](https://www.discord.com/) account.\n- For Bot and OAuth2 credentials:\n - [Set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup).\n - [Create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app).\n- For webhook credentials, [create a webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).\n\n## Supported authentication methods\n\n- Bot\n- OAuth2\n- Webhook\n\nNot sure which method to use? Refer to [Choose an authentication method](#choose-an-authentication-method) for more guidance.\n\n## Related resources\n\nRefer to [Discord's Developer documentation](https://discord.com/developers/docs/intro) for more information about the service.\n\n## Using bot\n\nUse this method if you want to add the bot to your Discord server using a bot token rather than OAuth2.\n\nTo configure this credential, you'll need:\n\n- A **Bot Token**: Generated once you create an application with a bot.\n\nTo create an application with a bot and generate the **Bot Token**:\n\n1. If you don't have one already, create an app in the [developer portal](https://discord.com/developers/applications?new_application=true).\n1. Enter a **Name** for your app.\n1. Select **Create**.\n1. Select **Bot** from the left menu.\n1. Under **Token**, select **Reset Token** to generate a new bot token.\n1. Copy the token and add it to your n8n credential.\n1. In **Bot > Privileged Gateway Intents**, add any privileged intents you want your bot to have. Refer to [Configuring your bot](https://discord.com/developers/docs/quick-start/getting-started#configuring-your-bot) for more information on privileged intents.\n - n8n recommends activating **SERVER MEMBERS INTENT: Required for your bot to receive events listed under GUILD_MEMBERS**.\n1. In **Installation > Installation Contexts**, select the installation contexts you want your bot to use:\n - Select **Guild Install** for server-installed apps. (Most common for n8n users.)\n - Select **User Install** for user-installed apps. (Less common for n8n users, but may be useful for testing.)\n - Refer to Discord's [Choosing installation contexts](https://discord.com/developers/docs/quick-start/getting-started#choosing-installation-contexts) documentation for more information about these installation contexts.\n1. In **Installation > Install Link**, select **Discord Provided Link** if it's not already selected.\n1. Still on the **Installation** page, in the **Default Install Settings** section, select `applications.commands` and `bot` scopes. Refer to Discord's [Scopes](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes) documentation for more information about these and other scopes.\n1. Add permissions on the **Bot > Bot Permissions** page. Refer to Discord's [Permissions](https://discord.com/developers/docs/topics/permissions) documentation for more information. n8n recommends selecting these permissions for the [Discord](../../app-nodes/n8n-nodes-base.discord/) node:\n - Manage Roles\n - Manage Channels\n - Read Messages/View Channels\n - Send Messages\n - Create Public Threads\n - Create Private Threads\n - Send Messages in Threads\n - Send TTS Messages\n - Manage Messages\n - Manage Threads\n - Embed Links\n - Attach Files\n - Read Message History\n - Add Reactions\n1. Add the app to your server or test server:\n 1. Go to **Installation > Install Link** and copy the link listed there.\n 1. Paste the link in your browser and hit Enter.\n 1. Select **Add to server** in the installation prompt.\n 1. Once your app's added to your server, you'll see it in the member list.\n\nThese steps outline the basic functionality needed to set up your n8n credential. Refer to the [Discord Creating an App](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app) guide for more information on creating an app, especially:\n\n- [Fetching your credentials](https://discord.com/developers/docs/quick-start/getting-started#fetching-your-credentials) for getting your app's credentials into your local developer environment.\n- [Handling interactivity](https://discord.com/developers/docs/quick-start/getting-started#step-3-handling-interactivity) for information on setting up public endpoints for interactive `/slash` commands.\n\n## Using OAuth2\n\nUse this method if you want to add the bot to Discord servers using the OAuth2 flow, which simplifies the process for those installing your app.\n\nTo configure this credential, you'll need:\n\n- A **Client ID**\n- A **Client Secret**\n- Choose whether to send **Authentication** in the **Header** or **Body**\n- A **Bot Token**\n\nFor details on creating an application with a bot and generating the token, follow the same steps as in [Using bot](#using-bot) above.\n\nThen:\n\n1. Copy the **Bot Token** you generate and add it into the n8n credential.\n1. Open the **OAuth2** page in your Discord application to access your **Client ID** and generate a **Client Secret**. Add these to your n8n credential.\n1. From n8n, copy the **OAuth Redirect URL** and add it into the Discord application in **OAuth2 > Redirects**. Be sure you save these changes.\n\n## Using webhook\n\nTo configure this credential, you'll need:\n\n- A **Webhook URL**: Generated once you create a webhook.\n\nTo get a Webhook URL, you create a webhook and copy the URL that gets generated:\n\n1. Open your Discord **Server Settings** and open the **Integrations** tab.\n1. Select **Create Webhook** to create a new webhook.\n1. Give your webhook a **Name** that makes sense.\n1. Select the **avatar** next to the **Name** to edit or upload a new avatar.\n1. In the **CHANNEL** dropdown, select the channel the webhook should post to.\n1. Select **Copy Webhook URL** to copy the Webhook URL. Enter this URL in your n8n credential.\n\nRefer to the [Discord Making a Webhook documentation](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) for more information.\n\n## Choose an authentication method\n\nThe simplest installation is a **webhook**. You create and add webhooks to a single channel on a Discord server. Webhooks can post messages to a channel. They don't require a bot user or authentication. But they can't listen or respond to user requests or commands. If you need a straightforward way to send messages to a channel without the need for interaction or feedback, use a webhook.\n\nA **bot** is an interactive step up from a webhook. You add bots to the Discord server (referred to as a `guild` in the Discord API documentation) or to user accounts. Bots added to the server can interact with users on all the server's channels. They can manage channels, send and retrieve messages, retrieve the list of all users, and change their roles. If you need to build an interactive, complex, or multi-step workflow, use a bot.\n\n**OAuth2** is basically a **bot** that uses an OAuth2 flow rather than just the bot token. As with bots, you add these to the Discord server or to user accounts. These credentials offer the same functionalities as bots, but they can simplify the installation of the bot on your server.\n",
61506
+ "excerpt": "# Discord credentials You can use these credentials to authenticate the following nodes: - [Discord](../../app-nodes/n8n-nodes-base.discord/) ## Prerequisites - Create a [Discord](https://www.discord.com/) account. - For Bot and OAuth2 credentials: - [Set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup). - [Create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-...",
61507
+ "sections": [
61508
+ {
61509
+ "title": "Discord credentials",
61510
+ "level": 1,
61511
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Discord](../../app-nodes/n8n-nodes-base.discord/)"
61512
+ }
61513
+ ]
61514
+ },
61515
+ "metadata": {
61516
+ "keywords": [
61517
+ "discord",
61518
+ "credentials",
61519
+ "prerequisites",
61520
+ "supported",
61521
+ "authentication",
61522
+ "methods",
61523
+ "related",
61524
+ "resources",
61525
+ "using",
61526
+ "oauth2",
61527
+ "webhook",
61528
+ "choose",
61529
+ "method"
61530
+ ],
61531
+ "useCases": [],
61532
+ "operations": [],
61533
+ "codeExamples": 0,
61534
+ "complexity": "intermediate",
61535
+ "readingTime": "6 min",
61536
+ "contentLength": 7362,
61537
+ "relatedPages": []
61538
+ },
61539
+ "searchIndex": {
61540
+ "fullText": "discord credentials # discord credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [discord](../../app-nodes/n8n-nodes-base.discord/)\n\n## prerequisites\n\n- create a [discord](https://www.discord.com/) account.\n- for bot and oauth2 credentials:\n - [set up your local developer environment](https://discord.com/developers/docs/quick-start/getting-started#step-0-project-setup).\n - [create an application and a bot user](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app).\n- for webhook credentials, [create a webhook](https://support.discord.com/hc/en-us/articles/228383668-intro-to-webhooks).\n\n## supported authentication methods\n\n- bot\n- oauth2\n- webhook\n\nnot sure which method to use? refer to [choose an authentication method](#choose-an-authentication-method) for more guidance.\n\n## related resources\n\nrefer to [discord's developer documentation](https://discord.com/developers/docs/intro) for more information about the service.\n\n## using bot\n\nuse this method if you want to add the bot to your discord server using a bot token rather than oauth2.\n\nto configure this credential, you'll need:\n\n- a **bot token**: generated once you create an application with a bot.\n\nto create an application with a bot and generate the **bot token**:\n\n1. if you don't have one already, create an app in the [developer portal](https://discord.com/developers/applications?new_application=true).\n1. enter a **name** for your app.\n1. select **create**.\n1. select **bot** from the left menu.\n1. under **token**, select **reset token** to generate a new bot token.\n1. copy the token and add it to your n8n credential.\n1. in **bot > privileged gateway intents**, add any privileged intents you want your bot to have. refer to [configuring your bot](https://discord.com/developers/docs/quick-start/getting-started#configuring-your-bot) for more information on privileged intents.\n - n8n recommends activating **server members intent: required for your bot to receive events listed under guild_members**.\n1. in **installation > installation contexts**, select the installation contexts you want your bot to use:\n - select **guild install** for server-installed apps. (most common for n8n users.)\n - select **user install** for user-installed apps. (less common for n8n users, but may be useful for testing.)\n - refer to discord's [choosing installation contexts](https://discord.com/developers/docs/quick-start/getting-started#choosing-installation-contexts) documentation for more information about these installation contexts.\n1. in **installation > install link**, select **discord provided link** if it's not already selected.\n1. still on the **installation** page, in the **default install settings** section, select `applications.commands` and `bot` scopes. refer to discord's [scopes](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes) documentation for more information about these and other scopes.\n1. add permissions on the **bot > bot permissions** page. refer to discord's [permissions](https://discord.com/developers/docs/topics/permissions) documentation for more information. n8n recommends selecting these permissions for the [discord](../../app-nodes/n8n-nodes-base.discord/) node:\n - manage roles\n - manage channels\n - read messages/view channels\n - send messages\n - create public threads\n - create private threads\n - send messages in threads\n - send tts messages\n - manage messages\n - manage threads\n - embed links\n - attach files\n - read message history\n - add reactions\n1. add the app to your server or test server:\n 1. go to **installation > install link** and copy the link listed there.\n 1. paste the link in your browser and hit enter.\n 1. select **add to server** in the installation prompt.\n 1. once your app's added to your server, you'll see it in the member list.\n\nthese steps outline the basic functionality needed to set up your n8n credential. refer to the [discord creating an app](https://discord.com/developers/docs/quick-start/getting-started#step-1-creating-an-app) guide for more information on creating an app, especially:\n\n- [fetching your credentials](https://discord.com/developers/docs/quick-start/getting-started#fetching-your-credentials) for getting your app's credentials into your local developer environment.\n- [handling interactivity](https://discord.com/developers/docs/quick-start/getting-started#step-3-handling-interactivity) for information on setting up public endpoints for interactive `/slash` commands.\n\n## using oauth2\n\nuse this method if you want to add the bot to discord servers using the oauth2 flow, which simplifies the process for those installing your app.\n\nto configure this credential, you'll need:\n\n- a **client id**\n- a **client secret**\n- choose whether to send **authentication** in the **header** or **body**\n- a **bot token**\n\nfor details on creating an application with a bot and generating the token, follow the same steps as in [using bot](#using-bot) above.\n\nthen:\n\n1. copy the **bot token** you generate and add it into the n8n credential.\n1. open the **oauth2** page in your discord application to access your **client id** and generate a **client secret**. add these to your n8n credential.\n1. from n8n, copy the **oauth redirect url** and add it into the discord application in **oauth2 > redirects**. be sure you save these changes.\n\n## using webhook\n\nto configure this credential, you'll need:\n\n- a **webhook url**: generated once you create a webhook.\n\nto get a webhook url, you create a webhook and copy the url that gets generated:\n\n1. open your discord **server settings** and open the **integrations** tab.\n1. select **create webhook** to create a new webhook.\n1. give your webhook a **name** that makes sense.\n1. select the **avatar** next to the **name** to edit or upload a new avatar.\n1. in the **channel** dropdown, select the channel the webhook should post to.\n1. select **copy webhook url** to copy the webhook url. enter this url in your n8n credential.\n\nrefer to the [discord making a webhook documentation](https://support.discord.com/hc/en-us/articles/228383668-intro-to-webhooks) for more information.\n\n## choose an authentication method\n\nthe simplest installation is a **webhook**. you create and add webhooks to a single channel on a discord server. webhooks can post messages to a channel. they don't require a bot user or authentication. but they can't listen or respond to user requests or commands. if you need a straightforward way to send messages to a channel without the need for interaction or feedback, use a webhook.\n\na **bot** is an interactive step up from a webhook. you add bots to the discord server (referred to as a `guild` in the discord api documentation) or to user accounts. bots added to the server can interact with users on all the server's channels. they can manage channels, send and retrieve messages, retrieve the list of all users, and change their roles. if you need to build an interactive, complex, or multi-step workflow, use a bot.\n\n**oauth2** is basically a **bot** that uses an oauth2 flow rather than just the bot token. as with bots, you add these to the discord server or to user accounts. these credentials offer the same functionalities as bots, but they can simplify the installation of the bot on your server.\n discord credentials",
61541
+ "importantTerms": [
61542
+ "discord",
61543
+ "your",
61544
+ "webhook",
61545
+ "create",
61546
+ "https",
61547
+ "server",
61548
+ "select",
61549
+ "installation",
61550
+ "developers",
61551
+ "token",
61552
+ "credentials",
61553
+ "docs",
61554
+ "these",
61555
+ "getting",
61556
+ "refer",
61557
+ "more",
61558
+ "information",
61559
+ "credential",
61560
+ "messages",
61561
+ "quick",
61562
+ "start",
61563
+ "started",
61564
+ "user",
61565
+ "using",
61566
+ "copy",
61567
+ "step",
61568
+ "application",
61569
+ "authentication",
61570
+ "method",
61571
+ "documentation",
61572
+ "this",
61573
+ "need",
61574
+ "send",
61575
+ "nodes",
61576
+ "creating",
61577
+ "with",
61578
+ "contexts",
61579
+ "install",
61580
+ "link",
61581
+ "permissions",
61582
+ "manage",
61583
+ "channel",
61584
+ "developer",
61585
+ "webhooks",
61586
+ "choose",
61587
+ "want",
61588
+ "generate",
61589
+ "users",
61590
+ "scopes",
61591
+ "channels"
61592
+ ]
61593
+ }
61594
+ },
61595
61595
  {
61596
61596
  "id": "page-0786",
61597
61597
  "title": "Disqus credentials",
@@ -75957,8 +75957,8 @@
75957
75957
  "nodeName": null,
75958
75958
  "nodeType": null,
75959
75959
  "content": {
75960
- "markdown": "# WordPress credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [WordPress](../../app-nodes/n8n-nodes-base.wordpress/)\n\n## Prerequisites\n\n- Create a [WordPress](https://wordpress.com/) account or deploy WordPress on a server.\n\n## Supported authentication methods\n\n- Basic auth\n\n## Related resources\n\nRefer to [WordPress's API documentation](https://developer.wordpress.com/docs/api/) for more information about the service.\n\n## Using basic auth\n\nTo configure this credential, you'll need:\n\n- Your WordPress **Username**\n- A WordPress application **Password**\n- Your **WordPress URL**\n- Decide whether to **Ignore SSL Issues**\n\nUsing this credential involves three steps:\n\n1. [Enable two-step authentication](#enable-two-step-authentication).\n1. [Create an application password](#create-an-application-password).\n1. [Set up the credential](#set-up-the-credential).\n\nRefer to the detailed instructions below for each step.\n\n### Enable two-step authentication\n\nTo generate an application password, you must first enable Two-Step Authentication in WordPress. If you've already done this, [skip to the next section](#create-an-application-password).\n\n1. Open your WordPress [profile](https://wordpress.com/me).\n1. Select **Security** from the left menu.\n1. Select **Two-Step Authentication**. The **Two-Step Authentication** page opens.\n1. If Two-Step Authentication isn't enabled, you must enable it.\n1. Choose whether to enable it using an authenticator app or SMS codes and follow the on-screen instructions.\n\nRefer to WordPress's [Enable Two-Step Authentication](https://wordpress.com/support/security/two-step-authentication/) for detailed instructions.\n\n### Create an application password\n\nWith Two-Step Authentication enabled, you can now generate an application password:\n\n1. From the WordPress **Security >** [**Two-Step Authentication**](https://wordpress.com/me/security/two-step) page, select **+ Add new application password** in the **Application passwords** section.\n1. Enter an **Application name**, like `n8n integration`.\n1. Select **Generate Password**.\n1. Copy the password it generates. You'll use this in your n8n credential.\n\n### Set up the credential\n\nCongratulations! You're now ready to set up your n8n credential:\n\n1. Enter your WordPress **Username** in your n8n credential.\n1. Enter the application password you copied above as the **Password** in your n8n credential.\n1. Enter the URL of your WordPress site as the **WordPress URL**.\n1. Optional: Use the **Ignore SSL Issues** to choose whether you want the n8n credential to connect even if SSL certificate validation fails (turned on) or whether to respect SSL certificate validation (turned off).\n",
75961
- "excerpt": "# WordPress credentials You can use these credentials to authenticate the following nodes: - [WordPress](../../app-nodes/n8n-nodes-base.wordpress/) ## Prerequisites - Create a [WordPress](https://wordpress.com/) account or deploy WordPress on a server. ## Supported authentication methods - Basic auth ## Related resources Refer to [WordPress's API documentation](https://developer.wordpress.com/docs/api/) for more information about the service. ## Using basic auth To configure this crede...",
75960
+ "markdown": "# WordPress credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [WordPress](../../app-nodes/n8n-nodes-base.wordpress/)\n\n## Prerequisites\n\n- **Basic auth**: Create a [WordPress](https://wordpress.com/) account or deploy WordPress on a server.\n- **OAuth2**: Create a [WordPress.com](https://wordpress.com/) account with access to the [developer portal](https://developer.wordpress.com/apps/).\n\n## Supported authentication methods\n\n- Basic auth\n- OAuth2\n\n## Related resources\n\nRefer to [WordPress's API documentation](https://developer.wordpress.com/docs/api/) for more information about the service.\n\n## Using basic auth\n\nTo configure this credential, you'll need:\n\n- Your WordPress **Username**\n- A WordPress application **Password**\n- Your **WordPress URL**\n- Decide whether to **Ignore SSL Issues**\n\nUsing this credential involves three steps:\n\n1. [Enable two-step authentication](#enable-two-step-authentication).\n1. [Create an application password](#create-an-application-password).\n1. [Set up the credential](#set-up-the-credential).\n\nRefer to the detailed instructions below for each step.\n\n### Enable two-step authentication\n\nTo generate an application password, you must first enable Two-Step Authentication in WordPress. If you've already done this, [skip to the next section](#create-an-application-password).\n\n1. Open your WordPress [profile](https://wordpress.com/me).\n1. Select **Security** from the left menu.\n1. Select **Two-Step Authentication**. The **Two-Step Authentication** page opens.\n1. If Two-Step Authentication isn't enabled, you must enable it.\n1. Choose whether to enable it using an authenticator app or SMS codes and follow the on-screen instructions.\n\nRefer to WordPress's [Enable Two-Step Authentication](https://wordpress.com/support/security/two-step-authentication/) for detailed instructions.\n\n### Create an application password\n\nWith Two-Step Authentication enabled, you can now generate an application password:\n\n1. From the WordPress **Security >** [**Two-Step Authentication**](https://wordpress.com/me/security/two-step) page, select **+ Add new application password** in the **Application passwords** section.\n1. Enter an **Application name**, like `n8n integration`.\n1. Select **Generate Password**.\n1. Copy the password it generates. You'll use this in your n8n credential.\n\n### Set up the credential\n\n1. Enter your WordPress **Username** in your n8n credential.\n1. Enter the application password you copied above as the **Password** in your n8n credential.\n1. Enter the URL of your WordPress site as the **WordPress URL**.\n1. Optional: Use **Ignore SSL Issues** to choose whether you want the n8n credential to connect even if SSL certificate validation fails (turned on) or whether to respect SSL certificate validation (turned off).\n\n## Using OAuth2\n\nWordPress.com only\n\nOAuth2 authentication works with WordPress.com-hosted sites only. For self-hosted WordPress, use basic auth instead.\n\nTo configure this credential, you'll need:\n\n- A **Client ID**: Generated when you create a WordPress.com developer application.\n- A **Client Secret**: Generated when you create a WordPress.com developer application.\n- Your **WordPress.com Site**: Your `.wordpress.com` subdomain or custom domain (for example, `myblog.wordpress.com` or `myblog.com`).\n\nCreating this credential involves two steps:\n\n1. [Create a developer application](#create-a-developer-application).\n1. [Set up the OAuth2 credential](#set-up-the-oauth2-credential).\n\n### Create a developer application\n\n1. Go to your WordPress.com [developer applications](https://developer.wordpress.com/apps/) page.\n1. Select **Create New Application**.\n1. Enter a **Name** for your application, for example `n8n integration`.\n1. Copy the **OAuth Redirect URL** from the **OAuth2 (WordPress.com)** credential screen in n8n. Paste it into the **Redirect URLs** field in WordPress.\n1. Fill out the **Description**, **Website URL**, and other fields as appropriate for your application.\n1. Select **Create** to save the application.\n1. Return to your WordPress.com [developer applications](https://developer.wordpress.com/apps/) page, and click the integration you just created.\n1. Copy the **Client ID** and **Client Secret**.\n\n### Set up the OAuth2 credential\n\n1. In the n8n **OAuth2 (WordPress.com)** credential screen, paste the **Client ID** and **Client Secret** from the previous step.\n1. Enter your WordPress.com site identifier in the **WordPress.com Site** field, for example, `myblog.wordpress.com`.\n1. Click **Connect to WordPress**.\n\nRefer to WordPress's [OAuth2 authentication documentation](https://developer.wordpress.com/docs/oauth2/) for more information.\n",
75961
+ "excerpt": "# WordPress credentials You can use these credentials to authenticate the following nodes: - [WordPress](../../app-nodes/n8n-nodes-base.wordpress/) ## Prerequisites - **Basic auth**: Create a [WordPress](https://wordpress.com/) account or deploy WordPress on a server. - **OAuth2**: Create a [WordPress.com](https://wordpress.com/) account with access to the [developer portal](https://developer.wordpress.com/apps/). ## Supported authentication methods - Basic auth - OAuth2 ## Related resour...",
75962
75962
  "sections": [
75963
75963
  {
75964
75964
  "title": "WordPress credentials",
@@ -75985,40 +75985,57 @@
75985
75985
  "create",
75986
75986
  "application",
75987
75987
  "password",
75988
- "credential"
75988
+ "credential",
75989
+ "oauth2",
75990
+ "developer"
75989
75991
  ],
75990
75992
  "useCases": [],
75991
75993
  "operations": [],
75992
75994
  "codeExamples": 0,
75993
75995
  "complexity": "beginner",
75994
- "readingTime": "2 min",
75995
- "contentLength": 2706,
75996
+ "readingTime": "3 min",
75997
+ "contentLength": 4690,
75996
75998
  "relatedPages": []
75997
75999
  },
75998
76000
  "searchIndex": {
75999
- "fullText": "wordpress credentials # wordpress credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [wordpress](../../app-nodes/n8n-nodes-base.wordpress/)\n\n## prerequisites\n\n- create a [wordpress](https://wordpress.com/) account or deploy wordpress on a server.\n\n## supported authentication methods\n\n- basic auth\n\n## related resources\n\nrefer to [wordpress's api documentation](https://developer.wordpress.com/docs/api/) for more information about the service.\n\n## using basic auth\n\nto configure this credential, you'll need:\n\n- your wordpress **username**\n- a wordpress application **password**\n- your **wordpress url**\n- decide whether to **ignore ssl issues**\n\nusing this credential involves three steps:\n\n1. [enable two-step authentication](#enable-two-step-authentication).\n1. [create an application password](#create-an-application-password).\n1. [set up the credential](#set-up-the-credential).\n\nrefer to the detailed instructions below for each step.\n\n### enable two-step authentication\n\nto generate an application password, you must first enable two-step authentication in wordpress. if you've already done this, [skip to the next section](#create-an-application-password).\n\n1. open your wordpress [profile](https://wordpress.com/me).\n1. select **security** from the left menu.\n1. select **two-step authentication**. the **two-step authentication** page opens.\n1. if two-step authentication isn't enabled, you must enable it.\n1. choose whether to enable it using an authenticator app or sms codes and follow the on-screen instructions.\n\nrefer to wordpress's [enable two-step authentication](https://wordpress.com/support/security/two-step-authentication/) for detailed instructions.\n\n### create an application password\n\nwith two-step authentication enabled, you can now generate an application password:\n\n1. from the wordpress **security >** [**two-step authentication**](https://wordpress.com/me/security/two-step) page, select **+ add new application password** in the **application passwords** section.\n1. enter an **application name**, like `n8n integration`.\n1. select **generate password**.\n1. copy the password it generates. you'll use this in your n8n credential.\n\n### set up the credential\n\ncongratulations! you're now ready to set up your n8n credential:\n\n1. enter your wordpress **username** in your n8n credential.\n1. enter the application password you copied above as the **password** in your n8n credential.\n1. enter the url of your wordpress site as the **wordpress url**.\n1. optional: use the **ignore ssl issues** to choose whether you want the n8n credential to connect even if ssl certificate validation fails (turned on) or whether to respect ssl certificate validation (turned off).\n wordpress credentials",
76001
+ "fullText": "wordpress credentials # wordpress credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [wordpress](../../app-nodes/n8n-nodes-base.wordpress/)\n\n## prerequisites\n\n- **basic auth**: create a [wordpress](https://wordpress.com/) account or deploy wordpress on a server.\n- **oauth2**: create a [wordpress.com](https://wordpress.com/) account with access to the [developer portal](https://developer.wordpress.com/apps/).\n\n## supported authentication methods\n\n- basic auth\n- oauth2\n\n## related resources\n\nrefer to [wordpress's api documentation](https://developer.wordpress.com/docs/api/) for more information about the service.\n\n## using basic auth\n\nto configure this credential, you'll need:\n\n- your wordpress **username**\n- a wordpress application **password**\n- your **wordpress url**\n- decide whether to **ignore ssl issues**\n\nusing this credential involves three steps:\n\n1. [enable two-step authentication](#enable-two-step-authentication).\n1. [create an application password](#create-an-application-password).\n1. [set up the credential](#set-up-the-credential).\n\nrefer to the detailed instructions below for each step.\n\n### enable two-step authentication\n\nto generate an application password, you must first enable two-step authentication in wordpress. if you've already done this, [skip to the next section](#create-an-application-password).\n\n1. open your wordpress [profile](https://wordpress.com/me).\n1. select **security** from the left menu.\n1. select **two-step authentication**. the **two-step authentication** page opens.\n1. if two-step authentication isn't enabled, you must enable it.\n1. choose whether to enable it using an authenticator app or sms codes and follow the on-screen instructions.\n\nrefer to wordpress's [enable two-step authentication](https://wordpress.com/support/security/two-step-authentication/) for detailed instructions.\n\n### create an application password\n\nwith two-step authentication enabled, you can now generate an application password:\n\n1. from the wordpress **security >** [**two-step authentication**](https://wordpress.com/me/security/two-step) page, select **+ add new application password** in the **application passwords** section.\n1. enter an **application name**, like `n8n integration`.\n1. select **generate password**.\n1. copy the password it generates. you'll use this in your n8n credential.\n\n### set up the credential\n\n1. enter your wordpress **username** in your n8n credential.\n1. enter the application password you copied above as the **password** in your n8n credential.\n1. enter the url of your wordpress site as the **wordpress url**.\n1. optional: use **ignore ssl issues** to choose whether you want the n8n credential to connect even if ssl certificate validation fails (turned on) or whether to respect ssl certificate validation (turned off).\n\n## using oauth2\n\nwordpress.com only\n\noauth2 authentication works with wordpress.com-hosted sites only. for self-hosted wordpress, use basic auth instead.\n\nto configure this credential, you'll need:\n\n- a **client id**: generated when you create a wordpress.com developer application.\n- a **client secret**: generated when you create a wordpress.com developer application.\n- your **wordpress.com site**: your `.wordpress.com` subdomain or custom domain (for example, `myblog.wordpress.com` or `myblog.com`).\n\ncreating this credential involves two steps:\n\n1. [create a developer application](#create-a-developer-application).\n1. [set up the oauth2 credential](#set-up-the-oauth2-credential).\n\n### create a developer application\n\n1. go to your wordpress.com [developer applications](https://developer.wordpress.com/apps/) page.\n1. select **create new application**.\n1. enter a **name** for your application, for example `n8n integration`.\n1. copy the **oauth redirect url** from the **oauth2 (wordpress.com)** credential screen in n8n. paste it into the **redirect urls** field in wordpress.\n1. fill out the **description**, **website url**, and other fields as appropriate for your application.\n1. select **create** to save the application.\n1. return to your wordpress.com [developer applications](https://developer.wordpress.com/apps/) page, and click the integration you just created.\n1. copy the **client id** and **client secret**.\n\n### set up the oauth2 credential\n\n1. in the n8n **oauth2 (wordpress.com)** credential screen, paste the **client id** and **client secret** from the previous step.\n1. enter your wordpress.com site identifier in the **wordpress.com site** field, for example, `myblog.wordpress.com`.\n1. click **connect to wordpress**.\n\nrefer to wordpress's [oauth2 authentication documentation](https://developer.wordpress.com/docs/oauth2/) for more information.\n wordpress credentials",
76000
76002
  "importantTerms": [
76001
76003
  "wordpress",
76002
- "step",
76003
- "authentication",
76004
- "password",
76005
76004
  "application",
76006
76005
  "credential",
76007
76006
  "your",
76008
- "enable",
76007
+ "authentication",
76008
+ "step",
76009
76009
  "create",
76010
+ "developer",
76011
+ "password",
76010
76012
  "https",
76011
- "credentials",
76013
+ "enable",
76012
76014
  "this",
76013
- "whether",
76014
76015
  "select",
76015
- "security",
76016
76016
  "enter",
76017
- "nodes",
76017
+ "client",
76018
+ "credentials",
76019
+ "basic",
76020
+ "auth",
76018
76021
  "refer",
76019
76022
  "using",
76023
+ "whether",
76024
+ "security",
76025
+ "from",
76026
+ "page",
76027
+ "site",
76028
+ "nodes",
76029
+ "with",
76030
+ "apps",
76020
76031
  "instructions",
76021
- "generate"
76032
+ "generate",
76033
+ "screen",
76034
+ "integration",
76035
+ "copy",
76036
+ "secret",
76037
+ "example",
76038
+ "myblog"
76022
76039
  ]
76023
76040
  }
76024
76041
  },
@@ -79642,28 +79659,27 @@
79642
79659
  },
79643
79660
  {
79644
79661
  "id": "page-1074",
79645
- "title": "Invoice Ninja Trigger",
79646
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/index.md",
79647
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/index.md",
79662
+ "title": "Jira Trigger",
79663
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/index.md",
79664
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/index.md",
79648
79665
  "category": "trigger-nodes",
79649
79666
  "subcategory": null,
79650
- "nodeName": "invoiceninjatrigger",
79651
- "nodeType": "n8n-nodes-base.invoiceninjatrigger",
79667
+ "nodeName": "jiratrigger",
79668
+ "nodeType": "n8n-nodes-base.jiratrigger",
79652
79669
  "content": {
79653
- "markdown": "# Invoice Ninja Trigger node\n\n[Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page.\n",
79654
- "excerpt": "# Invoice Ninja Trigger node [Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks. Credentials You can find authentication information for this node [here](../../credentials/invoiceninja/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-t...",
79670
+ "markdown": "# Jira Trigger node\n\n[Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/jira/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page.\n",
79671
+ "excerpt": "# Jira Trigger node [Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management. Credentials You can find authentication information for this node [here](../../credentials/jira/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page....",
79655
79672
  "sections": [
79656
79673
  {
79657
- "title": "Invoice Ninja Trigger node",
79674
+ "title": "Jira Trigger node",
79658
79675
  "level": 1,
79659
- "content": "[Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page."
79676
+ "content": "[Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/jira/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page."
79660
79677
  }
79661
79678
  ]
79662
79679
  },
79663
79680
  "metadata": {
79664
79681
  "keywords": [
79665
- "invoice",
79666
- "ninja",
79682
+ "jira",
79667
79683
  "trigger",
79668
79684
  "node"
79669
79685
  ],
@@ -79672,14 +79688,13 @@
79672
79688
  "codeExamples": 0,
79673
79689
  "complexity": "beginner",
79674
79690
  "readingTime": "1 min",
79675
- "contentLength": 515,
79691
+ "contentLength": 463,
79676
79692
  "relatedPages": []
79677
79693
  },
79678
79694
  "searchIndex": {
79679
- "fullText": "invoice ninja trigger # invoice ninja trigger node\n\n[invoice ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. it offers invoicing, payments, expense tracking, & time-tasks.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [invoice ninja trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page.\n invoice ninja trigger node",
79695
+ "fullText": "jira trigger # jira trigger node\n\n[jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by atlassian that allows bug tracking and agile project management.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/jira/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page.\n jira trigger node",
79680
79696
  "importantTerms": [
79681
- "invoice",
79682
- "ninja",
79697
+ "jira",
79683
79698
  "trigger",
79684
79699
  "node"
79685
79700
  ]
@@ -79687,27 +79702,28 @@
79687
79702
  },
79688
79703
  {
79689
79704
  "id": "page-1075",
79690
- "title": "Jira Trigger",
79691
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/index.md",
79692
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/index.md",
79705
+ "title": "Invoice Ninja Trigger",
79706
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/index.md",
79707
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/index.md",
79693
79708
  "category": "trigger-nodes",
79694
79709
  "subcategory": null,
79695
- "nodeName": "jiratrigger",
79696
- "nodeType": "n8n-nodes-base.jiratrigger",
79710
+ "nodeName": "invoiceninjatrigger",
79711
+ "nodeType": "n8n-nodes-base.invoiceninjatrigger",
79697
79712
  "content": {
79698
- "markdown": "# Jira Trigger node\n\n[Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/jira/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page.\n",
79699
- "excerpt": "# Jira Trigger node [Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management. Credentials You can find authentication information for this node [here](../../credentials/jira/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page....",
79713
+ "markdown": "# Invoice Ninja Trigger node\n\n[Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page.\n",
79714
+ "excerpt": "# Invoice Ninja Trigger node [Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks. Credentials You can find authentication information for this node [here](../../credentials/invoiceninja/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-t...",
79700
79715
  "sections": [
79701
79716
  {
79702
- "title": "Jira Trigger node",
79717
+ "title": "Invoice Ninja Trigger node",
79703
79718
  "level": 1,
79704
- "content": "[Jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/jira/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page."
79719
+ "content": "[Invoice Ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. It offers invoicing, payments, expense tracking, & time-tasks.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Invoice Ninja Trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page."
79705
79720
  }
79706
79721
  ]
79707
79722
  },
79708
79723
  "metadata": {
79709
79724
  "keywords": [
79710
- "jira",
79725
+ "invoice",
79726
+ "ninja",
79711
79727
  "trigger",
79712
79728
  "node"
79713
79729
  ],
@@ -79716,13 +79732,14 @@
79716
79732
  "codeExamples": 0,
79717
79733
  "complexity": "beginner",
79718
79734
  "readingTime": "1 min",
79719
- "contentLength": 463,
79735
+ "contentLength": 515,
79720
79736
  "relatedPages": []
79721
79737
  },
79722
79738
  "searchIndex": {
79723
- "fullText": "jira trigger # jira trigger node\n\n[jira](https://www.atlassian.com/software/jira) is a proprietary issue tracking product developed by atlassian that allows bug tracking and agile project management.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/jira/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [jira trigger integrations](https://n8n.io/integrations/jira-trigger/) page.\n jira trigger node",
79739
+ "fullText": "invoice ninja trigger # invoice ninja trigger node\n\n[invoice ninja](https://www.invoiceninja.com/) is a free open-source online invoicing app for freelancers & businesses. it offers invoicing, payments, expense tracking, & time-tasks.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/invoiceninja/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [invoice ninja trigger integrations](https://n8n.io/integrations/invoice-ninja-trigger/) page.\n invoice ninja trigger node",
79724
79740
  "importantTerms": [
79725
- "jira",
79741
+ "invoice",
79742
+ "ninja",
79726
79743
  "trigger",
79727
79744
  "node"
79728
79745
  ]
@@ -80438,29 +80455,30 @@
80438
80455
  },
80439
80456
  {
80440
80457
  "id": "page-1091",
80441
- "title": "Netlify Trigger",
80442
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/index.md",
80443
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/index.md",
80458
+ "title": "Notion Trigger",
80459
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
80460
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
80444
80461
  "category": "trigger-nodes",
80445
80462
  "subcategory": null,
80446
- "nodeName": "netlifytrigger",
80447
- "nodeType": "n8n-nodes-base.netlifytrigger",
80463
+ "nodeName": "notiontrigger",
80464
+ "nodeType": "n8n-nodes-base.notiontrigger",
80448
80465
  "content": {
80449
- "markdown": "# Netlify Trigger node\n\n[Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/netlify/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page.\n\n## Related resources\n\nn8n provides an app node for Netlify. You can find the node docs [here](../../app-nodes/n8n-nodes-base.netlify/).\n\nView [example workflows and related content](https://n8n.io/integrations/netlify/) on n8n's website.\n",
80450
- "excerpt": "# Netlify Trigger node [Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites. Credentials You can find authentication information for this node [here](../../credentials/netlify/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page. ## Related resources n8n provides an app node for Netlify. You can f...",
80466
+ "markdown": "# Notion Trigger node\n\n[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## Events\n\n- Page added to database\n- Page updated in database\n\n## Related resources\n\nn8n provides an app node for Notion. You can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nView [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nRefer to [Notion's documentation](https://developers.notion.com/) for details about their API.\n",
80467
+ "excerpt": "# Notion Trigger node [Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases. Credentials You can find authentication information for this node [here](../../credentials/notion/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page. ## Events - Page added to database - Page updated in database ## Related resources n8n...",
80451
80468
  "sections": [
80452
80469
  {
80453
- "title": "Netlify Trigger node",
80470
+ "title": "Notion Trigger node",
80454
80471
  "level": 1,
80455
- "content": "[Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/netlify/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page."
80472
+ "content": "[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page."
80456
80473
  }
80457
80474
  ]
80458
80475
  },
80459
80476
  "metadata": {
80460
80477
  "keywords": [
80461
- "netlify",
80478
+ "notion",
80462
80479
  "trigger",
80463
80480
  "node",
80481
+ "events",
80464
80482
  "related",
80465
80483
  "resources"
80466
80484
  ],
@@ -80469,46 +80487,46 @@
80469
80487
  "codeExamples": 0,
80470
80488
  "complexity": "beginner",
80471
80489
  "readingTime": "1 min",
80472
- "contentLength": 669,
80490
+ "contentLength": 819,
80473
80491
  "relatedPages": []
80474
80492
  },
80475
80493
  "searchIndex": {
80476
- "fullText": "netlify trigger # netlify trigger node\n\n[netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/netlify/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [netlify trigger integrations](https://n8n.io/integrations/netlify-trigger/) page.\n\n## related resources\n\nn8n provides an app node for netlify. you can find the node docs [here](../../app-nodes/n8n-nodes-base.netlify/).\n\nview [example workflows and related content](https://n8n.io/integrations/netlify/) on n8n's website.\n netlify trigger node",
80494
+ "fullText": "notion trigger # notion trigger node\n\n[notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/notion/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [notion trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## events\n\n- page added to database\n- page updated in database\n\n## related resources\n\nn8n provides an app node for notion. you can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nview [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nrefer to [notion's documentation](https://developers.notion.com/) for details about their api.\n notion trigger node",
80477
80495
  "importantTerms": [
80478
- "netlify",
80496
+ "notion",
80479
80497
  "trigger",
80480
80498
  "node",
80481
80499
  "https",
80482
- "integrations"
80500
+ "integrations",
80501
+ "page"
80483
80502
  ]
80484
80503
  }
80485
80504
  },
80486
80505
  {
80487
80506
  "id": "page-1092",
80488
- "title": "Notion Trigger",
80489
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
80490
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/index.md",
80507
+ "title": "Netlify Trigger",
80508
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/index.md",
80509
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/index.md",
80491
80510
  "category": "trigger-nodes",
80492
80511
  "subcategory": null,
80493
- "nodeName": "notiontrigger",
80494
- "nodeType": "n8n-nodes-base.notiontrigger",
80512
+ "nodeName": "netlifytrigger",
80513
+ "nodeType": "n8n-nodes-base.netlifytrigger",
80495
80514
  "content": {
80496
- "markdown": "# Notion Trigger node\n\n[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## Events\n\n- Page added to database\n- Page updated in database\n\n## Related resources\n\nn8n provides an app node for Notion. You can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nView [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nRefer to [Notion's documentation](https://developers.notion.com/) for details about their API.\n",
80497
- "excerpt": "# Notion Trigger node [Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases. Credentials You can find authentication information for this node [here](../../credentials/notion/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page. ## Events - Page added to database - Page updated in database ## Related resources n8n...",
80515
+ "markdown": "# Netlify Trigger node\n\n[Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/netlify/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page.\n\n## Related resources\n\nn8n provides an app node for Netlify. You can find the node docs [here](../../app-nodes/n8n-nodes-base.netlify/).\n\nView [example workflows and related content](https://n8n.io/integrations/netlify/) on n8n's website.\n",
80516
+ "excerpt": "# Netlify Trigger node [Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites. Credentials You can find authentication information for this node [here](../../credentials/netlify/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page. ## Related resources n8n provides an app node for Netlify. You can f...",
80498
80517
  "sections": [
80499
80518
  {
80500
- "title": "Notion Trigger node",
80519
+ "title": "Netlify Trigger node",
80501
80520
  "level": 1,
80502
- "content": "[Notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/notion/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Notion Trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page."
80521
+ "content": "[Netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/netlify/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Netlify Trigger integrations](https://n8n.io/integrations/netlify-trigger/) page."
80503
80522
  }
80504
80523
  ]
80505
80524
  },
80506
80525
  "metadata": {
80507
80526
  "keywords": [
80508
- "notion",
80527
+ "netlify",
80509
80528
  "trigger",
80510
80529
  "node",
80511
- "events",
80512
80530
  "related",
80513
80531
  "resources"
80514
80532
  ],
@@ -80517,18 +80535,17 @@
80517
80535
  "codeExamples": 0,
80518
80536
  "complexity": "beginner",
80519
80537
  "readingTime": "1 min",
80520
- "contentLength": 819,
80538
+ "contentLength": 669,
80521
80539
  "relatedPages": []
80522
80540
  },
80523
80541
  "searchIndex": {
80524
- "fullText": "notion trigger # notion trigger node\n\n[notion](https://notion.so) is an all-in-one workspace for your notes, tasks, wikis, and databases.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/notion/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [notion trigger integrations](https://n8n.io/integrations/notion-trigger-beta/) page.\n\n## events\n\n- page added to database\n- page updated in database\n\n## related resources\n\nn8n provides an app node for notion. you can find the node docs [here](../../app-nodes/n8n-nodes-base.notion/).\n\nview [example workflows and related content](https://n8n.io/integrations/notion-trigger-beta/) on n8n's website.\n\nrefer to [notion's documentation](https://developers.notion.com/) for details about their api.\n notion trigger node",
80542
+ "fullText": "netlify trigger # netlify trigger node\n\n[netlify](https://netlify.com/) offers hosting and serverless backend services for web applications and static websites.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/netlify/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [netlify trigger integrations](https://n8n.io/integrations/netlify-trigger/) page.\n\n## related resources\n\nn8n provides an app node for netlify. you can find the node docs [here](../../app-nodes/n8n-nodes-base.netlify/).\n\nview [example workflows and related content](https://n8n.io/integrations/netlify/) on n8n's website.\n netlify trigger node",
80525
80543
  "importantTerms": [
80526
- "notion",
80544
+ "netlify",
80527
80545
  "trigger",
80528
80546
  "node",
80529
80547
  "https",
80530
- "integrations",
80531
- "page"
80548
+ "integrations"
80532
80549
  ]
80533
80550
  }
80534
80551
  },
@@ -93336,7 +93353,7 @@
93336
93353
  "page-0183",
93337
93354
  "page-0200",
93338
93355
  "page-0204",
93339
- "page-0210",
93356
+ "page-0209",
93340
93357
  "page-0211",
93341
93358
  "page-0217",
93342
93359
  "page-0220",
@@ -93770,7 +93787,7 @@
93770
93787
  "page-0213",
93771
93788
  "page-0227",
93772
93789
  "page-0284",
93773
- "page-0420",
93790
+ "page-0421",
93774
93791
  "page-0457",
93775
93792
  "page-0549",
93776
93793
  "page-0557",
@@ -93864,7 +93881,7 @@
93864
93881
  "page-0699",
93865
93882
  "page-0714",
93866
93883
  "page-0715",
93867
- "page-0784",
93884
+ "page-0785",
93868
93885
  "page-0856",
93869
93886
  "page-0956",
93870
93887
  "page-1004",
@@ -93921,7 +93938,7 @@
93921
93938
  "page-0027",
93922
93939
  "page-0100",
93923
93940
  "page-0232",
93924
- "page-0346",
93941
+ "page-0347",
93925
93942
  "page-0373",
93926
93943
  "page-0490",
93927
93944
  "page-0491",
@@ -94285,7 +94302,7 @@
94285
94302
  "page-0060",
94286
94303
  "page-0061",
94287
94304
  "page-0062",
94288
- "page-0155",
94305
+ "page-0154",
94289
94306
  "page-0162",
94290
94307
  "page-0199",
94291
94308
  "page-0204",
@@ -94430,7 +94447,7 @@
94430
94447
  "page-0200",
94431
94448
  "page-0201",
94432
94449
  "page-0206",
94433
- "page-0210",
94450
+ "page-0209",
94434
94451
  "page-0212",
94435
94452
  "page-0218",
94436
94453
  "page-0226",
@@ -94953,7 +94970,7 @@
94953
94970
  "page-0035",
94954
94971
  "page-0041",
94955
94972
  "page-0204",
94956
- "page-0209",
94973
+ "page-0210",
94957
94974
  "page-0214",
94958
94975
  "page-0549",
94959
94976
  "page-0560",
@@ -94977,7 +94994,7 @@
94977
94994
  "page-0087",
94978
94995
  "page-0130",
94979
94996
  "page-0170",
94980
- "page-0210",
94997
+ "page-0209",
94981
94998
  "page-0213",
94982
94999
  "page-0566",
94983
95000
  "page-0658",
@@ -94991,7 +95008,7 @@
94991
95008
  "page-0003",
94992
95009
  "page-0005",
94993
95010
  "page-0148",
94994
- "page-0154",
95011
+ "page-0155",
94995
95012
  "page-0196",
94996
95013
  "page-0197",
94997
95014
  "page-0198",
@@ -95154,7 +95171,7 @@
95154
95171
  "page-0051",
95155
95172
  "page-0673",
95156
95173
  "page-0700",
95157
- "page-0784",
95174
+ "page-0785",
95158
95175
  "page-1165",
95159
95176
  "page-1181",
95160
95177
  "page-1182",
@@ -95255,10 +95272,10 @@
95255
95272
  "page-0335",
95256
95273
  "page-0336",
95257
95274
  "page-0337",
95258
- "page-0338",
95259
- "page-0342",
95260
- "page-0345",
95275
+ "page-0339",
95276
+ "page-0343",
95261
95277
  "page-0346",
95278
+ "page-0347",
95262
95279
  "page-0349",
95263
95280
  "page-0351",
95264
95281
  "page-0352",
@@ -95298,7 +95315,7 @@
95298
95315
  "page-0417",
95299
95316
  "page-0419",
95300
95317
  "page-0422",
95301
- "page-0425",
95318
+ "page-0424",
95302
95319
  "page-0426",
95303
95320
  "page-0428",
95304
95321
  "page-0429",
@@ -96355,7 +96372,7 @@
96355
96372
  "page-0201",
96356
96373
  "page-0202",
96357
96374
  "page-0204",
96358
- "page-0346",
96375
+ "page-0347",
96359
96376
  "page-1026",
96360
96377
  "page-1027",
96361
96378
  "page-1028",
@@ -96909,7 +96926,7 @@
96909
96926
  "page-0081",
96910
96927
  "page-0130",
96911
96928
  "page-0153",
96912
- "page-0155",
96929
+ "page-0154",
96913
96930
  "page-0156",
96914
96931
  "page-0158",
96915
96932
  "page-0160",
@@ -97354,7 +97371,7 @@
97354
97371
  "page-1087",
97355
97372
  "page-1088",
97356
97373
  "page-1089",
97357
- "page-1092",
97374
+ "page-1091",
97358
97375
  "page-1093",
97359
97376
  "page-1096",
97360
97377
  "page-1101",
@@ -98027,10 +98044,10 @@
98027
98044
  "page-0335",
98028
98045
  "page-0336",
98029
98046
  "page-0337",
98030
- "page-0338",
98031
- "page-0342",
98032
- "page-0345",
98047
+ "page-0339",
98048
+ "page-0343",
98033
98049
  "page-0346",
98050
+ "page-0347",
98034
98051
  "page-0349",
98035
98052
  "page-0351",
98036
98053
  "page-0352",
@@ -98069,7 +98086,7 @@
98069
98086
  "page-0417",
98070
98087
  "page-0419",
98071
98088
  "page-0422",
98072
- "page-0425",
98089
+ "page-0424",
98073
98090
  "page-0426",
98074
98091
  "page-0428",
98075
98092
  "page-0429",
@@ -98336,10 +98353,10 @@
98336
98353
  "page-0335",
98337
98354
  "page-0336",
98338
98355
  "page-0337",
98339
- "page-0338",
98340
- "page-0342",
98341
- "page-0345",
98356
+ "page-0339",
98357
+ "page-0343",
98342
98358
  "page-0346",
98359
+ "page-0347",
98343
98360
  "page-0349",
98344
98361
  "page-0351",
98345
98362
  "page-0352",
@@ -98378,7 +98395,7 @@
98378
98395
  "page-0417",
98379
98396
  "page-0419",
98380
98397
  "page-0422",
98381
- "page-0425",
98398
+ "page-0424",
98382
98399
  "page-0426",
98383
98400
  "page-0428",
98384
98401
  "page-0429",
@@ -98451,7 +98468,7 @@
98451
98468
  "page-0058",
98452
98469
  "page-0067",
98453
98470
  "page-0109",
98454
- "page-0155",
98471
+ "page-0154",
98455
98472
  "page-0213"
98456
98473
  ],
98457
98474
  "product?": [
@@ -98507,7 +98524,7 @@
98507
98524
  ],
98508
98525
  "hubspot": [
98509
98526
  "page-0015",
98510
- "page-0338",
98527
+ "page-0339",
98511
98528
  "page-0831",
98512
98529
  "page-1073"
98513
98530
  ],
@@ -98790,7 +98807,7 @@
98790
98807
  "page-0316",
98791
98808
  "page-0321",
98792
98809
  "page-0337",
98793
- "page-0345",
98810
+ "page-0338",
98794
98811
  "page-0346",
98795
98812
  "page-0347",
98796
98813
  "page-0356",
@@ -98807,7 +98824,7 @@
98807
98824
  "page-0398",
98808
98825
  "page-0400",
98809
98826
  "page-0401",
98810
- "page-0423",
98827
+ "page-0425",
98811
98828
  "page-0438",
98812
98829
  "page-0442",
98813
98830
  "page-0449",
@@ -99328,7 +99345,7 @@
99328
99345
  "page-0316",
99329
99346
  "page-0321",
99330
99347
  "page-0337",
99331
- "page-0345",
99348
+ "page-0338",
99332
99349
  "page-0346",
99333
99350
  "page-0347",
99334
99351
  "page-0356",
@@ -99346,7 +99363,7 @@
99346
99363
  "page-0398",
99347
99364
  "page-0400",
99348
99365
  "page-0401",
99349
- "page-0423",
99366
+ "page-0425",
99350
99367
  "page-0438",
99351
99368
  "page-0442",
99352
99369
  "page-0449",
@@ -100288,7 +100305,7 @@
100288
100305
  "page-0018",
100289
100306
  "page-0020",
100290
100307
  "page-0099",
100291
- "page-0209",
100308
+ "page-0210",
100292
100309
  "page-0545",
100293
100310
  "page-1260"
100294
100311
  ],
@@ -100355,7 +100372,7 @@
100355
100372
  "page-0762",
100356
100373
  "page-0775",
100357
100374
  "page-0777",
100358
- "page-0784",
100375
+ "page-0785",
100359
100376
  "page-0787",
100360
100377
  "page-0788",
100361
100378
  "page-0796",
@@ -100404,6 +100421,7 @@
100404
100421
  "page-0990",
100405
100422
  "page-1003",
100406
100423
  "page-1006",
100424
+ "page-1010",
100407
100425
  "page-1015",
100408
100426
  "page-1019",
100409
100427
  "page-1021",
@@ -100609,7 +100627,7 @@
100609
100627
  "page-0204",
100610
100628
  "page-0239",
100611
100629
  "page-0284",
100612
- "page-0420",
100630
+ "page-0421",
100613
100631
  "page-0430",
100614
100632
  "page-0490",
100615
100633
  "page-0602",
@@ -100660,7 +100678,7 @@
100660
100678
  "page-0058",
100661
100679
  "page-0061",
100662
100680
  "page-0067",
100663
- "page-0154",
100681
+ "page-0155",
100664
100682
  "page-0234",
100665
100683
  "page-0235",
100666
100684
  "page-0236",
@@ -101250,7 +101268,7 @@
101250
101268
  "page-0199",
101251
101269
  "page-0204",
101252
101270
  "page-0208",
101253
- "page-0209",
101271
+ "page-0210",
101254
101272
  "page-0220",
101255
101273
  "page-0332",
101256
101274
  "page-0463",
@@ -101383,7 +101401,7 @@
101383
101401
  "best": [
101384
101402
  "page-0021",
101385
101403
  "page-0023",
101386
- "page-0209",
101404
+ "page-0210",
101387
101405
  "page-0735",
101388
101406
  "page-1165",
101389
101407
  "page-1170",
@@ -101393,7 +101411,7 @@
101393
101411
  ],
101394
101412
  "practices": [
101395
101413
  "page-0021",
101396
- "page-0209",
101414
+ "page-0210",
101397
101415
  "page-0735",
101398
101416
  "page-1170",
101399
101417
  "page-1198",
@@ -101839,7 +101857,7 @@
101839
101857
  "fetch": [
101840
101858
  "page-0029",
101841
101859
  "page-0332",
101842
- "page-0346",
101860
+ "page-0347",
101843
101861
  "page-0547",
101844
101862
  "page-0548",
101845
101863
  "page-0549",
@@ -101964,7 +101982,7 @@
101964
101982
  "page-0157",
101965
101983
  "page-0166",
101966
101984
  "page-0284",
101967
- "page-0420",
101985
+ "page-0421",
101968
101986
  "page-0457"
101969
101987
  ],
101970
101988
  "parameters": [
@@ -101972,7 +101990,7 @@
101972
101990
  "page-0068",
101973
101991
  "page-0072",
101974
101992
  "page-0158",
101975
- "page-0301",
101993
+ "page-0302",
101976
101994
  "page-0356",
101977
101995
  "page-0384",
101978
101996
  "page-0475",
@@ -102157,7 +102175,7 @@
102157
102175
  "page-0172",
102158
102176
  "page-0200",
102159
102177
  "page-0204",
102160
- "page-0209",
102178
+ "page-0210",
102161
102179
  "page-0223",
102162
102180
  "page-0320",
102163
102181
  "page-0517",
@@ -102352,6 +102370,7 @@
102352
102370
  "developer": [
102353
102371
  "page-0049",
102354
102372
  "page-0831",
102373
+ "page-1010",
102355
102374
  "page-1230"
102356
102375
  ],
102357
102376
  "coding": [
@@ -102547,10 +102566,10 @@
102547
102566
  "page-0335",
102548
102567
  "page-0336",
102549
102568
  "page-0337",
102550
- "page-0338",
102551
- "page-0342",
102552
- "page-0345",
102569
+ "page-0339",
102570
+ "page-0343",
102553
102571
  "page-0346",
102572
+ "page-0347",
102554
102573
  "page-0349",
102555
102574
  "page-0351",
102556
102575
  "page-0352",
@@ -102589,7 +102608,7 @@
102589
102608
  "page-0417",
102590
102609
  "page-0419",
102591
102610
  "page-0422",
102592
- "page-0425",
102611
+ "page-0424",
102593
102612
  "page-0426",
102594
102613
  "page-0428",
102595
102614
  "page-0429",
@@ -103319,7 +103338,7 @@
103319
103338
  "page-0708",
103320
103339
  "page-0714",
103321
103340
  "page-0715",
103322
- "page-0784",
103341
+ "page-0785",
103323
103342
  "page-0860",
103324
103343
  "page-1158",
103325
103344
  "page-1168",
@@ -103528,7 +103547,7 @@
103528
103547
  "specific": [
103529
103548
  "page-0060",
103530
103549
  "page-0192",
103531
- "page-0346",
103550
+ "page-0347",
103532
103551
  "page-0541",
103533
103552
  "page-0547",
103534
103553
  "page-0561",
@@ -104076,7 +104095,7 @@
104076
104095
  "page-0197",
104077
104096
  "page-0201",
104078
104097
  "page-0204",
104079
- "page-0209",
104098
+ "page-0210",
104080
104099
  "page-0222",
104081
104100
  "page-0547",
104082
104101
  "page-0551",
@@ -105856,7 +105875,7 @@
105856
105875
  "page-0317",
105857
105876
  "page-0377",
105858
105877
  "page-0380",
105859
- "page-0420",
105878
+ "page-0421",
105860
105879
  "page-0457",
105861
105880
  "page-0492",
105862
105881
  "page-0528",
@@ -105990,8 +106009,8 @@
105990
106009
  "page-1235"
105991
106010
  ],
105992
106011
  "base": [
105993
- "page-0155",
105994
- "page-0421",
106012
+ "page-0154",
106013
+ "page-0420",
105995
106014
  "page-0588",
105996
106015
  "page-0873",
105997
106016
  "page-0876",
@@ -106002,7 +106021,7 @@
106002
106021
  "page-1176"
106003
106022
  ],
106004
106023
  "front": [
106005
- "page-0155",
106024
+ "page-0154",
106006
106025
  "page-0205"
106007
106026
  ],
106008
106027
  "certificate": [
@@ -106308,7 +106327,7 @@
106308
106327
  ],
106309
106328
  "assistant": [
106310
106329
  "page-0169",
106311
- "page-0347",
106330
+ "page-0338",
106312
106331
  "page-0531",
106313
106332
  "page-0829",
106314
106333
  "page-1188"
@@ -106323,7 +106342,7 @@
106323
106342
  "page-0202",
106324
106343
  "page-0204",
106325
106344
  "page-0207",
106326
- "page-0209"
106345
+ "page-0210"
106327
106346
  ],
106328
106347
  "storage": [
106329
106348
  "page-0176",
@@ -107264,7 +107283,7 @@
107264
107283
  ],
107265
107284
  "quick": [
107266
107285
  "page-0204",
107267
- "page-0421",
107286
+ "page-0420",
107268
107287
  "page-0931",
107269
107288
  "page-1217"
107270
107289
  ],
@@ -107324,25 +107343,25 @@
107324
107343
  "obtain": [
107325
107344
  "page-0208"
107326
107345
  ],
107327
- "recommendations": [
107346
+ "filesystem": [
107347
+ "page-0209",
107348
+ "page-0220"
107349
+ ],
107350
+ "pruning": [
107328
107351
  "page-0209",
107352
+ "page-0212",
107353
+ "page-1191"
107354
+ ],
107355
+ "recommendations": [
107356
+ "page-0210",
107329
107357
  "page-0217",
107330
107358
  "page-1260"
107331
107359
  ],
107332
107360
  "backups": [
107333
- "page-0209"
107361
+ "page-0210"
107334
107362
  ],
107335
107363
  "restarting": [
107336
- "page-0209"
107337
- ],
107338
- "filesystem": [
107339
- "page-0210",
107340
- "page-0220"
107341
- ],
107342
- "pruning": [
107343
- "page-0210",
107344
- "page-0212",
107345
- "page-1191"
107364
+ "page-0210"
107346
107365
  ],
107347
107366
  "concurrency": [
107348
107367
  "page-0211",
@@ -108062,10 +108081,10 @@
108062
108081
  "page-0335",
108063
108082
  "page-0336",
108064
108083
  "page-0337",
108065
- "page-0338",
108066
- "page-0342",
108067
- "page-0345",
108084
+ "page-0339",
108085
+ "page-0343",
108068
108086
  "page-0346",
108087
+ "page-0347",
108069
108088
  "page-0349",
108070
108089
  "page-0351",
108071
108090
  "page-0352",
@@ -108104,7 +108123,7 @@
108104
108123
  "page-0417",
108105
108124
  "page-0419",
108106
108125
  "page-0422",
108107
- "page-0425",
108126
+ "page-0424",
108108
108127
  "page-0426",
108109
108128
  "page-0428",
108110
108129
  "page-0429",
@@ -108264,24 +108283,24 @@
108264
108283
  "rekognition": [
108265
108284
  "page-0251"
108266
108285
  ],
108267
- "textract": [
108268
- "page-0256"
108269
- ],
108270
108286
  "transcribe": [
108271
- "page-0257",
108287
+ "page-0256",
108272
108288
  "page-0532"
108273
108289
  ],
108290
+ "textract": [
108291
+ "page-0257"
108292
+ ],
108274
108293
  "cosmos": [
108275
108294
  "page-0258",
108276
108295
  "page-0737"
108277
108296
  ],
108278
108297
  "bamboohr": [
108279
108298
  "page-0260",
108280
- "page-0740"
108299
+ "page-0741"
108281
108300
  ],
108282
108301
  "bannerbear": [
108283
108302
  "page-0261",
108284
- "page-0741"
108303
+ "page-0740"
108285
108304
  ],
108286
108305
  "baserow": [
108287
108306
  "page-0262",
@@ -108355,11 +108374,11 @@
108355
108374
  ],
108356
108375
  "cockpit": [
108357
108376
  "page-0277",
108358
- "page-0765"
108377
+ "page-0766"
108359
108378
  ],
108360
108379
  "coda": [
108361
108380
  "page-0278",
108362
- "page-0766"
108381
+ "page-0765"
108363
108382
  ],
108364
108383
  "coingecko": [
108365
108384
  "page-0279"
@@ -108388,7 +108407,7 @@
108388
108407
  ],
108389
108408
  "column's": [
108390
108409
  "page-0284",
108391
- "page-0420",
108410
+ "page-0421",
108392
108411
  "page-0457"
108393
108412
  ],
108394
108413
  "crowd": [
@@ -108411,7 +108430,7 @@
108411
108430
  ],
108412
108431
  "discourse": [
108413
108432
  "page-0291",
108414
- "page-0785"
108433
+ "page-0784"
108415
108434
  ],
108416
108435
  "disqus": [
108417
108436
  "page-0292",
@@ -108442,8 +108461,12 @@
108442
108461
  "page-0300",
108443
108462
  "page-0795"
108444
108463
  ],
108445
- "facebook": [
108464
+ "filemaker": [
108446
108465
  "page-0301",
108466
+ "page-0802"
108467
+ ],
108468
+ "facebook": [
108469
+ "page-0302",
108447
108470
  "page-0798",
108448
108471
  "page-0799",
108449
108472
  "page-0800",
@@ -108463,16 +108486,12 @@
108463
108486
  "page-1204"
108464
108487
  ],
108465
108488
  "graph": [
108466
- "page-0301",
108489
+ "page-0302",
108467
108490
  "page-0375",
108468
108491
  "page-0799",
108469
108492
  "page-0873",
108470
108493
  "page-0876"
108471
108494
  ],
108472
- "filemaker": [
108473
- "page-0302",
108474
- "page-0802"
108475
- ],
108476
108495
  "freshdesk": [
108477
108496
  "page-0304",
108478
108497
  "page-0808"
@@ -108607,55 +108626,55 @@
108607
108626
  "page-0337",
108608
108627
  "page-0828"
108609
108628
  ],
108629
+ "home": [
108630
+ "page-0338",
108631
+ "page-0829"
108632
+ ],
108610
108633
  "humantic": [
108611
- "page-0339",
108634
+ "page-0340",
108612
108635
  "page-0833"
108613
108636
  ],
108614
108637
  "hunter": [
108615
- "page-0340",
108638
+ "page-0341",
108616
108639
  "page-0834"
108617
108640
  ],
108618
108641
  "intercom": [
108619
- "page-0341",
108642
+ "page-0342",
108620
108643
  "page-0837"
108621
108644
  ],
108622
108645
  "invoice": [
108623
- "page-0342",
108646
+ "page-0343",
108624
108647
  "page-0838",
108625
108648
  "page-0879",
108626
- "page-1074"
108649
+ "page-1075"
108627
108650
  ],
108628
108651
  "ninja": [
108629
- "page-0342",
108652
+ "page-0343",
108630
108653
  "page-0838",
108631
- "page-1074"
108654
+ "page-1075"
108632
108655
  ],
108633
108656
  "iterable": [
108634
- "page-0343",
108657
+ "page-0344",
108635
108658
  "page-0839"
108636
108659
  ],
108637
108660
  "jenkins": [
108638
- "page-0344",
108661
+ "page-0345",
108639
108662
  "page-0840"
108640
108663
  ],
108641
108664
  "jina": [
108642
- "page-0345",
108665
+ "page-0346",
108643
108666
  "page-0841"
108644
108667
  ],
108645
108668
  "jira": [
108646
- "page-0346",
108669
+ "page-0347",
108647
108670
  "page-0842",
108648
- "page-1075"
108671
+ "page-1074"
108649
108672
  ],
108650
108673
  "software": [
108651
- "page-0346",
108674
+ "page-0347",
108652
108675
  "page-0465",
108653
108676
  "page-0991"
108654
108677
  ],
108655
- "home": [
108656
- "page-0347",
108657
- "page-0829"
108658
- ],
108659
108678
  "kafka": [
108660
108679
  "page-0348",
108661
108680
  "page-0845",
@@ -108892,7 +108911,7 @@
108892
108911
  "netlify": [
108893
108912
  "page-0394",
108894
108913
  "page-0893",
108895
- "page-1091"
108914
+ "page-1092"
108896
108915
  ],
108897
108916
  "netscaler": [
108898
108917
  "page-0395",
@@ -109007,7 +109026,7 @@
109007
109026
  "page-0926"
109008
109027
  ],
109009
109028
  "questdb": [
109010
- "page-0420",
109029
+ "page-0421",
109011
109030
  "page-0930"
109012
109031
  ],
109013
109032
  "quickbooks": [
@@ -109017,18 +109036,18 @@
109017
109036
  "online": [
109018
109037
  "page-0422"
109019
109038
  ],
109020
- "quickchart": [
109021
- "page-0423"
109022
- ],
109023
109039
  "rabbitmq": [
109024
- "page-0424",
109040
+ "page-0423",
109025
109041
  "page-0933",
109026
109042
  "page-1099"
109027
109043
  ],
109028
109044
  "raindrop": [
109029
- "page-0425",
109045
+ "page-0424",
109030
109046
  "page-0934"
109031
109047
  ],
109048
+ "quickchart": [
109049
+ "page-0425"
109050
+ ],
109032
109051
  "reddit": [
109033
109052
  "page-0426",
109034
109053
  "page-0937"
@@ -109093,13 +109112,13 @@
109093
109112
  "page-0441",
109094
109113
  "page-0956"
109095
109114
  ],
109096
- "seven": [
109115
+ "snowflake": [
109097
109116
  "page-0443",
109098
- "page-0958"
109117
+ "page-0959"
109099
109118
  ],
109100
- "snowflake": [
109119
+ "seven": [
109101
109120
  "page-0444",
109102
- "page-0959"
109121
+ "page-0958"
109103
109122
  ],
109104
109123
  "splunk": [
109105
109124
  "page-0445",
@@ -109353,7 +109372,7 @@
109353
109372
  "discord": [
109354
109373
  "page-0492",
109355
109374
  "page-0493",
109356
- "page-0784",
109375
+ "page-0785",
109357
109376
  "page-1204"
109358
109377
  ],
109359
109378
  "embeds": [
@@ -109568,7 +109587,7 @@
109568
109587
  "page-0515",
109569
109588
  "page-0516",
109570
109589
  "page-0897",
109571
- "page-1092"
109590
+ "page-1091"
109572
109591
  ],
109573
109592
  "property": [
109574
109593
  "page-0516",
@@ -113938,10 +113957,10 @@
113938
113957
  "awssqs": [
113939
113958
  "page-0255"
113940
113959
  ],
113941
- "awstextract": [
113960
+ "awstranscribe": [
113942
113961
  "page-0256"
113943
113962
  ],
113944
- "awstranscribe": [
113963
+ "awstextract": [
113945
113964
  "page-0257"
113946
113965
  ],
113947
113966
  "azurecosmosdb": [
@@ -114073,10 +114092,10 @@
114073
114092
  "erpnext": [
114074
114093
  "page-0300"
114075
114094
  ],
114076
- "facebookgraphapi": [
114095
+ "filemaker": [
114077
114096
  "page-0301"
114078
114097
  ],
114079
- "filemaker": [
114098
+ "facebookgraphapi": [
114080
114099
  "page-0302"
114081
114100
  ],
114082
114101
  "flow": [
@@ -114184,34 +114203,34 @@
114184
114203
  "highlevel": [
114185
114204
  "page-0337"
114186
114205
  ],
114187
- "hubspot": [
114206
+ "homeassistant": [
114188
114207
  "page-0338"
114189
114208
  ],
114190
- "humanticai": [
114209
+ "hubspot": [
114191
114210
  "page-0339"
114192
114211
  ],
114193
- "hunter": [
114212
+ "humanticai": [
114194
114213
  "page-0340"
114195
114214
  ],
114196
- "intercom": [
114215
+ "hunter": [
114197
114216
  "page-0341"
114198
114217
  ],
114199
- "invoiceninja": [
114218
+ "intercom": [
114200
114219
  "page-0342"
114201
114220
  ],
114202
- "iterable": [
114221
+ "invoiceninja": [
114203
114222
  "page-0343"
114204
114223
  ],
114205
- "jenkins": [
114224
+ "iterable": [
114206
114225
  "page-0344"
114207
114226
  ],
114208
- "jinaai": [
114227
+ "jenkins": [
114209
114228
  "page-0345"
114210
114229
  ],
114211
- "jira": [
114230
+ "jinaai": [
114212
114231
  "page-0346"
114213
114232
  ],
114214
- "homeassistant": [
114233
+ "jira": [
114215
114234
  "page-0347"
114216
114235
  ],
114217
114236
  "kafka": [
@@ -114430,22 +114449,22 @@
114430
114449
  "pushover": [
114431
114450
  "page-0419"
114432
114451
  ],
114433
- "questdb": [
114452
+ "quickbase": [
114434
114453
  "page-0420"
114435
114454
  ],
114436
- "quickbase": [
114455
+ "questdb": [
114437
114456
  "page-0421"
114438
114457
  ],
114439
114458
  "quickbooks": [
114440
114459
  "page-0422"
114441
114460
  ],
114442
- "quickchart": [
114461
+ "rabbitmq": [
114443
114462
  "page-0423"
114444
114463
  ],
114445
- "rabbitmq": [
114464
+ "raindrop": [
114446
114465
  "page-0424"
114447
114466
  ],
114448
- "raindrop": [
114467
+ "quickchart": [
114449
114468
  "page-0425"
114450
114469
  ],
114451
114470
  "reddit": [
@@ -114499,10 +114518,10 @@
114499
114518
  "slack": [
114500
114519
  "page-0442"
114501
114520
  ],
114502
- "sms77": [
114521
+ "snowflake": [
114503
114522
  "page-0443"
114504
114523
  ],
114505
- "snowflake": [
114524
+ "sms77": [
114506
114525
  "page-0444"
114507
114526
  ],
114508
114527
  "splunk": [
@@ -115001,10 +115020,10 @@
115001
115020
  "hubspottrigger": [
115002
115021
  "page-1073"
115003
115022
  ],
115004
- "invoiceninjatrigger": [
115023
+ "jiratrigger": [
115005
115024
  "page-1074"
115006
115025
  ],
115007
- "jiratrigger": [
115026
+ "invoiceninjatrigger": [
115008
115027
  "page-1075"
115009
115028
  ],
115010
115029
  "jotformtrigger": [
@@ -115052,10 +115071,10 @@
115052
115071
  "mqtttrigger": [
115053
115072
  "page-1090"
115054
115073
  ],
115055
- "netlifytrigger": [
115074
+ "notiontrigger": [
115056
115075
  "page-1091"
115057
115076
  ],
115058
- "notiontrigger": [
115077
+ "netlifytrigger": [
115059
115078
  "page-1092"
115060
115079
  ],
115061
115080
  "onfleettrigger": [