@n8n-as-code/skills 1.1.2-next.3 → 1.1.2-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,8 +1,8 @@
1
1
  {
2
- "generatedAt": "2026-03-17T08:27:40.357Z",
2
+ "generatedAt": "2026-03-17T10:07:22.880Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
- "totalPages": 1254,
5
+ "totalPages": 1253,
6
6
  "statistics": {
7
7
  "byCategory": {
8
8
  "other": 515,
@@ -12,7 +12,7 @@
12
12
  "code": 20,
13
13
  "data": 38,
14
14
  "flow-logic": 8,
15
- "hosting": 78,
15
+ "hosting": 77,
16
16
  "integrations": 305,
17
17
  "cluster-nodes": 98,
18
18
  "trigger-nodes": 107,
@@ -708,7 +708,7 @@
708
708
  },
709
709
  "hosting": {
710
710
  "description": "Self-hosting, deployment, and infrastructure",
711
- "totalPages": 78,
711
+ "totalPages": 77,
712
712
  "pages": [
713
713
  "page-0150",
714
714
  "page-0151",
@@ -783,7 +783,6 @@
783
783
  "page-0220",
784
784
  "page-0221",
785
785
  "page-0222",
786
- "page-0223",
787
786
  "page-0224",
788
787
  "page-0225",
789
788
  "page-0226",
@@ -18688,69 +18687,6 @@
18688
18687
  },
18689
18688
  {
18690
18689
  "id": "page-0222",
18691
- "title": "Security audit",
18692
- "url": "https://docs.n8n.io/hosting/securing/security-audit/index.md",
18693
- "urlPath": "hosting/securing/security-audit/index.md",
18694
- "category": "hosting",
18695
- "subcategory": null,
18696
- "nodeName": null,
18697
- "nodeType": null,
18698
- "content": {
18699
- "markdown": "# Security audit\n\nYou can run a security audit on your n8n instance, to detect common security issues.\n\n## Run an audit\n\nYou can run an audit using the CLI, the public API, or the n8n node.\n\n### CLI\n\nRun `n8n audit`.\n\n### API\n\nMake a `POST` call to the `/audit` endpoint. You must authenticate as the instance owner.\n\n### n8n node\n\nAdd the [n8n node](../../../integrations/builtin/core-nodes/n8n-nodes-base.n8n/) to your workflow. Select **Resource** > **Audit** and **Operation** > **Generate**.\n\n## Report contents\n\nThe audit generates five risk reports:\n\n### Credentials\n\nThis report shows:\n\n- Credentials not used in a workflow.\n- Credentials not used in an active workflow.\n- Credentials not use in a recently active workflow.\n\n### Database\n\nThis report shows:\n\n- Expressions used in **Execute Query** fields in SQL nodes.\n- Expressions used in **Query Parameters** fields in SQL nodes.\n- Unused **Query Parameters** fields in SQL nodes.\n\n### File system\n\nThis report lists nodes that interact with the file system.\n\n### Nodes\n\nThis report shows:\n\n- Official risky nodes. These are n8n built in nodes. You can use them to fetch and run any code on the host system, which exposes the instance to exploits. You can view the list in [n8n code | Audit constants](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/security-audit/constants.ts#L51), under `OFFICIAL_RISKY_NODE_TYPES`.\n- Community nodes.\n- Custom nodes.\n\n### Instance\n\nThis report shows:\n\n- Unprotected webhooks in the instance.\n- Missing security settings\n- If your instance is outdated.\n",
18700
- "excerpt": "# Security audit You can run a security audit on your n8n instance, to detect common security issues. ## Run an audit You can run an audit using the CLI, the public API, or the n8n node. ### CLI Run `n8n audit`. ### API Make a `POST` call to the `/audit` endpoint. You must authenticate as the instance owner. ### n8n node Add the [n8n node](../../../integrations/builtin/core-nodes/n8n-nodes-base.n8n/) to your workflow. Select **Resource** > **Audit** and **Operation** > **Generate**. ##...",
18701
- "sections": [
18702
- {
18703
- "title": "Security audit",
18704
- "level": 1,
18705
- "content": "You can run a security audit on your n8n instance, to detect common security issues."
18706
- }
18707
- ]
18708
- },
18709
- "metadata": {
18710
- "keywords": [
18711
- "security",
18712
- "audit",
18713
- "node",
18714
- "report",
18715
- "contents",
18716
- "credentials",
18717
- "database",
18718
- "file",
18719
- "system",
18720
- "nodes",
18721
- "instance"
18722
- ],
18723
- "useCases": [],
18724
- "operations": [],
18725
- "codeExamples": 0,
18726
- "complexity": "beginner",
18727
- "readingTime": "2 min",
18728
- "contentLength": 1562,
18729
- "relatedPages": []
18730
- },
18731
- "searchIndex": {
18732
- "fullText": "security audit # security audit\n\nyou can run a security audit on your n8n instance, to detect common security issues.\n\n## run an audit\n\nyou can run an audit using the cli, the public api, or the n8n node.\n\n### cli\n\nrun `n8n audit`.\n\n### api\n\nmake a `post` call to the `/audit` endpoint. you must authenticate as the instance owner.\n\n### n8n node\n\nadd the [n8n node](../../../integrations/builtin/core-nodes/n8n-nodes-base.n8n/) to your workflow. select **resource** > **audit** and **operation** > **generate**.\n\n## report contents\n\nthe audit generates five risk reports:\n\n### credentials\n\nthis report shows:\n\n- credentials not used in a workflow.\n- credentials not used in an active workflow.\n- credentials not use in a recently active workflow.\n\n### database\n\nthis report shows:\n\n- expressions used in **execute query** fields in sql nodes.\n- expressions used in **query parameters** fields in sql nodes.\n- unused **query parameters** fields in sql nodes.\n\n### file system\n\nthis report lists nodes that interact with the file system.\n\n### nodes\n\nthis report shows:\n\n- official risky nodes. these are n8n built in nodes. you can use them to fetch and run any code on the host system, which exposes the instance to exploits. you can view the list in [n8n code | audit constants](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/security-audit/constants.ts#l51), under `official_risky_node_types`.\n- community nodes.\n- custom nodes.\n\n### instance\n\nthis report shows:\n\n- unprotected webhooks in the instance.\n- missing security settings\n- if your instance is outdated.\n security audit",
18733
- "importantTerms": [
18734
- "audit",
18735
- "nodes",
18736
- "security",
18737
- "instance",
18738
- "report",
18739
- "this",
18740
- "workflow",
18741
- "credentials",
18742
- "shows",
18743
- "used",
18744
- "your",
18745
- "node",
18746
- "query",
18747
- "fields",
18748
- "system"
18749
- ]
18750
- }
18751
- },
18752
- {
18753
- "id": "page-0223",
18754
18690
  "title": "Set up SSL",
18755
18691
  "url": "https://docs.n8n.io/hosting/securing/set-up-ssl/index.md",
18756
18692
  "urlPath": "hosting/securing/set-up-ssl/index.md",
@@ -18759,7 +18695,7 @@
18759
18695
  "nodeName": null,
18760
18696
  "nodeType": null,
18761
18697
  "content": {
18762
- "markdown": "# Set up SSL\n\nThere are two methods to support TLS/SSL in n8n.\n\n## Use a reverse proxy (recommended)\n\nUse a reverse proxy like [Traefik](https://doc.traefik.io/traefik/) or a Network Load Balancer (NLB) in front of the n8n instance. This should also take care of certificate renewals.\n\nRefer to [Security | Data encryption](https://n8n.io/legal/#security) for more information.\n\n## Pass certificates into n8n directly\n\nYou can also choose to pass certificates into n8n directly. To do so, set the `N8N_SSL_CERT` and `N8N_SSL_KEY` environment variables to point to your generated certificate and key file.\n\nYou'll need to make sure the certificate stays renewed and up to date.\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
18698
+ "markdown": "# Set up SSL\n\nThere are two methods to support TLS/SSL in n8n.\n\n## Use a reverse proxy (recommended)\n\nUse a reverse proxy like [Traefik](https://doc.traefik.io/traefik/) or a Network Load Balancer (NLB) in front of the n8n instance. This should also take care of certificate renewals.\n\nRefer to [Security | Data encryption](https://n8n.io/legal/#security) for more information.\n\n## Pass certificates into n8n directly\n\nYou can also choose to pass certificates into n8n directly. To do so, set the `N8N_SSL_CERT` and `N8N_SSL_KEY` environment variables to point to your generated certificate and key file.\n\nYou'll need to make sure the certificate stays renewed and up to date.\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\nnodes.\n\n### File system\n\nThis report lists nodes that interact with the file system.\n\n### Nodes\n\nThis report shows:\n\n- Official risky nodes. These are n8n built in nodes. You can use them to fetch and run any code on the host system, which exposes the instance to exploits. You can view the list in [n8n code | Audit constants](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/security-audit/constants.ts#L51), under `OFFICIAL_RISKY_NODE_TYPES`.\n- Community nodes.\n- Custom nodes.\n\n### Instance\n\nThis report shows:\n\n- Unprotected webhooks in the instance.\n- Missing security settings\n- If your instance is outdated.\n",
18763
18699
  "excerpt": "# Set up SSL There are two methods to support TLS/SSL in n8n. ## Use a reverse proxy (recommended) Use a reverse proxy like [Traefik](https://doc.traefik.io/traefik/) or a Network Load Balancer (NLB) in front of the n8n instance. This should also take care of certificate renewals. Refer to [Security | Data encryption](https://n8n.io/legal/#security) for more information. ## Pass certificates into n8n directly You can also choose to pass certificates into n8n directly. To do so, set the `N8...",
18764
18700
  "sections": [
18765
18701
  {
@@ -18783,20 +18719,28 @@
18783
18719
  "operations": [],
18784
18720
  "codeExamples": 0,
18785
18721
  "complexity": "beginner",
18786
- "readingTime": "1 min",
18787
- "contentLength": 936,
18722
+ "readingTime": "2 min",
18723
+ "contentLength": 1562,
18788
18724
  "relatedPages": []
18789
18725
  },
18790
18726
  "searchIndex": {
18791
- "fullText": "set up ssl # set up ssl\n\nthere are two methods to support tls/ssl in n8n.\n\n## use a reverse proxy (recommended)\n\nuse a reverse proxy like [traefik](https://doc.traefik.io/traefik/) or a network load balancer (nlb) in front of the n8n instance. this should also take care of certificate renewals.\n\nrefer to [security | data encryption](https://n8n.io/legal/#security) for more information.\n\n## pass certificates into n8n directly\n\nyou can also choose to pass certificates into n8n directly. to do so, set the `n8n_ssl_cert` and `n8n_ssl_key` environment variables to point to your generated certificate and key file.\n\nyou'll need to make sure the certificate stays renewed and up to date.\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n set up ssl",
18727
+ "fullText": "set up ssl # set up ssl\n\nthere are two methods to support tls/ssl in n8n.\n\n## use a reverse proxy (recommended)\n\nuse a reverse proxy like [traefik](https://doc.traefik.io/traefik/) or a network load balancer (nlb) in front of the n8n instance. this should also take care of certificate renewals.\n\nrefer to [security | data encryption](https://n8n.io/legal/#security) for more information.\n\n## pass certificates into n8n directly\n\nyou can also choose to pass certificates into n8n directly. to do so, set the `n8n_ssl_cert` and `n8n_ssl_key` environment variables to point to your generated certificate and key file.\n\nyou'll need to make sure the certificate stays renewed and up to date.\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\nnodes.\n\n### file system\n\nthis report lists nodes that interact with the file system.\n\n### nodes\n\nthis report shows:\n\n- official risky nodes. these are n8n built in nodes. you can use them to fetch and run any code on the host system, which exposes the instance to exploits. you can view the list in [n8n code | audit constants](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/security-audit/constants.ts#l51), under `official_risky_node_types`.\n- community nodes.\n- custom nodes.\n\n### instance\n\nthis report shows:\n\n- unprotected webhooks in the instance.\n- missing security settings\n- if your instance is outdated.\n set up ssl",
18792
18728
  "importantTerms": [
18729
+ "nodes",
18730
+ "instance",
18793
18731
  "variables",
18732
+ "this",
18733
+ "security",
18794
18734
  "environment",
18795
18735
  "configuration",
18796
18736
  "traefik",
18737
+ "https",
18797
18738
  "certificate",
18798
18739
  "more",
18799
- "information"
18740
+ "information",
18741
+ "file",
18742
+ "system",
18743
+ "report"
18800
18744
  ]
18801
18745
  }
18802
18746
  },
@@ -24367,27 +24311,27 @@
24367
24311
  },
24368
24312
  {
24369
24313
  "id": "page-0308",
24370
- "title": "GitLab",
24371
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/index.md",
24372
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gitlab/index.md",
24314
+ "title": "Gong",
24315
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/index.md",
24316
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gong/index.md",
24373
24317
  "category": "integrations",
24374
24318
  "subcategory": "app-nodes",
24375
- "nodeName": "gitlab",
24376
- "nodeType": "n8n-nodes-base.gitlab",
24319
+ "nodeName": "gong",
24320
+ "nodeType": "n8n-nodes-base.gong",
24377
24321
  "content": {
24378
- "markdown": "# GitLab node\n\nUse the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\nOn this page, you'll find a list of operations the GitLab node supports and links to more resources.\n\nCredentials\n\nRefer to [GitLab credentials](../../credentials/gitlab/) 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- File\n - Create\n - Delete\n - Edit\n - Get\n - List\n- Issue\n - Create a new issue\n - Create a new comment on an issue\n - Edit an issue\n - Get the data of a single issue\n - Lock an issue\n- Release\n - Create a new release\n - Delete a new release\n - Get a new release\n - Get all releases\n - Update a new release\n- Repository\n - Get the data of a single repository\n - Returns issues of a repository\n- User\n - Returns the repositories of a user\n\n## Templates and examples\n\n**ChatGPT Automatic Code Review in Gitlab MR**\n\nby assert\n\n[View template details](https://n8n.io/workflows/2167-chatgpt-automatic-code-review-in-gitlab-mr/)\n\n**Save your workflows into a Gitlab repository**\n\nby Julien DEL RIO\n\n[View template details](https://n8n.io/workflows/2385-save-your-workflows-into-a-gitlab-repository/)\n\n**GitLab Merge Request Review & Risk Analysis with Claude/GPT AI**\n\nby Vishal Kumar\n\n[View template details](https://n8n.io/workflows/3997-gitlab-merge-request-review-and-risk-analysis-with-claudegpt-ai/)\n\n[Browse GitLab integration templates](https://n8n.io/integrations/gitlab/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [GitLab's documentation](https://docs.gitlab.com/ee/api/rest/) for more information about the service.\n\nn8n provides a trigger node for GitLab. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gitlabtrigger/).\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",
24379
- "excerpt": "# GitLab node Use the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users. On this page, you'll find a list of operations the GitLab node supports and links to more resources. Credentials Refer to [GitLab credentials](../../credentials/gitlab/) for guidance on setting up authentication. This node can be u...",
24322
+ "markdown": "# Gong node\n\nUse the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users.\n\nOn this page, you'll find a list of operations the Gong node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/gong/).\n\n## Operations\n\n- Call\n - Get\n - Get Many\n- User\n - Get\n - Get Many\n\n## Templates and examples\n\n**CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3035-callforge-05-gongio-call-analysis-with-azure-ai-and-crm-sync/)\n\n**CallForge - 04 - AI Workflow for Gong.io Sales Calls**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3034-callforge-04-ai-workflow-for-gongio-sales-calls/)\n\n**CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3036-callforge-06-automate-sales-insights-with-gongio-notion-and-ai/)\n\n[Browse Gong integration templates](https://n8n.io/integrations/gong/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Gong's documentation](https://gong.app.gong.io/settings/api/documentation) for more information about the service.\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",
24323
+ "excerpt": "# Gong node Use the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users. On this page, you'll find a list of operations the Gong node supports, and links to more resources. Credentials You can find authentication information for this node [here](../../credentials/gong/). ## Operations - Call - Get - Get Many - User - Get - Get Many ## Templates...",
24380
24324
  "sections": [
24381
24325
  {
24382
- "title": "GitLab node",
24326
+ "title": "Gong node",
24383
24327
  "level": 1,
24384
- "content": "Use the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\nOn this page, you'll find a list of operations the GitLab node supports and links to more resources.\n\nCredentials\n\nRefer to [GitLab credentials](../../credentials/gitlab/) 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/)."
24328
+ "content": "Use the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users.\n\nOn this page, you'll find a list of operations the Gong node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/gong/)."
24385
24329
  }
24386
24330
  ]
24387
24331
  },
24388
24332
  "metadata": {
24389
24333
  "keywords": [
24390
- "gitlab",
24334
+ "gong",
24391
24335
  "node",
24392
24336
  "operations",
24393
24337
  "templates",
@@ -24406,42 +24350,38 @@
24406
24350
  "what to do if your isn't supported"
24407
24351
  ],
24408
24352
  "codeExamples": 0,
24409
- "complexity": "intermediate",
24353
+ "complexity": "beginner",
24410
24354
  "readingTime": "2 min",
24411
- "contentLength": 2789,
24355
+ "contentLength": 1935,
24412
24356
  "relatedPages": []
24413
24357
  },
24414
24358
  "searchIndex": {
24415
- "fullText": "gitlab # gitlab node\n\nuse the gitlab node to automate work in gitlab, and integrate gitlab with other applications. n8n has built-in support for a wide range of gitlab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\non this page, you'll find a list of operations the gitlab node supports and links to more resources.\n\ncredentials\n\nrefer to [gitlab credentials](../../credentials/gitlab/) 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- file\n - create\n - delete\n - edit\n - get\n - list\n- issue\n - create a new issue\n - create a new comment on an issue\n - edit an issue\n - get the data of a single issue\n - lock an issue\n- release\n - create a new release\n - delete a new release\n - get a new release\n - get all releases\n - update a new release\n- repository\n - get the data of a single repository\n - returns issues of a repository\n- user\n - returns the repositories of a user\n\n## templates and examples\n\n**chatgpt automatic code review in gitlab mr**\n\nby assert\n\n[view template details](https://n8n.io/workflows/2167-chatgpt-automatic-code-review-in-gitlab-mr/)\n\n**save your workflows into a gitlab repository**\n\nby julien del rio\n\n[view template details](https://n8n.io/workflows/2385-save-your-workflows-into-a-gitlab-repository/)\n\n**gitlab merge request review & risk analysis with claude/gpt ai**\n\nby vishal kumar\n\n[view template details](https://n8n.io/workflows/3997-gitlab-merge-request-review-and-risk-analysis-with-claudegpt-ai/)\n\n[browse gitlab integration templates](https://n8n.io/integrations/gitlab/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [gitlab's documentation](https://docs.gitlab.com/ee/api/rest/) for more information about the service.\n\nn8n provides a trigger node for gitlab. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gitlabtrigger/).\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 gitlab node",
24359
+ "fullText": "gong # gong node\n\nuse the gong node to automate work in gong and integrate gong with other applications. n8n has built-in support for a wide range of gong features, which includes getting one or more calls and users.\n\non this page, you'll find a list of operations the gong node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/gong/).\n\n## operations\n\n- call\n - get\n - get many\n- user\n - get\n - get many\n\n## templates and examples\n\n**callforge - 05 - gong.io call analysis with azure ai & crm sync**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3035-callforge-05-gongio-call-analysis-with-azure-ai-and-crm-sync/)\n\n**callforge - 04 - ai workflow for gong.io sales calls**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3034-callforge-04-ai-workflow-for-gongio-sales-calls/)\n\n**callforge - 06 - automate sales insights with gong.io, notion & ai**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3036-callforge-06-automate-sales-insights-with-gongio-notion-and-ai/)\n\n[browse gong integration templates](https://n8n.io/integrations/gong/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [gong's documentation](https://gong.app.gong.io/settings/api/documentation) for more information about the service.\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 gong node",
24416
24360
  "importantTerms": [
24417
- "gitlab",
24361
+ "gong",
24418
24362
  "node",
24419
- "this",
24420
- "issue",
24363
+ "callforge",
24421
24364
  "https",
24422
- "workflows",
24423
- "release",
24424
- "repository",
24425
- "request",
24426
24365
  "with",
24427
- "operations",
24428
24366
  "more",
24429
- "create",
24430
- "review",
24431
- "your",
24367
+ "this",
24368
+ "operations",
24369
+ "call",
24370
+ "workflows",
24371
+ "sales",
24432
24372
  "service",
24433
- "nodes",
24434
- "find",
24435
- "credentials",
24436
- "refer",
24437
- "used",
24373
+ "automate",
24374
+ "calls",
24438
24375
  "information",
24439
24376
  "templates",
24377
+ "angel",
24378
+ "menendez",
24440
24379
  "view",
24441
24380
  "template",
24442
24381
  "details",
24443
- "trigger",
24382
+ "gongio",
24444
24383
  "http",
24384
+ "request",
24445
24385
  "credential",
24446
24386
  "select"
24447
24387
  ]
@@ -24449,27 +24389,27 @@
24449
24389
  },
24450
24390
  {
24451
24391
  "id": "page-0309",
24452
- "title": "Gong",
24453
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/index.md",
24454
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gong/index.md",
24392
+ "title": "GitLab",
24393
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/index.md",
24394
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gitlab/index.md",
24455
24395
  "category": "integrations",
24456
24396
  "subcategory": "app-nodes",
24457
- "nodeName": "gong",
24458
- "nodeType": "n8n-nodes-base.gong",
24397
+ "nodeName": "gitlab",
24398
+ "nodeType": "n8n-nodes-base.gitlab",
24459
24399
  "content": {
24460
- "markdown": "# Gong node\n\nUse the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users.\n\nOn this page, you'll find a list of operations the Gong node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/gong/).\n\n## Operations\n\n- Call\n - Get\n - Get Many\n- User\n - Get\n - Get Many\n\n## Templates and examples\n\n**CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3035-callforge-05-gongio-call-analysis-with-azure-ai-and-crm-sync/)\n\n**CallForge - 04 - AI Workflow for Gong.io Sales Calls**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3034-callforge-04-ai-workflow-for-gongio-sales-calls/)\n\n**CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/3036-callforge-06-automate-sales-insights-with-gongio-notion-and-ai/)\n\n[Browse Gong integration templates](https://n8n.io/integrations/gong/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Gong's documentation](https://gong.app.gong.io/settings/api/documentation) for more information about the service.\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",
24461
- "excerpt": "# Gong node Use the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users. On this page, you'll find a list of operations the Gong node supports, and links to more resources. Credentials You can find authentication information for this node [here](../../credentials/gong/). ## Operations - Call - Get - Get Many - User - Get - Get Many ## Templates...",
24400
+ "markdown": "# GitLab node\n\nUse the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\nOn this page, you'll find a list of operations the GitLab node supports and links to more resources.\n\nCredentials\n\nRefer to [GitLab credentials](../../credentials/gitlab/) 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- File\n - Create\n - Delete\n - Edit\n - Get\n - List\n- Issue\n - Create a new issue\n - Create a new comment on an issue\n - Edit an issue\n - Get the data of a single issue\n - Lock an issue\n- Release\n - Create a new release\n - Delete a new release\n - Get a new release\n - Get all releases\n - Update a new release\n- Repository\n - Get the data of a single repository\n - Returns issues of a repository\n- User\n - Returns the repositories of a user\n\n## Templates and examples\n\n**ChatGPT Automatic Code Review in Gitlab MR**\n\nby assert\n\n[View template details](https://n8n.io/workflows/2167-chatgpt-automatic-code-review-in-gitlab-mr/)\n\n**Save your workflows into a Gitlab repository**\n\nby Julien DEL RIO\n\n[View template details](https://n8n.io/workflows/2385-save-your-workflows-into-a-gitlab-repository/)\n\n**GitLab Merge Request Review & Risk Analysis with Claude/GPT AI**\n\nby Vishal Kumar\n\n[View template details](https://n8n.io/workflows/3997-gitlab-merge-request-review-and-risk-analysis-with-claudegpt-ai/)\n\n[Browse GitLab integration templates](https://n8n.io/integrations/gitlab/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [GitLab's documentation](https://docs.gitlab.com/ee/api/rest/) for more information about the service.\n\nn8n provides a trigger node for GitLab. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gitlabtrigger/).\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",
24401
+ "excerpt": "# GitLab node Use the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users. On this page, you'll find a list of operations the GitLab node supports and links to more resources. Credentials Refer to [GitLab credentials](../../credentials/gitlab/) for guidance on setting up authentication. This node can be u...",
24462
24402
  "sections": [
24463
24403
  {
24464
- "title": "Gong node",
24404
+ "title": "GitLab node",
24465
24405
  "level": 1,
24466
- "content": "Use the Gong node to automate work in Gong and integrate Gong with other applications. n8n has built-in support for a wide range of Gong features, which includes getting one or more calls and users.\n\nOn this page, you'll find a list of operations the Gong node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/gong/)."
24406
+ "content": "Use the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\nOn this page, you'll find a list of operations the GitLab node supports and links to more resources.\n\nCredentials\n\nRefer to [GitLab credentials](../../credentials/gitlab/) 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/)."
24467
24407
  }
24468
24408
  ]
24469
24409
  },
24470
24410
  "metadata": {
24471
24411
  "keywords": [
24472
- "gong",
24412
+ "gitlab",
24473
24413
  "node",
24474
24414
  "operations",
24475
24415
  "templates",
@@ -24488,38 +24428,42 @@
24488
24428
  "what to do if your isn't supported"
24489
24429
  ],
24490
24430
  "codeExamples": 0,
24491
- "complexity": "beginner",
24431
+ "complexity": "intermediate",
24492
24432
  "readingTime": "2 min",
24493
- "contentLength": 1935,
24433
+ "contentLength": 2789,
24494
24434
  "relatedPages": []
24495
24435
  },
24496
24436
  "searchIndex": {
24497
- "fullText": "gong # gong node\n\nuse the gong node to automate work in gong and integrate gong with other applications. n8n has built-in support for a wide range of gong features, which includes getting one or more calls and users.\n\non this page, you'll find a list of operations the gong node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/gong/).\n\n## operations\n\n- call\n - get\n - get many\n- user\n - get\n - get many\n\n## templates and examples\n\n**callforge - 05 - gong.io call analysis with azure ai & crm sync**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3035-callforge-05-gongio-call-analysis-with-azure-ai-and-crm-sync/)\n\n**callforge - 04 - ai workflow for gong.io sales calls**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3034-callforge-04-ai-workflow-for-gongio-sales-calls/)\n\n**callforge - 06 - automate sales insights with gong.io, notion & ai**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/3036-callforge-06-automate-sales-insights-with-gongio-notion-and-ai/)\n\n[browse gong integration templates](https://n8n.io/integrations/gong/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [gong's documentation](https://gong.app.gong.io/settings/api/documentation) for more information about the service.\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 gong node",
24437
+ "fullText": "gitlab # gitlab node\n\nuse the gitlab node to automate work in gitlab, and integrate gitlab with other applications. n8n has built-in support for a wide range of gitlab features, including creating, updating, deleting, and editing issues, repositories, releases and users.\n\non this page, you'll find a list of operations the gitlab node supports and links to more resources.\n\ncredentials\n\nrefer to [gitlab credentials](../../credentials/gitlab/) 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- file\n - create\n - delete\n - edit\n - get\n - list\n- issue\n - create a new issue\n - create a new comment on an issue\n - edit an issue\n - get the data of a single issue\n - lock an issue\n- release\n - create a new release\n - delete a new release\n - get a new release\n - get all releases\n - update a new release\n- repository\n - get the data of a single repository\n - returns issues of a repository\n- user\n - returns the repositories of a user\n\n## templates and examples\n\n**chatgpt automatic code review in gitlab mr**\n\nby assert\n\n[view template details](https://n8n.io/workflows/2167-chatgpt-automatic-code-review-in-gitlab-mr/)\n\n**save your workflows into a gitlab repository**\n\nby julien del rio\n\n[view template details](https://n8n.io/workflows/2385-save-your-workflows-into-a-gitlab-repository/)\n\n**gitlab merge request review & risk analysis with claude/gpt ai**\n\nby vishal kumar\n\n[view template details](https://n8n.io/workflows/3997-gitlab-merge-request-review-and-risk-analysis-with-claudegpt-ai/)\n\n[browse gitlab integration templates](https://n8n.io/integrations/gitlab/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [gitlab's documentation](https://docs.gitlab.com/ee/api/rest/) for more information about the service.\n\nn8n provides a trigger node for gitlab. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gitlabtrigger/).\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 gitlab node",
24498
24438
  "importantTerms": [
24499
- "gong",
24439
+ "gitlab",
24500
24440
  "node",
24501
- "callforge",
24441
+ "this",
24442
+ "issue",
24502
24443
  "https",
24444
+ "workflows",
24445
+ "release",
24446
+ "repository",
24447
+ "request",
24503
24448
  "with",
24504
- "more",
24505
- "this",
24506
24449
  "operations",
24507
- "call",
24508
- "workflows",
24509
- "sales",
24450
+ "more",
24451
+ "create",
24452
+ "review",
24453
+ "your",
24510
24454
  "service",
24511
- "automate",
24512
- "calls",
24455
+ "nodes",
24456
+ "find",
24457
+ "credentials",
24458
+ "refer",
24459
+ "used",
24513
24460
  "information",
24514
24461
  "templates",
24515
- "angel",
24516
- "menendez",
24517
24462
  "view",
24518
24463
  "template",
24519
24464
  "details",
24520
- "gongio",
24465
+ "trigger",
24521
24466
  "http",
24522
- "request",
24523
24467
  "credential",
24524
24468
  "select"
24525
24469
  ]
@@ -26565,63 +26509,6 @@
26565
26509
  },
26566
26510
  {
26567
26511
  "id": "page-0338",
26568
- "title": "Humantic AI",
26569
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
26570
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
26571
- "category": "integrations",
26572
- "subcategory": "app-nodes",
26573
- "nodeName": "humanticai",
26574
- "nodeType": "n8n-nodes-base.humanticai",
26575
- "content": {
26576
- "markdown": "# Humantic AI node\n\nUse the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles.\n\nOn this page, you'll find a list of operations the Humantic AI node supports and links to more resources.\n\nCredentials\n\nRefer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication.\n\n## Operations\n\n- Profile\n - Create a profile\n - Retrieve a profile\n - Update a profile\n\n## Templates and examples\n\n**Enrich and manage candidates data in Notion**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1107-enrich-and-manage-candidates-data-in-notion/)\n\n**Create, update, and get a profile in Humantic AI**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/784-create-update-and-get-a-profile-in-humantic-ai/)\n\n**Get, Create, Upadte Profiles 🛠️ Humantic AI Tool MCP Server**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5240-get-create-upadte-profiles-humantic-ai-tool-mcp-server/)\n\n[Browse Humantic AI integration templates](https://n8n.io/integrations/humantic-ai/), or [search all templates](https://n8n.io/workflows/)\n",
26577
- "excerpt": "# Humantic AI node Use the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles. On this page, you'll find a list of operations the Humantic AI node supports and links to more resources. Credentials Refer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication. ## Operations - P...",
26578
- "sections": [
26579
- {
26580
- "title": "Humantic AI node",
26581
- "level": 1,
26582
- "content": "Use the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles.\n\nOn this page, you'll find a list of operations the Humantic AI node supports and links to more resources.\n\nCredentials\n\nRefer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication."
26583
- }
26584
- ]
26585
- },
26586
- "metadata": {
26587
- "keywords": [
26588
- "humantic",
26589
- "node",
26590
- "operations",
26591
- "templates",
26592
- "examples"
26593
- ],
26594
- "useCases": [],
26595
- "operations": [
26596
- ""
26597
- ],
26598
- "codeExamples": 0,
26599
- "complexity": "beginner",
26600
- "readingTime": "1 min",
26601
- "contentLength": 1280,
26602
- "relatedPages": []
26603
- },
26604
- "searchIndex": {
26605
- "fullText": "humantic ai # humantic ai node\n\nuse the humantic ai node to automate work in humantic ai, and integrate humantic ai with other applications. n8n has built-in support for a wide range of humantic ai features, including creating, retrieving, and updating profiles.\n\non this page, you'll find a list of operations the humantic ai node supports and links to more resources.\n\ncredentials\n\nrefer to [humantic ai credentials](../../credentials/humanticai/) for guidance on setting up authentication.\n\n## operations\n\n- profile\n - create a profile\n - retrieve a profile\n - update a profile\n\n## templates and examples\n\n**enrich and manage candidates data in notion**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1107-enrich-and-manage-candidates-data-in-notion/)\n\n**create, update, and get a profile in humantic ai**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/784-create-update-and-get-a-profile-in-humantic-ai/)\n\n**get, create, upadte profiles 🛠️ humantic ai tool mcp server**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5240-get-create-upadte-profiles-humantic-ai-tool-mcp-server/)\n\n[browse humantic ai integration templates](https://n8n.io/integrations/humantic-ai/), or [search all templates](https://n8n.io/workflows/)\n humantic ai node",
26606
- "importantTerms": [
26607
- "humantic",
26608
- "profile",
26609
- "create",
26610
- "https",
26611
- "node",
26612
- "workflows",
26613
- "profiles",
26614
- "credentials",
26615
- "update",
26616
- "templates",
26617
- "view",
26618
- "template",
26619
- "details"
26620
- ]
26621
- }
26622
- },
26623
- {
26624
- "id": "page-0339",
26625
26512
  "title": "Hunter",
26626
26513
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/index.md",
26627
26514
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.hunter/index.md",
@@ -26679,7 +26566,7 @@
26679
26566
  }
26680
26567
  },
26681
26568
  {
26682
- "id": "page-0340",
26569
+ "id": "page-0339",
26683
26570
  "title": "Intercom",
26684
26571
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.intercom/index.md",
26685
26572
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.intercom/index.md",
@@ -26742,7 +26629,7 @@
26742
26629
  }
26743
26630
  },
26744
26631
  {
26745
- "id": "page-0341",
26632
+ "id": "page-0340",
26746
26633
  "title": "Invoice Ninja",
26747
26634
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/index.md",
26748
26635
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/index.md",
@@ -26821,7 +26708,7 @@
26821
26708
  }
26822
26709
  },
26823
26710
  {
26824
- "id": "page-0342",
26711
+ "id": "page-0341",
26825
26712
  "title": "Iterable",
26826
26713
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.iterable/index.md",
26827
26714
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.iterable/index.md",
@@ -26871,6 +26758,63 @@
26871
26758
  ]
26872
26759
  }
26873
26760
  },
26761
+ {
26762
+ "id": "page-0342",
26763
+ "title": "Humantic AI",
26764
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
26765
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.humanticai/index.md",
26766
+ "category": "integrations",
26767
+ "subcategory": "app-nodes",
26768
+ "nodeName": "humanticai",
26769
+ "nodeType": "n8n-nodes-base.humanticai",
26770
+ "content": {
26771
+ "markdown": "# Humantic AI node\n\nUse the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles.\n\nOn this page, you'll find a list of operations the Humantic AI node supports and links to more resources.\n\nCredentials\n\nRefer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication.\n\n## Operations\n\n- Profile\n - Create a profile\n - Retrieve a profile\n - Update a profile\n\n## Templates and examples\n\n**Enrich and manage candidates data in Notion**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/1107-enrich-and-manage-candidates-data-in-notion/)\n\n**Create, update, and get a profile in Humantic AI**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/784-create-update-and-get-a-profile-in-humantic-ai/)\n\n**Get, Create, Upadte Profiles 🛠️ Humantic AI Tool MCP Server**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5240-get-create-upadte-profiles-humantic-ai-tool-mcp-server/)\n\n[Browse Humantic AI integration templates](https://n8n.io/integrations/humantic-ai/), or [search all templates](https://n8n.io/workflows/)\n",
26772
+ "excerpt": "# Humantic AI node Use the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles. On this page, you'll find a list of operations the Humantic AI node supports and links to more resources. Credentials Refer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication. ## Operations - P...",
26773
+ "sections": [
26774
+ {
26775
+ "title": "Humantic AI node",
26776
+ "level": 1,
26777
+ "content": "Use the Humantic AI node to automate work in Humantic AI, and integrate Humantic AI with other applications. n8n has built-in support for a wide range of Humantic AI features, including creating, retrieving, and updating profiles.\n\nOn this page, you'll find a list of operations the Humantic AI node supports and links to more resources.\n\nCredentials\n\nRefer to [Humantic AI credentials](../../credentials/humanticai/) for guidance on setting up authentication."
26778
+ }
26779
+ ]
26780
+ },
26781
+ "metadata": {
26782
+ "keywords": [
26783
+ "humantic",
26784
+ "node",
26785
+ "operations",
26786
+ "templates",
26787
+ "examples"
26788
+ ],
26789
+ "useCases": [],
26790
+ "operations": [
26791
+ ""
26792
+ ],
26793
+ "codeExamples": 0,
26794
+ "complexity": "beginner",
26795
+ "readingTime": "1 min",
26796
+ "contentLength": 1280,
26797
+ "relatedPages": []
26798
+ },
26799
+ "searchIndex": {
26800
+ "fullText": "humantic ai # humantic ai node\n\nuse the humantic ai node to automate work in humantic ai, and integrate humantic ai with other applications. n8n has built-in support for a wide range of humantic ai features, including creating, retrieving, and updating profiles.\n\non this page, you'll find a list of operations the humantic ai node supports and links to more resources.\n\ncredentials\n\nrefer to [humantic ai credentials](../../credentials/humanticai/) for guidance on setting up authentication.\n\n## operations\n\n- profile\n - create a profile\n - retrieve a profile\n - update a profile\n\n## templates and examples\n\n**enrich and manage candidates data in notion**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/1107-enrich-and-manage-candidates-data-in-notion/)\n\n**create, update, and get a profile in humantic ai**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/784-create-update-and-get-a-profile-in-humantic-ai/)\n\n**get, create, upadte profiles 🛠️ humantic ai tool mcp server**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5240-get-create-upadte-profiles-humantic-ai-tool-mcp-server/)\n\n[browse humantic ai integration templates](https://n8n.io/integrations/humantic-ai/), or [search all templates](https://n8n.io/workflows/)\n humantic ai node",
26801
+ "importantTerms": [
26802
+ "humantic",
26803
+ "profile",
26804
+ "create",
26805
+ "https",
26806
+ "node",
26807
+ "workflows",
26808
+ "profiles",
26809
+ "credentials",
26810
+ "update",
26811
+ "templates",
26812
+ "view",
26813
+ "template",
26814
+ "details"
26815
+ ]
26816
+ }
26817
+ },
26874
26818
  {
26875
26819
  "id": "page-0343",
26876
26820
  "title": "Jenkins",
@@ -27538,125 +27482,125 @@
27538
27482
  },
27539
27483
  {
27540
27484
  "id": "page-0352",
27541
- "title": "LingvaNex",
27542
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/index.md",
27543
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/index.md",
27485
+ "title": "Linear",
27486
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linear/index.md",
27487
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.linear/index.md",
27544
27488
  "category": "integrations",
27545
27489
  "subcategory": "app-nodes",
27546
- "nodeName": "lingvanex",
27547
- "nodeType": "n8n-nodes-base.lingvanex",
27490
+ "nodeName": "linear",
27491
+ "nodeType": "n8n-nodes-base.linear",
27548
27492
  "content": {
27549
- "markdown": "# LingvaNex node\n\nUse the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex.\n\nOn this page, you'll find a list of operations the LingvaNex node supports and links to more resources.\n\nCredentials\n\nRefer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication.\n\n## Operations\n\n- Translate data\n\n## Templates and examples\n\n**Get data from Hacker News and send to Airtable or via SMS**\n\nby isa024787bel\n\n[View template details](https://n8n.io/workflows/888-get-data-from-hacker-news-and-send-to-airtable-or-via-sms/)\n\n**Get daily poems in Telegram**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/975-get-daily-poems-in-telegram/)\n\n**Translate instructions using LingvaNex**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/797-translate-instructions-using-lingvanex/)\n\n[Browse LingvaNex integration templates](https://n8n.io/integrations/lingvanex/), or [search all templates](https://n8n.io/workflows/)\n",
27550
- "excerpt": "# LingvaNex node Use the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex. On this page, you'll find a list of operations the LingvaNex node supports and links to more resources. Credentials Refer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication. ## Operations - Translate data ## Templates and examples **Get data from Hacker News and...",
27493
+ "markdown": "# Linear node\n\nUse the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Linear node supports and links to more resources.\n\nCredentials\n\nRefer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication.\n\n## Operations\n\n- Comment\n - Add Comment\n- Issue\n - Add Link\n - Create\n - Delete\n - Get\n - Get Many\n - Update\n\n## Templates and examples\n\n**Customer Support Channel and Ticketing System with Slack and Linear**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2323-customer-support-channel-and-ticketing-system-with-slack-and-linear/)\n\n**Visual Regression Testing with Apify and AI Vision Model**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2419-visual-regression-testing-with-apify-and-ai-vision-model/)\n\n**Send alert when data is created in app/database**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1932-send-alert-when-data-is-created-in-appdatabase/)\n\n[Browse Linear integration templates](https://n8n.io/integrations/linear/), 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",
27494
+ "excerpt": "# Linear node Use the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues. On this page, you'll find a list of operations the Linear node supports and links to more resources. Credentials Refer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication. ## Operations - Comment - Add Comment - Issue -...",
27551
27495
  "sections": [
27552
27496
  {
27553
- "title": "LingvaNex node",
27497
+ "title": "Linear node",
27554
27498
  "level": 1,
27555
- "content": "Use the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex.\n\nOn this page, you'll find a list of operations the LingvaNex node supports and links to more resources.\n\nCredentials\n\nRefer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication."
27499
+ "content": "Use the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Linear node supports and links to more resources.\n\nCredentials\n\nRefer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication."
27556
27500
  }
27557
27501
  ]
27558
27502
  },
27559
27503
  "metadata": {
27560
27504
  "keywords": [
27561
- "lingvanex",
27505
+ "linear",
27562
27506
  "node",
27563
27507
  "operations",
27564
27508
  "templates",
27565
- "examples"
27509
+ "examples",
27510
+ "what",
27511
+ "your",
27512
+ "operation",
27513
+ "isn't",
27514
+ "supported"
27566
27515
  ],
27567
27516
  "useCases": [],
27568
27517
  "operations": [
27569
- ""
27518
+ "",
27519
+ "what to do if your isn't supported"
27570
27520
  ],
27571
27521
  "codeExamples": 0,
27572
27522
  "complexity": "beginner",
27573
- "readingTime": "1 min",
27574
- "contentLength": 1085,
27523
+ "readingTime": "2 min",
27524
+ "contentLength": 1838,
27575
27525
  "relatedPages": []
27576
27526
  },
27577
27527
  "searchIndex": {
27578
- "fullText": "lingvanex # lingvanex node\n\nuse the lingvanex node to automate work in lingvanex, and integrate lingvanex with other applications. n8n has built-in support for translating data with lingvanex.\n\non this page, you'll find a list of operations the lingvanex node supports and links to more resources.\n\ncredentials\n\nrefer to [lingvanex credentials](../../credentials/lingvanex/) for guidance on setting up authentication.\n\n## operations\n\n- translate data\n\n## templates and examples\n\n**get data from hacker news and send to airtable or via sms**\n\nby isa024787bel\n\n[view template details](https://n8n.io/workflows/888-get-data-from-hacker-news-and-send-to-airtable-or-via-sms/)\n\n**get daily poems in telegram**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/975-get-daily-poems-in-telegram/)\n\n**translate instructions using lingvanex**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/797-translate-instructions-using-lingvanex/)\n\n[browse lingvanex integration templates](https://n8n.io/integrations/lingvanex/), or [search all templates](https://n8n.io/workflows/)\n lingvanex node",
27528
+ "fullText": "linear # linear node\n\nuse the linear node to automate work in linear, and integrate linear with other applications. n8n has built-in support for a wide range of linear features, including creating, updating, deleting, and getting issues.\n\non this page, you'll find a list of operations the linear node supports and links to more resources.\n\ncredentials\n\nrefer to [linear credentials](../../credentials/linear/) for guidance on setting up authentication.\n\n## operations\n\n- comment\n - add comment\n- issue\n - add link\n - create\n - delete\n - get\n - get many\n - update\n\n## templates and examples\n\n**customer support channel and ticketing system with slack and linear**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2323-customer-support-channel-and-ticketing-system-with-slack-and-linear/)\n\n**visual regression testing with apify and ai vision model**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2419-visual-regression-testing-with-apify-and-ai-vision-model/)\n\n**send alert when data is created in app/database**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1932-send-alert-when-data-is-created-in-appdatabase/)\n\n[browse linear integration templates](https://n8n.io/integrations/linear/), 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 linear node",
27579
27529
  "importantTerms": [
27580
- "lingvanex",
27581
- "https",
27530
+ "linear",
27582
27531
  "node",
27583
- "data",
27532
+ "with",
27533
+ "https",
27534
+ "support",
27535
+ "operations",
27584
27536
  "workflows",
27537
+ "this",
27585
27538
  "credentials",
27586
- "translate",
27587
27539
  "templates",
27588
27540
  "view",
27589
27541
  "template",
27590
- "details"
27542
+ "details",
27543
+ "created",
27544
+ "http",
27545
+ "request",
27546
+ "service",
27547
+ "credential",
27548
+ "select"
27591
27549
  ]
27592
27550
  }
27593
27551
  },
27594
27552
  {
27595
27553
  "id": "page-0353",
27596
- "title": "Linear",
27597
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linear/index.md",
27598
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.linear/index.md",
27554
+ "title": "LingvaNex",
27555
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/index.md",
27556
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/index.md",
27599
27557
  "category": "integrations",
27600
27558
  "subcategory": "app-nodes",
27601
- "nodeName": "linear",
27602
- "nodeType": "n8n-nodes-base.linear",
27559
+ "nodeName": "lingvanex",
27560
+ "nodeType": "n8n-nodes-base.lingvanex",
27603
27561
  "content": {
27604
- "markdown": "# Linear node\n\nUse the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Linear node supports and links to more resources.\n\nCredentials\n\nRefer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication.\n\n## Operations\n\n- Comment\n - Add Comment\n- Issue\n - Add Link\n - Create\n - Delete\n - Get\n - Get Many\n - Update\n\n## Templates and examples\n\n**Customer Support Channel and Ticketing System with Slack and Linear**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2323-customer-support-channel-and-ticketing-system-with-slack-and-linear/)\n\n**Visual Regression Testing with Apify and AI Vision Model**\n\nby Jimleuk\n\n[View template details](https://n8n.io/workflows/2419-visual-regression-testing-with-apify-and-ai-vision-model/)\n\n**Send alert when data is created in app/database**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1932-send-alert-when-data-is-created-in-appdatabase/)\n\n[Browse Linear integration templates](https://n8n.io/integrations/linear/), 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",
27605
- "excerpt": "# Linear node Use the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues. On this page, you'll find a list of operations the Linear node supports and links to more resources. Credentials Refer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication. ## Operations - Comment - Add Comment - Issue -...",
27562
+ "markdown": "# LingvaNex node\n\nUse the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex.\n\nOn this page, you'll find a list of operations the LingvaNex node supports and links to more resources.\n\nCredentials\n\nRefer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication.\n\n## Operations\n\n- Translate data\n\n## Templates and examples\n\n**Get data from Hacker News and send to Airtable or via SMS**\n\nby isa024787bel\n\n[View template details](https://n8n.io/workflows/888-get-data-from-hacker-news-and-send-to-airtable-or-via-sms/)\n\n**Get daily poems in Telegram**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/975-get-daily-poems-in-telegram/)\n\n**Translate instructions using LingvaNex**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/797-translate-instructions-using-lingvanex/)\n\n[Browse LingvaNex integration templates](https://n8n.io/integrations/lingvanex/), or [search all templates](https://n8n.io/workflows/)\n",
27563
+ "excerpt": "# LingvaNex node Use the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex. On this page, you'll find a list of operations the LingvaNex node supports and links to more resources. Credentials Refer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication. ## Operations - Translate data ## Templates and examples **Get data from Hacker News and...",
27606
27564
  "sections": [
27607
27565
  {
27608
- "title": "Linear node",
27566
+ "title": "LingvaNex node",
27609
27567
  "level": 1,
27610
- "content": "Use the Linear node to automate work in Linear, and integrate Linear with other applications. n8n has built-in support for a wide range of Linear features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Linear node supports and links to more resources.\n\nCredentials\n\nRefer to [Linear credentials](../../credentials/linear/) for guidance on setting up authentication."
27568
+ "content": "Use the LingvaNex node to automate work in LingvaNex, and integrate LingvaNex with other applications. n8n has built-in support for translating data with LingvaNex.\n\nOn this page, you'll find a list of operations the LingvaNex node supports and links to more resources.\n\nCredentials\n\nRefer to [LingvaNex credentials](../../credentials/lingvanex/) for guidance on setting up authentication."
27611
27569
  }
27612
27570
  ]
27613
27571
  },
27614
27572
  "metadata": {
27615
27573
  "keywords": [
27616
- "linear",
27574
+ "lingvanex",
27617
27575
  "node",
27618
27576
  "operations",
27619
27577
  "templates",
27620
- "examples",
27621
- "what",
27622
- "your",
27623
- "operation",
27624
- "isn't",
27625
- "supported"
27578
+ "examples"
27626
27579
  ],
27627
27580
  "useCases": [],
27628
27581
  "operations": [
27629
- "",
27630
- "what to do if your isn't supported"
27582
+ ""
27631
27583
  ],
27632
27584
  "codeExamples": 0,
27633
27585
  "complexity": "beginner",
27634
- "readingTime": "2 min",
27635
- "contentLength": 1838,
27586
+ "readingTime": "1 min",
27587
+ "contentLength": 1085,
27636
27588
  "relatedPages": []
27637
27589
  },
27638
27590
  "searchIndex": {
27639
- "fullText": "linear # linear node\n\nuse the linear node to automate work in linear, and integrate linear with other applications. n8n has built-in support for a wide range of linear features, including creating, updating, deleting, and getting issues.\n\non this page, you'll find a list of operations the linear node supports and links to more resources.\n\ncredentials\n\nrefer to [linear credentials](../../credentials/linear/) for guidance on setting up authentication.\n\n## operations\n\n- comment\n - add comment\n- issue\n - add link\n - create\n - delete\n - get\n - get many\n - update\n\n## templates and examples\n\n**customer support channel and ticketing system with slack and linear**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2323-customer-support-channel-and-ticketing-system-with-slack-and-linear/)\n\n**visual regression testing with apify and ai vision model**\n\nby jimleuk\n\n[view template details](https://n8n.io/workflows/2419-visual-regression-testing-with-apify-and-ai-vision-model/)\n\n**send alert when data is created in app/database**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1932-send-alert-when-data-is-created-in-appdatabase/)\n\n[browse linear integration templates](https://n8n.io/integrations/linear/), 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 linear node",
27591
+ "fullText": "lingvanex # lingvanex node\n\nuse the lingvanex node to automate work in lingvanex, and integrate lingvanex with other applications. n8n has built-in support for translating data with lingvanex.\n\non this page, you'll find a list of operations the lingvanex node supports and links to more resources.\n\ncredentials\n\nrefer to [lingvanex credentials](../../credentials/lingvanex/) for guidance on setting up authentication.\n\n## operations\n\n- translate data\n\n## templates and examples\n\n**get data from hacker news and send to airtable or via sms**\n\nby isa024787bel\n\n[view template details](https://n8n.io/workflows/888-get-data-from-hacker-news-and-send-to-airtable-or-via-sms/)\n\n**get daily poems in telegram**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/975-get-daily-poems-in-telegram/)\n\n**translate instructions using lingvanex**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/797-translate-instructions-using-lingvanex/)\n\n[browse lingvanex integration templates](https://n8n.io/integrations/lingvanex/), or [search all templates](https://n8n.io/workflows/)\n lingvanex node",
27640
27592
  "importantTerms": [
27641
- "linear",
27642
- "node",
27643
- "with",
27593
+ "lingvanex",
27644
27594
  "https",
27645
- "support",
27646
- "operations",
27595
+ "node",
27596
+ "data",
27647
27597
  "workflows",
27648
- "this",
27649
27598
  "credentials",
27599
+ "translate",
27650
27600
  "templates",
27651
27601
  "view",
27652
27602
  "template",
27653
- "details",
27654
- "created",
27655
- "http",
27656
- "request",
27657
- "service",
27658
- "credential",
27659
- "select"
27603
+ "details"
27660
27604
  ]
27661
27605
  }
27662
27606
  },
@@ -31292,27 +31236,27 @@
31292
31236
  },
31293
31237
  {
31294
31238
  "id": "page-0408",
31295
- "title": "Philips Hue",
31296
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.philipshue/index.md",
31297
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.philipshue/index.md",
31239
+ "title": "PhantomBuster",
31240
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/index.md",
31241
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/index.md",
31298
31242
  "category": "integrations",
31299
31243
  "subcategory": "app-nodes",
31300
- "nodeName": "philipshue",
31301
- "nodeType": "n8n-nodes-base.philipshue",
31244
+ "nodeName": "phantombuster",
31245
+ "nodeType": "n8n-nodes-base.phantombuster",
31302
31246
  "content": {
31303
- "markdown": "# Philips Hue node\n\nUse the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights.\n\nOn this page, you'll find a list of operations the Philips Hue node supports and links to more resources.\n\nCredentials\n\nRefer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication.\n\n## Operations\n\n- Light\n - Delete a light\n - Retrieve a light\n - Retrieve all lights\n - Update a light\n\n## Templates and examples\n\n**Turn on a light and set its brightness**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/666-turn-on-a-light-and-set-its-brightness/)\n\n**Google Calendar to Slack Status and Philips Hue**\n\nby TheUnknownEntity\n\n[View template details](https://n8n.io/workflows/1420-google-calendar-to-slack-status-and-philips-hue/)\n\n**🛠️ Philips Hue Tool MCP Server 💪 all 4 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5095-philips-hue-tool-mcp-server-all-4-operations/)\n\n[Browse Philips Hue integration templates](https://n8n.io/integrations/philips-hue/), 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",
31304
- "excerpt": "# Philips Hue node Use the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights. On this page, you'll find a list of operations the Philips Hue node supports and links to more resources. Credentials Refer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication. ## Operations - Lig...",
31247
+ "markdown": "# PhantomBuster node\n\nUse the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents.\n\nOn this page, you'll find a list of operations the PhantomBuster node supports and links to more resources.\n\nCredentials\n\nRefer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication.\n\n## Operations\n\n- Agent\n - Delete an agent by ID.\n - Get an agent by ID.\n - Get all agents of the current user's organization.\n - Get the output of the most recent container of an agent.\n - Add an agent to the launch queue.\n\n## Templates and examples\n\n**Create HubSpot contacts from LinkedIn post interactions**\n\nby Pauline\n\n[View template details](https://n8n.io/workflows/1323-create-hubspot-contacts-from-linkedin-post-interactions/)\n\n**Store the output of a phantom in Airtable**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/882-store-the-output-of-a-phantom-in-airtable/)\n\n**Personalized LinkedIn Connection Requests with Apollo, GPT-4, Apify & PhantomBuster**\n\nby Nick Saraev\n\n[View template details](https://n8n.io/workflows/4803-personalized-linkedin-connection-requests-with-apollo-gpt-4-apify-and-phantombuster/)\n\n[Browse PhantomBuster integration templates](https://n8n.io/integrations/phantombuster/), 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",
31248
+ "excerpt": "# PhantomBuster node Use the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents. On this page, you'll find a list of operations the PhantomBuster node supports and links to more resources. Credentials Refer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication. ## Opera...",
31305
31249
  "sections": [
31306
31250
  {
31307
- "title": "Philips Hue node",
31251
+ "title": "PhantomBuster node",
31308
31252
  "level": 1,
31309
- "content": "Use the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights.\n\nOn this page, you'll find a list of operations the Philips Hue node supports and links to more resources.\n\nCredentials\n\nRefer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication."
31253
+ "content": "Use the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents.\n\nOn this page, you'll find a list of operations the PhantomBuster node supports and links to more resources.\n\nCredentials\n\nRefer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication."
31310
31254
  }
31311
31255
  ]
31312
31256
  },
31313
31257
  "metadata": {
31314
31258
  "keywords": [
31315
- "philips",
31259
+ "phantombuster",
31316
31260
  "node",
31317
31261
  "operations",
31318
31262
  "templates",
@@ -31331,20 +31275,23 @@
31331
31275
  "codeExamples": 0,
31332
31276
  "complexity": "beginner",
31333
31277
  "readingTime": "2 min",
31334
- "contentLength": 1815,
31278
+ "contentLength": 2037,
31335
31279
  "relatedPages": []
31336
31280
  },
31337
31281
  "searchIndex": {
31338
- "fullText": "philips hue # philips hue node\n\nuse the philips hue node to automate work in philips hue, and integrate philips hue with other applications. n8n has built-in support for a wide range of philips hue features, including deleting, retrieving, and updating lights.\n\non this page, you'll find a list of operations the philips hue node supports and links to more resources.\n\ncredentials\n\nrefer to [philips hue credentials](../../credentials/philipshue/) for guidance on setting up authentication.\n\n## operations\n\n- light\n - delete a light\n - retrieve a light\n - retrieve all lights\n - update a light\n\n## templates and examples\n\n**turn on a light and set its brightness**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/666-turn-on-a-light-and-set-its-brightness/)\n\n**google calendar to slack status and philips hue**\n\nby theunknownentity\n\n[view template details](https://n8n.io/workflows/1420-google-calendar-to-slack-status-and-philips-hue/)\n\n**🛠️ philips hue tool mcp server 💪 all 4 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5095-philips-hue-tool-mcp-server-all-4-operations/)\n\n[browse philips hue integration templates](https://n8n.io/integrations/philips-hue/), 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 philips hue node",
31282
+ "fullText": "phantombuster # phantombuster node\n\nuse the phantombuster node to automate work in phantombuster, and integrate phantombuster with other applications. n8n has built-in support for a wide range of phantombuster features, including adding, deleting, and getting agents.\n\non this page, you'll find a list of operations the phantombuster node supports and links to more resources.\n\ncredentials\n\nrefer to [phantombuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication.\n\n## operations\n\n- agent\n - delete an agent by id.\n - get an agent by id.\n - get all agents of the current user's organization.\n - get the output of the most recent container of an agent.\n - add an agent to the launch queue.\n\n## templates and examples\n\n**create hubspot contacts from linkedin post interactions**\n\nby pauline\n\n[view template details](https://n8n.io/workflows/1323-create-hubspot-contacts-from-linkedin-post-interactions/)\n\n**store the output of a phantom in airtable**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/882-store-the-output-of-a-phantom-in-airtable/)\n\n**personalized linkedin connection requests with apollo, gpt-4, apify & phantombuster**\n\nby nick saraev\n\n[view template details](https://n8n.io/workflows/4803-personalized-linkedin-connection-requests-with-apollo-gpt-4-apify-and-phantombuster/)\n\n[browse phantombuster integration templates](https://n8n.io/integrations/phantombuster/), 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 phantombuster node",
31339
31283
  "importantTerms": [
31340
- "philips",
31284
+ "phantombuster",
31341
31285
  "node",
31342
- "operations",
31343
- "light",
31286
+ "agent",
31344
31287
  "https",
31288
+ "operations",
31289
+ "linkedin",
31345
31290
  "workflows",
31291
+ "with",
31346
31292
  "this",
31347
31293
  "credentials",
31294
+ "output",
31348
31295
  "templates",
31349
31296
  "view",
31350
31297
  "template",
@@ -31359,27 +31306,27 @@
31359
31306
  },
31360
31307
  {
31361
31308
  "id": "page-0409",
31362
- "title": "PhantomBuster",
31363
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/index.md",
31364
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/index.md",
31309
+ "title": "Philips Hue",
31310
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.philipshue/index.md",
31311
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.philipshue/index.md",
31365
31312
  "category": "integrations",
31366
31313
  "subcategory": "app-nodes",
31367
- "nodeName": "phantombuster",
31368
- "nodeType": "n8n-nodes-base.phantombuster",
31314
+ "nodeName": "philipshue",
31315
+ "nodeType": "n8n-nodes-base.philipshue",
31369
31316
  "content": {
31370
- "markdown": "# PhantomBuster node\n\nUse the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents.\n\nOn this page, you'll find a list of operations the PhantomBuster node supports and links to more resources.\n\nCredentials\n\nRefer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication.\n\n## Operations\n\n- Agent\n - Delete an agent by ID.\n - Get an agent by ID.\n - Get all agents of the current user's organization.\n - Get the output of the most recent container of an agent.\n - Add an agent to the launch queue.\n\n## Templates and examples\n\n**Create HubSpot contacts from LinkedIn post interactions**\n\nby Pauline\n\n[View template details](https://n8n.io/workflows/1323-create-hubspot-contacts-from-linkedin-post-interactions/)\n\n**Store the output of a phantom in Airtable**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/882-store-the-output-of-a-phantom-in-airtable/)\n\n**Personalized LinkedIn Connection Requests with Apollo, GPT-4, Apify & PhantomBuster**\n\nby Nick Saraev\n\n[View template details](https://n8n.io/workflows/4803-personalized-linkedin-connection-requests-with-apollo-gpt-4-apify-and-phantombuster/)\n\n[Browse PhantomBuster integration templates](https://n8n.io/integrations/phantombuster/), 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",
31371
- "excerpt": "# PhantomBuster node Use the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents. On this page, you'll find a list of operations the PhantomBuster node supports and links to more resources. Credentials Refer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication. ## Opera...",
31317
+ "markdown": "# Philips Hue node\n\nUse the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights.\n\nOn this page, you'll find a list of operations the Philips Hue node supports and links to more resources.\n\nCredentials\n\nRefer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication.\n\n## Operations\n\n- Light\n - Delete a light\n - Retrieve a light\n - Retrieve all lights\n - Update a light\n\n## Templates and examples\n\n**Turn on a light and set its brightness**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/666-turn-on-a-light-and-set-its-brightness/)\n\n**Google Calendar to Slack Status and Philips Hue**\n\nby TheUnknownEntity\n\n[View template details](https://n8n.io/workflows/1420-google-calendar-to-slack-status-and-philips-hue/)\n\n**🛠️ Philips Hue Tool MCP Server 💪 all 4 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5095-philips-hue-tool-mcp-server-all-4-operations/)\n\n[Browse Philips Hue integration templates](https://n8n.io/integrations/philips-hue/), 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",
31318
+ "excerpt": "# Philips Hue node Use the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights. On this page, you'll find a list of operations the Philips Hue node supports and links to more resources. Credentials Refer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication. ## Operations - Lig...",
31372
31319
  "sections": [
31373
31320
  {
31374
- "title": "PhantomBuster node",
31321
+ "title": "Philips Hue node",
31375
31322
  "level": 1,
31376
- "content": "Use the PhantomBuster node to automate work in PhantomBuster, and integrate PhantomBuster with other applications. n8n has built-in support for a wide range of PhantomBuster features, including adding, deleting, and getting agents.\n\nOn this page, you'll find a list of operations the PhantomBuster node supports and links to more resources.\n\nCredentials\n\nRefer to [PhantomBuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication."
31323
+ "content": "Use the Philips Hue node to automate work in Philips Hue, and integrate Philips Hue with other applications. n8n has built-in support for a wide range of Philips Hue features, including deleting, retrieving, and updating lights.\n\nOn this page, you'll find a list of operations the Philips Hue node supports and links to more resources.\n\nCredentials\n\nRefer to [Philips Hue credentials](../../credentials/philipshue/) for guidance on setting up authentication."
31377
31324
  }
31378
31325
  ]
31379
31326
  },
31380
31327
  "metadata": {
31381
31328
  "keywords": [
31382
- "phantombuster",
31329
+ "philips",
31383
31330
  "node",
31384
31331
  "operations",
31385
31332
  "templates",
@@ -31398,23 +31345,20 @@
31398
31345
  "codeExamples": 0,
31399
31346
  "complexity": "beginner",
31400
31347
  "readingTime": "2 min",
31401
- "contentLength": 2037,
31348
+ "contentLength": 1815,
31402
31349
  "relatedPages": []
31403
31350
  },
31404
31351
  "searchIndex": {
31405
- "fullText": "phantombuster # phantombuster node\n\nuse the phantombuster node to automate work in phantombuster, and integrate phantombuster with other applications. n8n has built-in support for a wide range of phantombuster features, including adding, deleting, and getting agents.\n\non this page, you'll find a list of operations the phantombuster node supports and links to more resources.\n\ncredentials\n\nrefer to [phantombuster credentials](../../credentials/phantombuster/) for guidance on setting up authentication.\n\n## operations\n\n- agent\n - delete an agent by id.\n - get an agent by id.\n - get all agents of the current user's organization.\n - get the output of the most recent container of an agent.\n - add an agent to the launch queue.\n\n## templates and examples\n\n**create hubspot contacts from linkedin post interactions**\n\nby pauline\n\n[view template details](https://n8n.io/workflows/1323-create-hubspot-contacts-from-linkedin-post-interactions/)\n\n**store the output of a phantom in airtable**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/882-store-the-output-of-a-phantom-in-airtable/)\n\n**personalized linkedin connection requests with apollo, gpt-4, apify & phantombuster**\n\nby nick saraev\n\n[view template details](https://n8n.io/workflows/4803-personalized-linkedin-connection-requests-with-apollo-gpt-4-apify-and-phantombuster/)\n\n[browse phantombuster integration templates](https://n8n.io/integrations/phantombuster/), 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 phantombuster node",
31352
+ "fullText": "philips hue # philips hue node\n\nuse the philips hue node to automate work in philips hue, and integrate philips hue with other applications. n8n has built-in support for a wide range of philips hue features, including deleting, retrieving, and updating lights.\n\non this page, you'll find a list of operations the philips hue node supports and links to more resources.\n\ncredentials\n\nrefer to [philips hue credentials](../../credentials/philipshue/) for guidance on setting up authentication.\n\n## operations\n\n- light\n - delete a light\n - retrieve a light\n - retrieve all lights\n - update a light\n\n## templates and examples\n\n**turn on a light and set its brightness**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/666-turn-on-a-light-and-set-its-brightness/)\n\n**google calendar to slack status and philips hue**\n\nby theunknownentity\n\n[view template details](https://n8n.io/workflows/1420-google-calendar-to-slack-status-and-philips-hue/)\n\n**🛠️ philips hue tool mcp server 💪 all 4 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5095-philips-hue-tool-mcp-server-all-4-operations/)\n\n[browse philips hue integration templates](https://n8n.io/integrations/philips-hue/), 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 philips hue node",
31406
31353
  "importantTerms": [
31407
- "phantombuster",
31354
+ "philips",
31408
31355
  "node",
31409
- "agent",
31410
- "https",
31411
31356
  "operations",
31412
- "linkedin",
31357
+ "light",
31358
+ "https",
31413
31359
  "workflows",
31414
- "with",
31415
31360
  "this",
31416
31361
  "credentials",
31417
- "output",
31418
31362
  "templates",
31419
31363
  "view",
31420
31364
  "template",
@@ -33039,6 +32983,63 @@
33039
32983
  },
33040
32984
  {
33041
32985
  "id": "page-0435",
32986
+ "title": "Sendy",
32987
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendy/index.md",
32988
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.sendy/index.md",
32989
+ "category": "integrations",
32990
+ "subcategory": "app-nodes",
32991
+ "nodeName": "sendy",
32992
+ "nodeType": "n8n-nodes-base.sendy",
32993
+ "content": {
32994
+ "markdown": "# Sendy node\n\nUse the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\nOn this page, you'll find a list of operations the Sendy node supports and links to more resources.\n\nCredentials\n\nRefer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication.\n\n## Operations\n\n- Campaign\n - Create a campaign\n- Subscriber\n - Add a subscriber to a list\n - Count subscribers\n - Delete a subscriber from a list\n - Unsubscribe user from a list\n - Get the status of subscriber\n\n## Templates and examples\n\n**Send automated campaigns in Sendy**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/727-send-automated-campaigns-in-sendy/)\n\n**Enviar Miembros del CMS Ghost hacia Newsletter Sendy**\n\nby The { AI } rtist\n\n[View template details](https://n8n.io/workflows/629-enviar-miembros-del-cms-ghost-hacia-newsletter-sendy/)\n\n**🛠️ Sendy Tool MCP Server 💪 6 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5347-sendy-tool-mcp-server-6-operations/)\n\n[Browse Sendy integration templates](https://n8n.io/integrations/sendy/), or [search all templates](https://n8n.io/workflows/)\n",
32995
+ "excerpt": "# Sendy node Use the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers. On this page, you'll find a list of operations the Sendy node supports and links to more resources. Credentials Refer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication. ## Operations - Campaign - Cre...",
32996
+ "sections": [
32997
+ {
32998
+ "title": "Sendy node",
32999
+ "level": 1,
33000
+ "content": "Use the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\nOn this page, you'll find a list of operations the Sendy node supports and links to more resources.\n\nCredentials\n\nRefer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication."
33001
+ }
33002
+ ]
33003
+ },
33004
+ "metadata": {
33005
+ "keywords": [
33006
+ "sendy",
33007
+ "node",
33008
+ "operations",
33009
+ "templates",
33010
+ "examples"
33011
+ ],
33012
+ "useCases": [],
33013
+ "operations": [
33014
+ ""
33015
+ ],
33016
+ "codeExamples": 0,
33017
+ "complexity": "beginner",
33018
+ "readingTime": "1 min",
33019
+ "contentLength": 1330,
33020
+ "relatedPages": []
33021
+ },
33022
+ "searchIndex": {
33023
+ "fullText": "sendy # sendy node\n\nuse the sendy node to automate work in sendy, and integrate sendy with other applications. n8n has built-in support for a wide range of sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\non this page, you'll find a list of operations the sendy node supports and links to more resources.\n\ncredentials\n\nrefer to [sendy credentials](../../credentials/sendy/) for guidance on setting up authentication.\n\n## operations\n\n- campaign\n - create a campaign\n- subscriber\n - add a subscriber to a list\n - count subscribers\n - delete a subscriber from a list\n - unsubscribe user from a list\n - get the status of subscriber\n\n## templates and examples\n\n**send automated campaigns in sendy**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/727-send-automated-campaigns-in-sendy/)\n\n**enviar miembros del cms ghost hacia newsletter sendy**\n\nby the { ai } rtist\n\n[view template details](https://n8n.io/workflows/629-enviar-miembros-del-cms-ghost-hacia-newsletter-sendy/)\n\n**🛠️ sendy tool mcp server 💪 6 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5347-sendy-tool-mcp-server-6-operations/)\n\n[browse sendy integration templates](https://n8n.io/integrations/sendy/), or [search all templates](https://n8n.io/workflows/)\n sendy node",
33024
+ "importantTerms": [
33025
+ "sendy",
33026
+ "https",
33027
+ "node",
33028
+ "list",
33029
+ "operations",
33030
+ "subscriber",
33031
+ "workflows",
33032
+ "campaigns",
33033
+ "credentials",
33034
+ "templates",
33035
+ "view",
33036
+ "template",
33037
+ "details"
33038
+ ]
33039
+ }
33040
+ },
33041
+ {
33042
+ "id": "page-0436",
33042
33043
  "title": "Sentry.io",
33043
33044
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sentryio/index.md",
33044
33045
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.sentryio/index.md",
@@ -33111,63 +33112,6 @@
33111
33112
  ]
33112
33113
  }
33113
33114
  },
33114
- {
33115
- "id": "page-0436",
33116
- "title": "Sendy",
33117
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendy/index.md",
33118
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.sendy/index.md",
33119
- "category": "integrations",
33120
- "subcategory": "app-nodes",
33121
- "nodeName": "sendy",
33122
- "nodeType": "n8n-nodes-base.sendy",
33123
- "content": {
33124
- "markdown": "# Sendy node\n\nUse the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\nOn this page, you'll find a list of operations the Sendy node supports and links to more resources.\n\nCredentials\n\nRefer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication.\n\n## Operations\n\n- Campaign\n - Create a campaign\n- Subscriber\n - Add a subscriber to a list\n - Count subscribers\n - Delete a subscriber from a list\n - Unsubscribe user from a list\n - Get the status of subscriber\n\n## Templates and examples\n\n**Send automated campaigns in Sendy**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/727-send-automated-campaigns-in-sendy/)\n\n**Enviar Miembros del CMS Ghost hacia Newsletter Sendy**\n\nby The { AI } rtist\n\n[View template details](https://n8n.io/workflows/629-enviar-miembros-del-cms-ghost-hacia-newsletter-sendy/)\n\n**🛠️ Sendy Tool MCP Server 💪 6 operations**\n\nby David Ashby\n\n[View template details](https://n8n.io/workflows/5347-sendy-tool-mcp-server-6-operations/)\n\n[Browse Sendy integration templates](https://n8n.io/integrations/sendy/), or [search all templates](https://n8n.io/workflows/)\n",
33125
- "excerpt": "# Sendy node Use the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers. On this page, you'll find a list of operations the Sendy node supports and links to more resources. Credentials Refer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication. ## Operations - Campaign - Cre...",
33126
- "sections": [
33127
- {
33128
- "title": "Sendy node",
33129
- "level": 1,
33130
- "content": "Use the Sendy node to automate work in Sendy, and integrate Sendy with other applications. n8n has built-in support for a wide range of Sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\nOn this page, you'll find a list of operations the Sendy node supports and links to more resources.\n\nCredentials\n\nRefer to [Sendy credentials](../../credentials/sendy/) for guidance on setting up authentication."
33131
- }
33132
- ]
33133
- },
33134
- "metadata": {
33135
- "keywords": [
33136
- "sendy",
33137
- "node",
33138
- "operations",
33139
- "templates",
33140
- "examples"
33141
- ],
33142
- "useCases": [],
33143
- "operations": [
33144
- ""
33145
- ],
33146
- "codeExamples": 0,
33147
- "complexity": "beginner",
33148
- "readingTime": "1 min",
33149
- "contentLength": 1330,
33150
- "relatedPages": []
33151
- },
33152
- "searchIndex": {
33153
- "fullText": "sendy # sendy node\n\nuse the sendy node to automate work in sendy, and integrate sendy with other applications. n8n has built-in support for a wide range of sendy features, including creating campaigns, and adding, counting, deleting, and getting subscribers.\n\non this page, you'll find a list of operations the sendy node supports and links to more resources.\n\ncredentials\n\nrefer to [sendy credentials](../../credentials/sendy/) for guidance on setting up authentication.\n\n## operations\n\n- campaign\n - create a campaign\n- subscriber\n - add a subscriber to a list\n - count subscribers\n - delete a subscriber from a list\n - unsubscribe user from a list\n - get the status of subscriber\n\n## templates and examples\n\n**send automated campaigns in sendy**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/727-send-automated-campaigns-in-sendy/)\n\n**enviar miembros del cms ghost hacia newsletter sendy**\n\nby the { ai } rtist\n\n[view template details](https://n8n.io/workflows/629-enviar-miembros-del-cms-ghost-hacia-newsletter-sendy/)\n\n**🛠️ sendy tool mcp server 💪 6 operations**\n\nby david ashby\n\n[view template details](https://n8n.io/workflows/5347-sendy-tool-mcp-server-6-operations/)\n\n[browse sendy integration templates](https://n8n.io/integrations/sendy/), or [search all templates](https://n8n.io/workflows/)\n sendy node",
33154
- "importantTerms": [
33155
- "sendy",
33156
- "https",
33157
- "node",
33158
- "list",
33159
- "operations",
33160
- "subscriber",
33161
- "workflows",
33162
- "campaigns",
33163
- "credentials",
33164
- "templates",
33165
- "view",
33166
- "template",
33167
- "details"
33168
- ]
33169
- }
33170
- },
33171
33115
  {
33172
33116
  "id": "page-0437",
33173
33117
  "title": "ServiceNow",
@@ -36138,27 +36082,27 @@
36138
36082
  },
36139
36083
  {
36140
36084
  "id": "page-0481",
36141
- "title": "Zoho CRM",
36142
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/index.md",
36143
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/index.md",
36085
+ "title": "Zendesk",
36086
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zendesk/index.md",
36087
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.zendesk/index.md",
36144
36088
  "category": "integrations",
36145
36089
  "subcategory": "app-nodes",
36146
- "nodeName": "zohocrm",
36147
- "nodeType": "n8n-nodes-base.zohocrm",
36090
+ "nodeName": "zendesk",
36091
+ "nodeType": "n8n-nodes-base.zendesk",
36148
36092
  "content": {
36149
- "markdown": "# Zoho CRM node\n\nUse the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals.\n\nOn this page, you'll find a list of operations the Zoho CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Zoho CRM credentials](../../credentials/zoho/) 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- Account\n - Create an account\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete an account\n - Get an account\n - Get all accounts\n - Update an account\n- Contact\n - Create a contact\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a contact\n - Get a contact\n - Get all contacts\n - Update a contact\n- Deal\n - Create a deal\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a contact\n - Get a contact\n - Get all contacts\n - Update a contact\n- Invoice\n - Create an invoice\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete an invoice\n - Get an invoice\n - Get all invoices\n - Update an invoice\n- Lead\n - Create a lead\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a lead\n - Get a lead\n - Get all leads\n - Get lead fields\n - Update a lead\n- Product\n - Create a product\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a product\n - Get a product\n - Get all products\n - Update a product\n- Purchase Order\n - Create a purchase order\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a purchase order\n - Get a purchase order\n - Get all purchase orders\n - Update a purchase order\n- Quote\n - Create a quote\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a quote\n - Get a quote\n - Get all quotes\n - Update a quote\n- Sales Order\n - Create a sales order\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a sales order\n - Get a sales order\n - Get all sales orders\n - Update a sales order\n- Vendor\n - Create a vendor\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a vendor\n - Get a vendor\n - Get all vendors\n - Update a vendor\n\n## Templates and examples\n\n**Process Shopify new orders with Zoho CRM and Harvest**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1206-process-shopify-new-orders-with-zoho-crm-and-harvest/)\n\n**Get all leads from Zoho CRM**\n\nby amudhan\n\n[View template details](https://n8n.io/workflows/552-get-all-leads-from-zoho-crm/)\n\n**Sync contacts two-way between Zoho CRM and KlickTipp**\n\nby KlickTipp\n\n[View template details](https://n8n.io/workflows/12679-sync-contacts-two-way-between-zoho-crm-and-klicktipp/)\n\n[Browse Zoho CRM integration templates](https://n8n.io/integrations/zoho-crm/), 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",
36150
- "excerpt": "# Zoho CRM node Use the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals. On this page, you'll find a list of operations the Zoho CRM node supports and links to more resources. Credentials Refer to [Zoho CRM credentials](../../credentials/zoho/) for guidance on setting up authentication. This node can be used as an AI tool...",
36093
+ "markdown": "# Zendesk node\n\nUse the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations.\n\nOn this page, you'll find a list of operations the Zendesk node supports and links to more resources.\n\nCredentials\n\nRefer to [Zendesk credentials](../../credentials/zendesk/) 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- Ticket\n - Create a ticket\n - Delete a ticket\n - Get a ticket\n - Get all tickets\n - Recover a suspended ticket\n - Update a ticket\n- Ticket Field\n - Get a ticket field\n - Get all system and custom ticket fields\n- User\n - Create a user\n - Delete a user\n - Get a user\n - Get all users\n - Get a user's organizations\n - Get data related to the user\n - Search users\n - Update a user\n- Organization\n - Create an organization\n - Delete an organization\n - Count organizations\n - Get an organization\n - Get all organizations\n - Get data related to the organization\n - Update a organization\n\nTag Replacement Behavior\n\nWhen using the Zendesk node's \"Update Ticket\" operation and specifying the `Tag Names or IDs` field, the entire list of tags on the ticket **will be replaced**. Any tags not included in the update will be removed from the ticket due to how the Zendesk API processes tag updates by default.\n\n**To avoid accidental tag removal:**\n\n- First retrieve the ticket's tags and merge them with your new tags before updating.\n- Alternatively, use the HTTP Request node with Zendesk's `additional_tags` property to add tags without removing existing ones.\n- You can also call the ticket's `/tags` endpoint to add tags without replacing existing ones ([Zendesk tags endpoint documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/)).\n\nSee the official documentation for details: [Adding tags to tickets without overwriting existing tags](https://developer.zendesk.com/documentation/ticketing/managing-tickets/adding-tags-to-tickets-without-overwriting-existing-tags/).\n\n## Templates and examples\n\n**Automate SIEM Alert Enrichment with MITRE ATT&CK, Qdrant & Zendesk in n8n**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/2840-automate-siem-alert-enrichment-with-mitre-attandck-qdrant-and-zendesk-in-n8n/)\n\n**Sync Zendesk tickets with subsequent comments to Jira issues**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1833-sync-zendesk-tickets-with-subsequent-comments-to-jira-issues/)\n\n**Sync Zendesk tickets to Slack thread**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1820-sync-zendesk-tickets-to-slack-thread/)\n\n[Browse Zendesk integration templates](https://n8n.io/integrations/zendesk/), 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",
36094
+ "excerpt": "# Zendesk node Use the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations. On this page, you'll find a list of operations the Zendesk node supports and links to more resources. Credentials Refer to [Zendesk credentials](../../credentials/zendesk/) for guidance on setting up authentication. This node can be used as an AI tool...",
36151
36095
  "sections": [
36152
36096
  {
36153
- "title": "Zoho CRM node",
36097
+ "title": "Zendesk node",
36154
36098
  "level": 1,
36155
- "content": "Use the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals.\n\nOn this page, you'll find a list of operations the Zoho CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Zoho CRM credentials](../../credentials/zoho/) 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/)."
36099
+ "content": "Use the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations.\n\nOn this page, you'll find a list of operations the Zendesk node supports and links to more resources.\n\nCredentials\n\nRefer to [Zendesk credentials](../../credentials/zendesk/) 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/)."
36156
36100
  }
36157
36101
  ]
36158
36102
  },
36159
36103
  "metadata": {
36160
36104
  "keywords": [
36161
- "zoho",
36105
+ "zendesk",
36162
36106
  "node",
36163
36107
  "operations",
36164
36108
  "templates",
@@ -36176,51 +36120,48 @@
36176
36120
  ],
36177
36121
  "codeExamples": 0,
36178
36122
  "complexity": "intermediate",
36179
- "readingTime": "4 min",
36180
- "contentLength": 3985,
36123
+ "readingTime": "3 min",
36124
+ "contentLength": 3713,
36181
36125
  "relatedPages": []
36182
36126
  },
36183
36127
  "searchIndex": {
36184
- "fullText": "zoho crm # zoho crm node\n\nuse the zoho crm node to automate work in zoho crm, and integrate zoho crm with other applications. n8n has built-in support for a wide range of zoho crm features, including creating and deleting accounts, contacts, and deals.\n\non this page, you'll find a list of operations the zoho crm node supports and links to more resources.\n\ncredentials\n\nrefer to [zoho crm credentials](../../credentials/zoho/) 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- account\n - create an account\n - create a new record, or update the current one if it already exists (upsert)\n - delete an account\n - get an account\n - get all accounts\n - update an account\n- contact\n - create a contact\n - create a new record, or update the current one if it already exists (upsert)\n - delete a contact\n - get a contact\n - get all contacts\n - update a contact\n- deal\n - create a deal\n - create a new record, or update the current one if it already exists (upsert)\n - delete a contact\n - get a contact\n - get all contacts\n - update a contact\n- invoice\n - create an invoice\n - create a new record, or update the current one if it already exists (upsert)\n - delete an invoice\n - get an invoice\n - get all invoices\n - update an invoice\n- lead\n - create a lead\n - create a new record, or update the current one if it already exists (upsert)\n - delete a lead\n - get a lead\n - get all leads\n - get lead fields\n - update a lead\n- product\n - create a product\n - create a new record, or update the current one if it already exists (upsert)\n - delete a product\n - get a product\n - get all products\n - update a product\n- purchase order\n - create a purchase order\n - create a new record, or update the current one if it already exists (upsert)\n - delete a purchase order\n - get a purchase order\n - get all purchase orders\n - update a purchase order\n- quote\n - create a quote\n - create a new record, or update the current one if it already exists (upsert)\n - delete a quote\n - get a quote\n - get all quotes\n - update a quote\n- sales order\n - create a sales order\n - create a new record, or update the current one if it already exists (upsert)\n - delete a sales order\n - get a sales order\n - get all sales orders\n - update a sales order\n- vendor\n - create a vendor\n - create a new record, or update the current one if it already exists (upsert)\n - delete a vendor\n - get a vendor\n - get all vendors\n - update a vendor\n\n## templates and examples\n\n**process shopify new orders with zoho crm and harvest**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1206-process-shopify-new-orders-with-zoho-crm-and-harvest/)\n\n**get all leads from zoho crm**\n\nby amudhan\n\n[view template details](https://n8n.io/workflows/552-get-all-leads-from-zoho-crm/)\n\n**sync contacts two-way between zoho crm and klicktipp**\n\nby klicktipp\n\n[view template details](https://n8n.io/workflows/12679-sync-contacts-two-way-between-zoho-crm-and-klicktipp/)\n\n[browse zoho crm integration templates](https://n8n.io/integrations/zoho-crm/), 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 zoho crm node",
36128
+ "fullText": "zendesk # zendesk node\n\nuse the zendesk node to automate work in zendesk, and integrate zendesk with other applications. n8n has built-in support for a wide range of zendesk features, including creating, and deleting tickets, users, and organizations.\n\non this page, you'll find a list of operations the zendesk node supports and links to more resources.\n\ncredentials\n\nrefer to [zendesk credentials](../../credentials/zendesk/) 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- ticket\n - create a ticket\n - delete a ticket\n - get a ticket\n - get all tickets\n - recover a suspended ticket\n - update a ticket\n- ticket field\n - get a ticket field\n - get all system and custom ticket fields\n- user\n - create a user\n - delete a user\n - get a user\n - get all users\n - get a user's organizations\n - get data related to the user\n - search users\n - update a user\n- organization\n - create an organization\n - delete an organization\n - count organizations\n - get an organization\n - get all organizations\n - get data related to the organization\n - update a organization\n\ntag replacement behavior\n\nwhen using the zendesk node's \"update ticket\" operation and specifying the `tag names or ids` field, the entire list of tags on the ticket **will be replaced**. any tags not included in the update will be removed from the ticket due to how the zendesk api processes tag updates by default.\n\n**to avoid accidental tag removal:**\n\n- first retrieve the ticket's tags and merge them with your new tags before updating.\n- alternatively, use the http request node with zendesk's `additional_tags` property to add tags without removing existing ones.\n- you can also call the ticket's `/tags` endpoint to add tags without replacing existing ones ([zendesk tags endpoint documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/)).\n\nsee the official documentation for details: [adding tags to tickets without overwriting existing tags](https://developer.zendesk.com/documentation/ticketing/managing-tickets/adding-tags-to-tickets-without-overwriting-existing-tags/).\n\n## templates and examples\n\n**automate siem alert enrichment with mitre att&ck, qdrant & zendesk in n8n**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/2840-automate-siem-alert-enrichment-with-mitre-attandck-qdrant-and-zendesk-in-n8n/)\n\n**sync zendesk tickets with subsequent comments to jira issues**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1833-sync-zendesk-tickets-with-subsequent-comments-to-jira-issues/)\n\n**sync zendesk tickets to slack thread**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1820-sync-zendesk-tickets-to-slack-thread/)\n\n[browse zendesk integration templates](https://n8n.io/integrations/zendesk/), 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 zendesk node",
36185
36129
  "importantTerms": [
36186
- "create",
36187
- "update",
36188
- "zoho",
36130
+ "zendesk",
36131
+ "ticket",
36132
+ "tags",
36189
36133
  "node",
36190
- "record",
36191
- "current",
36192
- "already",
36193
- "exists",
36194
- "upsert",
36195
- "delete",
36196
- "order",
36197
- "contact",
36198
- "this",
36199
- "lead",
36200
- "purchase",
36201
- "sales",
36202
- "contacts",
36203
- "account",
36204
- "invoice",
36205
- "product",
36206
- "quote",
36207
- "vendor",
36208
- "https",
36134
+ "tickets",
36209
36135
  "with",
36136
+ "user",
36137
+ "https",
36138
+ "this",
36139
+ "organization",
36140
+ "update",
36141
+ "organizations",
36210
36142
  "operations",
36211
- "orders",
36143
+ "documentation",
36144
+ "http",
36145
+ "request",
36146
+ "without",
36147
+ "existing",
36148
+ "details",
36212
36149
  "workflows",
36150
+ "sync",
36151
+ "automate",
36152
+ "users",
36213
36153
  "more",
36214
36154
  "credentials",
36215
36155
  "used",
36216
- "leads",
36156
+ "create",
36157
+ "delete",
36158
+ "field",
36159
+ "custom",
36160
+ "operation",
36161
+ "your",
36217
36162
  "templates",
36218
36163
  "view",
36219
36164
  "template",
36220
- "details",
36221
- "klicktipp",
36222
- "http",
36223
- "request",
36224
36165
  "service",
36225
36166
  "credential",
36226
36167
  "select"
@@ -36229,27 +36170,27 @@
36229
36170
  },
36230
36171
  {
36231
36172
  "id": "page-0482",
36232
- "title": "Zendesk",
36233
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zendesk/index.md",
36234
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.zendesk/index.md",
36173
+ "title": "Zoho CRM",
36174
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/index.md",
36175
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/index.md",
36235
36176
  "category": "integrations",
36236
36177
  "subcategory": "app-nodes",
36237
- "nodeName": "zendesk",
36238
- "nodeType": "n8n-nodes-base.zendesk",
36178
+ "nodeName": "zohocrm",
36179
+ "nodeType": "n8n-nodes-base.zohocrm",
36239
36180
  "content": {
36240
- "markdown": "# Zendesk node\n\nUse the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations.\n\nOn this page, you'll find a list of operations the Zendesk node supports and links to more resources.\n\nCredentials\n\nRefer to [Zendesk credentials](../../credentials/zendesk/) 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- Ticket\n - Create a ticket\n - Delete a ticket\n - Get a ticket\n - Get all tickets\n - Recover a suspended ticket\n - Update a ticket\n- Ticket Field\n - Get a ticket field\n - Get all system and custom ticket fields\n- User\n - Create a user\n - Delete a user\n - Get a user\n - Get all users\n - Get a user's organizations\n - Get data related to the user\n - Search users\n - Update a user\n- Organization\n - Create an organization\n - Delete an organization\n - Count organizations\n - Get an organization\n - Get all organizations\n - Get data related to the organization\n - Update a organization\n\nTag Replacement Behavior\n\nWhen using the Zendesk node's \"Update Ticket\" operation and specifying the `Tag Names or IDs` field, the entire list of tags on the ticket **will be replaced**. Any tags not included in the update will be removed from the ticket due to how the Zendesk API processes tag updates by default.\n\n**To avoid accidental tag removal:**\n\n- First retrieve the ticket's tags and merge them with your new tags before updating.\n- Alternatively, use the HTTP Request node with Zendesk's `additional_tags` property to add tags without removing existing ones.\n- You can also call the ticket's `/tags` endpoint to add tags without replacing existing ones ([Zendesk tags endpoint documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/)).\n\nSee the official documentation for details: [Adding tags to tickets without overwriting existing tags](https://developer.zendesk.com/documentation/ticketing/managing-tickets/adding-tags-to-tickets-without-overwriting-existing-tags/).\n\n## Templates and examples\n\n**Automate SIEM Alert Enrichment with MITRE ATT&CK, Qdrant & Zendesk in n8n**\n\nby Angel Menendez\n\n[View template details](https://n8n.io/workflows/2840-automate-siem-alert-enrichment-with-mitre-attandck-qdrant-and-zendesk-in-n8n/)\n\n**Sync Zendesk tickets with subsequent comments to Jira issues**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1833-sync-zendesk-tickets-with-subsequent-comments-to-jira-issues/)\n\n**Sync Zendesk tickets to Slack thread**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1820-sync-zendesk-tickets-to-slack-thread/)\n\n[Browse Zendesk integration templates](https://n8n.io/integrations/zendesk/), 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",
36241
- "excerpt": "# Zendesk node Use the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations. On this page, you'll find a list of operations the Zendesk node supports and links to more resources. Credentials Refer to [Zendesk credentials](../../credentials/zendesk/) for guidance on setting up authentication. This node can be used as an AI tool...",
36181
+ "markdown": "# Zoho CRM node\n\nUse the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals.\n\nOn this page, you'll find a list of operations the Zoho CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Zoho CRM credentials](../../credentials/zoho/) 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- Account\n - Create an account\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete an account\n - Get an account\n - Get all accounts\n - Update an account\n- Contact\n - Create a contact\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a contact\n - Get a contact\n - Get all contacts\n - Update a contact\n- Deal\n - Create a deal\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a contact\n - Get a contact\n - Get all contacts\n - Update a contact\n- Invoice\n - Create an invoice\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete an invoice\n - Get an invoice\n - Get all invoices\n - Update an invoice\n- Lead\n - Create a lead\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a lead\n - Get a lead\n - Get all leads\n - Get lead fields\n - Update a lead\n- Product\n - Create a product\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a product\n - Get a product\n - Get all products\n - Update a product\n- Purchase Order\n - Create a purchase order\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a purchase order\n - Get a purchase order\n - Get all purchase orders\n - Update a purchase order\n- Quote\n - Create a quote\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a quote\n - Get a quote\n - Get all quotes\n - Update a quote\n- Sales Order\n - Create a sales order\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a sales order\n - Get a sales order\n - Get all sales orders\n - Update a sales order\n- Vendor\n - Create a vendor\n - Create a new record, or update the current one if it already exists (upsert)\n - Delete a vendor\n - Get a vendor\n - Get all vendors\n - Update a vendor\n\n## Templates and examples\n\n**Process Shopify new orders with Zoho CRM and Harvest**\n\nby Lorena\n\n[View template details](https://n8n.io/workflows/1206-process-shopify-new-orders-with-zoho-crm-and-harvest/)\n\n**Get all leads from Zoho CRM**\n\nby amudhan\n\n[View template details](https://n8n.io/workflows/552-get-all-leads-from-zoho-crm/)\n\n**Sync contacts two-way between Zoho CRM and KlickTipp**\n\nby KlickTipp\n\n[View template details](https://n8n.io/workflows/12679-sync-contacts-two-way-between-zoho-crm-and-klicktipp/)\n\n[Browse Zoho CRM integration templates](https://n8n.io/integrations/zoho-crm/), 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",
36182
+ "excerpt": "# Zoho CRM node Use the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals. On this page, you'll find a list of operations the Zoho CRM node supports and links to more resources. Credentials Refer to [Zoho CRM credentials](../../credentials/zoho/) for guidance on setting up authentication. This node can be used as an AI tool...",
36242
36183
  "sections": [
36243
36184
  {
36244
- "title": "Zendesk node",
36185
+ "title": "Zoho CRM node",
36245
36186
  "level": 1,
36246
- "content": "Use the Zendesk node to automate work in Zendesk, and integrate Zendesk with other applications. n8n has built-in support for a wide range of Zendesk features, including creating, and deleting tickets, users, and organizations.\n\nOn this page, you'll find a list of operations the Zendesk node supports and links to more resources.\n\nCredentials\n\nRefer to [Zendesk credentials](../../credentials/zendesk/) 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/)."
36187
+ "content": "Use the Zoho CRM node to automate work in Zoho CRM, and integrate Zoho CRM with other applications. n8n has built-in support for a wide range of Zoho CRM features, including creating and deleting accounts, contacts, and deals.\n\nOn this page, you'll find a list of operations the Zoho CRM node supports and links to more resources.\n\nCredentials\n\nRefer to [Zoho CRM credentials](../../credentials/zoho/) 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/)."
36247
36188
  }
36248
36189
  ]
36249
36190
  },
36250
36191
  "metadata": {
36251
36192
  "keywords": [
36252
- "zendesk",
36193
+ "zoho",
36253
36194
  "node",
36254
36195
  "operations",
36255
36196
  "templates",
@@ -36267,48 +36208,51 @@
36267
36208
  ],
36268
36209
  "codeExamples": 0,
36269
36210
  "complexity": "intermediate",
36270
- "readingTime": "3 min",
36271
- "contentLength": 3713,
36211
+ "readingTime": "4 min",
36212
+ "contentLength": 3985,
36272
36213
  "relatedPages": []
36273
36214
  },
36274
36215
  "searchIndex": {
36275
- "fullText": "zendesk # zendesk node\n\nuse the zendesk node to automate work in zendesk, and integrate zendesk with other applications. n8n has built-in support for a wide range of zendesk features, including creating, and deleting tickets, users, and organizations.\n\non this page, you'll find a list of operations the zendesk node supports and links to more resources.\n\ncredentials\n\nrefer to [zendesk credentials](../../credentials/zendesk/) 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- ticket\n - create a ticket\n - delete a ticket\n - get a ticket\n - get all tickets\n - recover a suspended ticket\n - update a ticket\n- ticket field\n - get a ticket field\n - get all system and custom ticket fields\n- user\n - create a user\n - delete a user\n - get a user\n - get all users\n - get a user's organizations\n - get data related to the user\n - search users\n - update a user\n- organization\n - create an organization\n - delete an organization\n - count organizations\n - get an organization\n - get all organizations\n - get data related to the organization\n - update a organization\n\ntag replacement behavior\n\nwhen using the zendesk node's \"update ticket\" operation and specifying the `tag names or ids` field, the entire list of tags on the ticket **will be replaced**. any tags not included in the update will be removed from the ticket due to how the zendesk api processes tag updates by default.\n\n**to avoid accidental tag removal:**\n\n- first retrieve the ticket's tags and merge them with your new tags before updating.\n- alternatively, use the http request node with zendesk's `additional_tags` property to add tags without removing existing ones.\n- you can also call the ticket's `/tags` endpoint to add tags without replacing existing ones ([zendesk tags endpoint documentation](https://developer.zendesk.com/api-reference/ticketing/ticket-management/tags/)).\n\nsee the official documentation for details: [adding tags to tickets without overwriting existing tags](https://developer.zendesk.com/documentation/ticketing/managing-tickets/adding-tags-to-tickets-without-overwriting-existing-tags/).\n\n## templates and examples\n\n**automate siem alert enrichment with mitre att&ck, qdrant & zendesk in n8n**\n\nby angel menendez\n\n[view template details](https://n8n.io/workflows/2840-automate-siem-alert-enrichment-with-mitre-attandck-qdrant-and-zendesk-in-n8n/)\n\n**sync zendesk tickets with subsequent comments to jira issues**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1833-sync-zendesk-tickets-with-subsequent-comments-to-jira-issues/)\n\n**sync zendesk tickets to slack thread**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1820-sync-zendesk-tickets-to-slack-thread/)\n\n[browse zendesk integration templates](https://n8n.io/integrations/zendesk/), 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 zendesk node",
36216
+ "fullText": "zoho crm # zoho crm node\n\nuse the zoho crm node to automate work in zoho crm, and integrate zoho crm with other applications. n8n has built-in support for a wide range of zoho crm features, including creating and deleting accounts, contacts, and deals.\n\non this page, you'll find a list of operations the zoho crm node supports and links to more resources.\n\ncredentials\n\nrefer to [zoho crm credentials](../../credentials/zoho/) 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- account\n - create an account\n - create a new record, or update the current one if it already exists (upsert)\n - delete an account\n - get an account\n - get all accounts\n - update an account\n- contact\n - create a contact\n - create a new record, or update the current one if it already exists (upsert)\n - delete a contact\n - get a contact\n - get all contacts\n - update a contact\n- deal\n - create a deal\n - create a new record, or update the current one if it already exists (upsert)\n - delete a contact\n - get a contact\n - get all contacts\n - update a contact\n- invoice\n - create an invoice\n - create a new record, or update the current one if it already exists (upsert)\n - delete an invoice\n - get an invoice\n - get all invoices\n - update an invoice\n- lead\n - create a lead\n - create a new record, or update the current one if it already exists (upsert)\n - delete a lead\n - get a lead\n - get all leads\n - get lead fields\n - update a lead\n- product\n - create a product\n - create a new record, or update the current one if it already exists (upsert)\n - delete a product\n - get a product\n - get all products\n - update a product\n- purchase order\n - create a purchase order\n - create a new record, or update the current one if it already exists (upsert)\n - delete a purchase order\n - get a purchase order\n - get all purchase orders\n - update a purchase order\n- quote\n - create a quote\n - create a new record, or update the current one if it already exists (upsert)\n - delete a quote\n - get a quote\n - get all quotes\n - update a quote\n- sales order\n - create a sales order\n - create a new record, or update the current one if it already exists (upsert)\n - delete a sales order\n - get a sales order\n - get all sales orders\n - update a sales order\n- vendor\n - create a vendor\n - create a new record, or update the current one if it already exists (upsert)\n - delete a vendor\n - get a vendor\n - get all vendors\n - update a vendor\n\n## templates and examples\n\n**process shopify new orders with zoho crm and harvest**\n\nby lorena\n\n[view template details](https://n8n.io/workflows/1206-process-shopify-new-orders-with-zoho-crm-and-harvest/)\n\n**get all leads from zoho crm**\n\nby amudhan\n\n[view template details](https://n8n.io/workflows/552-get-all-leads-from-zoho-crm/)\n\n**sync contacts two-way between zoho crm and klicktipp**\n\nby klicktipp\n\n[view template details](https://n8n.io/workflows/12679-sync-contacts-two-way-between-zoho-crm-and-klicktipp/)\n\n[browse zoho crm integration templates](https://n8n.io/integrations/zoho-crm/), 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 zoho crm node",
36276
36217
  "importantTerms": [
36277
- "zendesk",
36278
- "ticket",
36279
- "tags",
36218
+ "create",
36219
+ "update",
36220
+ "zoho",
36280
36221
  "node",
36281
- "tickets",
36282
- "with",
36283
- "user",
36284
- "https",
36222
+ "record",
36223
+ "current",
36224
+ "already",
36225
+ "exists",
36226
+ "upsert",
36227
+ "delete",
36228
+ "order",
36229
+ "contact",
36285
36230
  "this",
36286
- "organization",
36287
- "update",
36288
- "organizations",
36231
+ "lead",
36232
+ "purchase",
36233
+ "sales",
36234
+ "contacts",
36235
+ "account",
36236
+ "invoice",
36237
+ "product",
36238
+ "quote",
36239
+ "vendor",
36240
+ "https",
36241
+ "with",
36289
36242
  "operations",
36290
- "documentation",
36291
- "http",
36292
- "request",
36293
- "without",
36294
- "existing",
36295
- "details",
36243
+ "orders",
36296
36244
  "workflows",
36297
- "sync",
36298
- "automate",
36299
- "users",
36300
36245
  "more",
36301
36246
  "credentials",
36302
36247
  "used",
36303
- "create",
36304
- "delete",
36305
- "field",
36306
- "custom",
36307
- "operation",
36308
- "your",
36248
+ "leads",
36309
36249
  "templates",
36310
36250
  "view",
36311
36251
  "template",
36252
+ "details",
36253
+ "klicktipp",
36254
+ "http",
36255
+ "request",
36312
36256
  "service",
36313
36257
  "credential",
36314
36258
  "select"
@@ -37051,103 +36995,6 @@
37051
36995
  },
37052
36996
  {
37053
36997
  "id": "page-0492",
37054
- "title": "Gmail",
37055
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/index.md",
37056
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gmail/index.md",
37057
- "category": "integrations",
37058
- "subcategory": "app-nodes",
37059
- "nodeName": "gmail",
37060
- "nodeType": "n8n-nodes-base.gmail",
37061
- "content": {
37062
- "markdown": "# Gmail node\n\nUse the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\nOn this page, you'll find a list of operations the Gmail node supports and links to more resources.\n\nCredentials\n\nRefer to [Google credentials](../../credentials/google/) 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- **Draft**\n - [**Create**](draft-operations/#create-a-draft) a draft\n - [**Delete**](draft-operations/#delete-a-draft) a draft\n - [**Get**](draft-operations/#get-a-draft) a draft\n - [**Get Many**](draft-operations/#get-many-drafts) drafts\n- **Label**\n - [**Create**](label-operations/#create-a-label) a label\n - [**Delete**](label-operations/#delete-a-label) a label\n - [**Get**](label-operations/#get-a-label) a label\n - [**Get Many**](label-operations/#get-many-labels) labels\n- **Message**\n - [**Add Label**](message-operations/#add-label-to-a-message) to a message\n - [**Delete**](message-operations/#delete-a-message) a message\n - [**Get**](message-operations/#get-a-message) a message\n - [**Get Many**](message-operations/#get-many-messages) messages\n - [**Mark as Read**](message-operations/#mark-as-read)\n - [**Mark as Unread**](message-operations/#mark-as-unread)\n - [**Remove Label**](message-operations/#remove-label-from-a-message) from a message\n - [**Reply**](message-operations/#reply-to-a-message) to a message\n - [**Send**](message-operations/#send-a-message) a message\n- **Thread**\n - [**Add Label**](thread-operations/#add-label-to-a-thread) to a thread\n - [**Delete**](thread-operations/#delete-a-thread) a thread\n - [**Get**](thread-operations/#get-a-thread) a thread\n - [**Get Many**](thread-operations/#get-many-threads) threads\n - [**Remove Label**](thread-operations/#remove-label-from-a-thread) from thread\n - [**Reply**](thread-operations/#reply-to-a-message) to a message\n - [**Trash**](thread-operations/#trash-a-thread) a thread\n - [**Untrash**](thread-operations/#untrash-a-thread) a thread\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**Automated Web Scraping: email a CSV, save to Google Sheets & Microsoft Excel**\n\nby Mihai Farcas\n\n[View template details](https://n8n.io/workflows/2275-automated-web-scraping-email-a-csv-save-to-google-sheets-and-microsoft-excel/)\n\n**Suggest meeting slots using AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1953-suggest-meeting-slots-using-ai/)\n\n[Browse Gmail integration templates](https://n8n.io/integrations/gmail/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to Google's [Gmail API documentation](https://developers.google.com/gmail/api) for detailed information about the API that this node integrates with.\n\nn8n provides a trigger node for Gmail. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gmailtrigger/).\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\n## Common issues\n\nFor common errors or issues and suggested resolution steps, refer to [Common Issues](common-issues/).\n",
37063
- "excerpt": "# Gmail node Use the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread. On this page, you'll find a list of operations the Gmail node supports and links to more resources. Credentials Refer to [Google credentials](../../credentials/google/) for guidance on setting up authentication. This node can be used as an AI t...",
37064
- "sections": [
37065
- {
37066
- "title": "Gmail node",
37067
- "level": 1,
37068
- "content": "Use the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\nOn this page, you'll find a list of operations the Gmail node supports and links to more resources.\n\nCredentials\n\nRefer to [Google credentials](../../credentials/google/) 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/)."
37069
- }
37070
- ]
37071
- },
37072
- "metadata": {
37073
- "keywords": [
37074
- "gmail",
37075
- "node",
37076
- "operations",
37077
- "templates",
37078
- "examples",
37079
- "related",
37080
- "resources",
37081
- "what",
37082
- "your",
37083
- "operation",
37084
- "isn't",
37085
- "supported",
37086
- "common",
37087
- "issues"
37088
- ],
37089
- "useCases": [],
37090
- "operations": [
37091
- "",
37092
- "what to do if your isn't supported"
37093
- ],
37094
- "codeExamples": 0,
37095
- "complexity": "intermediate",
37096
- "readingTime": "3 min",
37097
- "contentLength": 4169,
37098
- "relatedPages": []
37099
- },
37100
- "searchIndex": {
37101
- "fullText": "gmail # gmail node\n\nuse the gmail node to automate work in gmail, and integrate gmail with other applications. n8n has built-in support for a wide range of gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\non this page, you'll find a list of operations the gmail node supports and links to more resources.\n\ncredentials\n\nrefer to [google credentials](../../credentials/google/) 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- **draft**\n - [**create**](draft-operations/#create-a-draft) a draft\n - [**delete**](draft-operations/#delete-a-draft) a draft\n - [**get**](draft-operations/#get-a-draft) a draft\n - [**get many**](draft-operations/#get-many-drafts) drafts\n- **label**\n - [**create**](label-operations/#create-a-label) a label\n - [**delete**](label-operations/#delete-a-label) a label\n - [**get**](label-operations/#get-a-label) a label\n - [**get many**](label-operations/#get-many-labels) labels\n- **message**\n - [**add label**](message-operations/#add-label-to-a-message) to a message\n - [**delete**](message-operations/#delete-a-message) a message\n - [**get**](message-operations/#get-a-message) a message\n - [**get many**](message-operations/#get-many-messages) messages\n - [**mark as read**](message-operations/#mark-as-read)\n - [**mark as unread**](message-operations/#mark-as-unread)\n - [**remove label**](message-operations/#remove-label-from-a-message) from a message\n - [**reply**](message-operations/#reply-to-a-message) to a message\n - [**send**](message-operations/#send-a-message) a message\n- **thread**\n - [**add label**](thread-operations/#add-label-to-a-thread) to a thread\n - [**delete**](thread-operations/#delete-a-thread) a thread\n - [**get**](thread-operations/#get-a-thread) a thread\n - [**get many**](thread-operations/#get-many-threads) threads\n - [**remove label**](thread-operations/#remove-label-from-a-thread) from thread\n - [**reply**](thread-operations/#reply-to-a-message) to a message\n - [**trash**](thread-operations/#trash-a-thread) a thread\n - [**untrash**](thread-operations/#untrash-a-thread) a thread\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**automated web scraping: email a csv, save to google sheets & microsoft excel**\n\nby mihai farcas\n\n[view template details](https://n8n.io/workflows/2275-automated-web-scraping-email-a-csv-save-to-google-sheets-and-microsoft-excel/)\n\n**suggest meeting slots using ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1953-suggest-meeting-slots-using-ai/)\n\n[browse gmail integration templates](https://n8n.io/integrations/gmail/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to google's [gmail api documentation](https://developers.google.com/gmail/api) for detailed information about the api that this node integrates with.\n\nn8n provides a trigger node for gmail. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gmailtrigger/).\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\n## common issues\n\nfor common errors or issues and suggested resolution steps, refer to [common issues](common-issues/).\n gmail node",
37102
- "importantTerms": [
37103
- "operations",
37104
- "message",
37105
- "thread",
37106
- "label",
37107
- "gmail",
37108
- "node",
37109
- "draft",
37110
- "many",
37111
- "delete",
37112
- "this",
37113
- "google",
37114
- "https",
37115
- "with",
37116
- "refer",
37117
- "create",
37118
- "mark",
37119
- "remove",
37120
- "from",
37121
- "reply",
37122
- "workflows",
37123
- "nodes",
37124
- "common",
37125
- "issues",
37126
- "automate",
37127
- "drafts",
37128
- "messages",
37129
- "labels",
37130
- "find",
37131
- "more",
37132
- "credentials",
37133
- "used",
37134
- "information",
37135
- "using",
37136
- "templates",
37137
- "view",
37138
- "template",
37139
- "details",
37140
- "trigger",
37141
- "http",
37142
- "request",
37143
- "service",
37144
- "credential",
37145
- "select"
37146
- ]
37147
- }
37148
- },
37149
- {
37150
- "id": "page-0493",
37151
36998
  "title": "Common issues",
37152
36999
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/common-issues/index.md",
37153
37000
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gmail/common-issues/index.md",
@@ -37234,7 +37081,7 @@
37234
37081
  }
37235
37082
  },
37236
37083
  {
37237
- "id": "page-0494",
37084
+ "id": "page-0493",
37238
37085
  "title": "Draft operations",
37239
37086
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/draft-operations/index.md",
37240
37087
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gmail/draft-operations/index.md",
@@ -37331,6 +37178,103 @@
37331
37178
  ]
37332
37179
  }
37333
37180
  },
37181
+ {
37182
+ "id": "page-0494",
37183
+ "title": "Gmail",
37184
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/index.md",
37185
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.gmail/index.md",
37186
+ "category": "integrations",
37187
+ "subcategory": "app-nodes",
37188
+ "nodeName": "gmail",
37189
+ "nodeType": "n8n-nodes-base.gmail",
37190
+ "content": {
37191
+ "markdown": "# Gmail node\n\nUse the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\nOn this page, you'll find a list of operations the Gmail node supports and links to more resources.\n\nCredentials\n\nRefer to [Google credentials](../../credentials/google/) 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- **Draft**\n - [**Create**](draft-operations/#create-a-draft) a draft\n - [**Delete**](draft-operations/#delete-a-draft) a draft\n - [**Get**](draft-operations/#get-a-draft) a draft\n - [**Get Many**](draft-operations/#get-many-drafts) drafts\n- **Label**\n - [**Create**](label-operations/#create-a-label) a label\n - [**Delete**](label-operations/#delete-a-label) a label\n - [**Get**](label-operations/#get-a-label) a label\n - [**Get Many**](label-operations/#get-many-labels) labels\n- **Message**\n - [**Add Label**](message-operations/#add-label-to-a-message) to a message\n - [**Delete**](message-operations/#delete-a-message) a message\n - [**Get**](message-operations/#get-a-message) a message\n - [**Get Many**](message-operations/#get-many-messages) messages\n - [**Mark as Read**](message-operations/#mark-as-read)\n - [**Mark as Unread**](message-operations/#mark-as-unread)\n - [**Remove Label**](message-operations/#remove-label-from-a-message) from a message\n - [**Reply**](message-operations/#reply-to-a-message) to a message\n - [**Send**](message-operations/#send-a-message) a message\n- **Thread**\n - [**Add Label**](thread-operations/#add-label-to-a-thread) to a thread\n - [**Delete**](thread-operations/#delete-a-thread) a thread\n - [**Get**](thread-operations/#get-a-thread) a thread\n - [**Get Many**](thread-operations/#get-many-threads) threads\n - [**Remove Label**](thread-operations/#remove-label-from-a-thread) from thread\n - [**Reply**](thread-operations/#reply-to-a-message) to a message\n - [**Trash**](thread-operations/#trash-a-thread) a thread\n - [**Untrash**](thread-operations/#untrash-a-thread) a thread\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**Automated Web Scraping: email a CSV, save to Google Sheets & Microsoft Excel**\n\nby Mihai Farcas\n\n[View template details](https://n8n.io/workflows/2275-automated-web-scraping-email-a-csv-save-to-google-sheets-and-microsoft-excel/)\n\n**Suggest meeting slots using AI**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1953-suggest-meeting-slots-using-ai/)\n\n[Browse Gmail integration templates](https://n8n.io/integrations/gmail/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to Google's [Gmail API documentation](https://developers.google.com/gmail/api) for detailed information about the API that this node integrates with.\n\nn8n provides a trigger node for Gmail. You can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gmailtrigger/).\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\n## Common issues\n\nFor common errors or issues and suggested resolution steps, refer to [Common Issues](common-issues/).\n",
37192
+ "excerpt": "# Gmail node Use the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread. On this page, you'll find a list of operations the Gmail node supports and links to more resources. Credentials Refer to [Google credentials](../../credentials/google/) for guidance on setting up authentication. This node can be used as an AI t...",
37193
+ "sections": [
37194
+ {
37195
+ "title": "Gmail node",
37196
+ "level": 1,
37197
+ "content": "Use the Gmail node to automate work in Gmail, and integrate Gmail with other applications. n8n has built-in support for a wide range of Gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\nOn this page, you'll find a list of operations the Gmail node supports and links to more resources.\n\nCredentials\n\nRefer to [Google credentials](../../credentials/google/) 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/)."
37198
+ }
37199
+ ]
37200
+ },
37201
+ "metadata": {
37202
+ "keywords": [
37203
+ "gmail",
37204
+ "node",
37205
+ "operations",
37206
+ "templates",
37207
+ "examples",
37208
+ "related",
37209
+ "resources",
37210
+ "what",
37211
+ "your",
37212
+ "operation",
37213
+ "isn't",
37214
+ "supported",
37215
+ "common",
37216
+ "issues"
37217
+ ],
37218
+ "useCases": [],
37219
+ "operations": [
37220
+ "",
37221
+ "what to do if your isn't supported"
37222
+ ],
37223
+ "codeExamples": 0,
37224
+ "complexity": "intermediate",
37225
+ "readingTime": "3 min",
37226
+ "contentLength": 4169,
37227
+ "relatedPages": []
37228
+ },
37229
+ "searchIndex": {
37230
+ "fullText": "gmail # gmail node\n\nuse the gmail node to automate work in gmail, and integrate gmail with other applications. n8n has built-in support for a wide range of gmail features, including creating, updating, deleting, and getting drafts, messages, labels, thread.\n\non this page, you'll find a list of operations the gmail node supports and links to more resources.\n\ncredentials\n\nrefer to [google credentials](../../credentials/google/) 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- **draft**\n - [**create**](draft-operations/#create-a-draft) a draft\n - [**delete**](draft-operations/#delete-a-draft) a draft\n - [**get**](draft-operations/#get-a-draft) a draft\n - [**get many**](draft-operations/#get-many-drafts) drafts\n- **label**\n - [**create**](label-operations/#create-a-label) a label\n - [**delete**](label-operations/#delete-a-label) a label\n - [**get**](label-operations/#get-a-label) a label\n - [**get many**](label-operations/#get-many-labels) labels\n- **message**\n - [**add label**](message-operations/#add-label-to-a-message) to a message\n - [**delete**](message-operations/#delete-a-message) a message\n - [**get**](message-operations/#get-a-message) a message\n - [**get many**](message-operations/#get-many-messages) messages\n - [**mark as read**](message-operations/#mark-as-read)\n - [**mark as unread**](message-operations/#mark-as-unread)\n - [**remove label**](message-operations/#remove-label-from-a-message) from a message\n - [**reply**](message-operations/#reply-to-a-message) to a message\n - [**send**](message-operations/#send-a-message) a message\n- **thread**\n - [**add label**](thread-operations/#add-label-to-a-thread) to a thread\n - [**delete**](thread-operations/#delete-a-thread) a thread\n - [**get**](thread-operations/#get-a-thread) a thread\n - [**get many**](thread-operations/#get-many-threads) threads\n - [**remove label**](thread-operations/#remove-label-from-a-thread) from thread\n - [**reply**](thread-operations/#reply-to-a-message) to a message\n - [**trash**](thread-operations/#trash-a-thread) a thread\n - [**untrash**](thread-operations/#untrash-a-thread) a thread\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**automated web scraping: email a csv, save to google sheets & microsoft excel**\n\nby mihai farcas\n\n[view template details](https://n8n.io/workflows/2275-automated-web-scraping-email-a-csv-save-to-google-sheets-and-microsoft-excel/)\n\n**suggest meeting slots using ai**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1953-suggest-meeting-slots-using-ai/)\n\n[browse gmail integration templates](https://n8n.io/integrations/gmail/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to google's [gmail api documentation](https://developers.google.com/gmail/api) for detailed information about the api that this node integrates with.\n\nn8n provides a trigger node for gmail. you can find the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.gmailtrigger/).\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\n## common issues\n\nfor common errors or issues and suggested resolution steps, refer to [common issues](common-issues/).\n gmail node",
37231
+ "importantTerms": [
37232
+ "operations",
37233
+ "message",
37234
+ "thread",
37235
+ "label",
37236
+ "gmail",
37237
+ "node",
37238
+ "draft",
37239
+ "many",
37240
+ "delete",
37241
+ "this",
37242
+ "google",
37243
+ "https",
37244
+ "with",
37245
+ "refer",
37246
+ "create",
37247
+ "mark",
37248
+ "remove",
37249
+ "from",
37250
+ "reply",
37251
+ "workflows",
37252
+ "nodes",
37253
+ "common",
37254
+ "issues",
37255
+ "automate",
37256
+ "drafts",
37257
+ "messages",
37258
+ "labels",
37259
+ "find",
37260
+ "more",
37261
+ "credentials",
37262
+ "used",
37263
+ "information",
37264
+ "using",
37265
+ "templates",
37266
+ "view",
37267
+ "template",
37268
+ "details",
37269
+ "trigger",
37270
+ "http",
37271
+ "request",
37272
+ "service",
37273
+ "credential",
37274
+ "select"
37275
+ ]
37276
+ }
37277
+ },
37334
37278
  {
37335
37279
  "id": "page-0495",
37336
37280
  "title": "Label operations",
@@ -39607,6 +39551,85 @@
39607
39551
  },
39608
39552
  {
39609
39553
  "id": "page-0520",
39554
+ "title": "Telegram node documentation",
39555
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/index.md",
39556
+ "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.telegram/index.md",
39557
+ "category": "integrations",
39558
+ "subcategory": "app-nodes",
39559
+ "nodeName": "telegram",
39560
+ "nodeType": "n8n-nodes-base.telegram",
39561
+ "content": {
39562
+ "markdown": "# Telegram node\n\nUse the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages.\n\nOn this page, you'll find a list of operations the Telegram node supports and links to more resources.\n\nCredentials\n\nRefer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication.\n\n## Operations\n\n- [**Chat** operations](chat-operations/)\n\n - [**Get**](chat-operations/#get-chat) up-to-date information about a chat.\n - [**Get Administrators**](chat-operations/#get-administrators): Get a list of all administrators in a chat.\n - [**Get Member**](chat-operations/#get-chat-member): Get the details of a chat member.\n - [**Leave**](chat-operations/#leave-chat) a chat.\n - [**Set Description**](chat-operations/#set-description) of a chat.\n - [**Set Title**](chat-operations/#set-title) of a chat.\n\n- [**Callback** operations](callback-operations/)\n\n - [**Answer Query**](callback-operations/#answer-query): Send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards).\n - [**Answer Inline Query**](callback-operations/#answer-inline-query): Send answers to callback queries sent from inline queries.\n\n- [**File** operations](file-operations/)\n\n - [**Get File**](file-operations/#get-file) from Telegram.\n\n- [**Message** operations](message-operations/)\n\n - [**Delete Chat Message**](message-operations/#delete-chat-message).\n - [**Edit Message Text**](message-operations/#edit-message-text): Edit the text of an existing message.\n - [**Pin Chat Message**](message-operations/#pin-chat-message) for the chat.\n - [**Send Animation**](message-operations/#send-animation) to the chat.\n - For use with GIFs or H.264/MPEG-4 AVC videos without sound up to 50 MB in size.\n - [**Send Audio**](message-operations/#send-audio) file to the chat and display it in the music player.\n - [**Send Chat Action**](message-operations/#send-chat-action): Tell the user that something is happening on the bot's side. The status is set for 5 seconds or less.\n - [**Send Document**](message-operations/#send-document) to the chat.\n - [**Send Location**](message-operations/#send-location): Send a geolocation to the chat.\n - [**Send Media Group**](message-operations/#send-media-group): Send a group of photos and/or videos.\n - [**Send Message**](message-operations/#send-message) to the chat.\n - [**Send Photo**](message-operations/#send-photo) to the chat.\n - [**Send Sticker**](message-operations/#send-sticker) to the chat.\n - For use with static .WEBP, animated .TGS, or video .WEBM stickers.\n - [**Send Video**](message-operations/#send-video) to the chat.\n - [**Unpin Chat Message**](message-operations/#unpin-chat-message) from the chat.\n\n Add bot to channel\n\n To use most of the **Message** operations, you must add your bot to a channel so that it can send messages to that channel. Refer to [Common Issues | Add a bot to a Telegram channel](common-issues/#add-a-bot-to-a-telegram-channel) for more information.\n\n ## Templates and examples\n\n[Browse Telegram node documentation integration templates](https://n8n.io/integrations/telegram/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Telegram's API documentation](https://core.telegram.org/bots/api) for more information about the service.\n\nn8n provides a trigger node for Telegram. Refer to the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.telegramtrigger/) for more information.\n\n## Common issues\n\nFor common errors or issues and suggested resolution steps, refer to [Common Issues](common-issues/).\n",
39563
+ "excerpt": "# Telegram node Use the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages. On this page, you'll find a list of operations the Telegram node supports and links to more resources. Credentials Refer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication. ## Ope...",
39564
+ "sections": [
39565
+ {
39566
+ "title": "Telegram node",
39567
+ "level": 1,
39568
+ "content": "Use the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages.\n\nOn this page, you'll find a list of operations the Telegram node supports and links to more resources.\n\nCredentials\n\nRefer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication."
39569
+ }
39570
+ ]
39571
+ },
39572
+ "metadata": {
39573
+ "keywords": [
39574
+ "telegram",
39575
+ "node",
39576
+ "documentation",
39577
+ "operations",
39578
+ "related",
39579
+ "resources",
39580
+ "common",
39581
+ "issues"
39582
+ ],
39583
+ "useCases": [],
39584
+ "operations": [
39585
+ ""
39586
+ ],
39587
+ "codeExamples": 0,
39588
+ "complexity": "beginner",
39589
+ "readingTime": "3 min",
39590
+ "contentLength": 3797,
39591
+ "relatedPages": []
39592
+ },
39593
+ "searchIndex": {
39594
+ "fullText": "telegram node documentation # telegram node\n\nuse the telegram node to automate work in [telegram](https://telegram.org/) and integrate telegram with other applications. n8n has built-in support for a wide range of telegram features, including getting files as well as deleting and editing messages.\n\non this page, you'll find a list of operations the telegram node supports and links to more resources.\n\ncredentials\n\nrefer to [telegram credentials](../../credentials/telegram/) for guidance on setting up authentication.\n\n## operations\n\n- [**chat** operations](chat-operations/)\n\n - [**get**](chat-operations/#get-chat) up-to-date information about a chat.\n - [**get administrators**](chat-operations/#get-administrators): get a list of all administrators in a chat.\n - [**get member**](chat-operations/#get-chat-member): get the details of a chat member.\n - [**leave**](chat-operations/#leave-chat) a chat.\n - [**set description**](chat-operations/#set-description) of a chat.\n - [**set title**](chat-operations/#set-title) of a chat.\n\n- [**callback** operations](callback-operations/)\n\n - [**answer query**](callback-operations/#answer-query): send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards).\n - [**answer inline query**](callback-operations/#answer-inline-query): send answers to callback queries sent from inline queries.\n\n- [**file** operations](file-operations/)\n\n - [**get file**](file-operations/#get-file) from telegram.\n\n- [**message** operations](message-operations/)\n\n - [**delete chat message**](message-operations/#delete-chat-message).\n - [**edit message text**](message-operations/#edit-message-text): edit the text of an existing message.\n - [**pin chat message**](message-operations/#pin-chat-message) for the chat.\n - [**send animation**](message-operations/#send-animation) to the chat.\n - for use with gifs or h.264/mpeg-4 avc videos without sound up to 50 mb in size.\n - [**send audio**](message-operations/#send-audio) file to the chat and display it in the music player.\n - [**send chat action**](message-operations/#send-chat-action): tell the user that something is happening on the bot's side. the status is set for 5 seconds or less.\n - [**send document**](message-operations/#send-document) to the chat.\n - [**send location**](message-operations/#send-location): send a geolocation to the chat.\n - [**send media group**](message-operations/#send-media-group): send a group of photos and/or videos.\n - [**send message**](message-operations/#send-message) to the chat.\n - [**send photo**](message-operations/#send-photo) to the chat.\n - [**send sticker**](message-operations/#send-sticker) to the chat.\n - for use with static .webp, animated .tgs, or video .webm stickers.\n - [**send video**](message-operations/#send-video) to the chat.\n - [**unpin chat message**](message-operations/#unpin-chat-message) from the chat.\n\n add bot to channel\n\n to use most of the **message** operations, you must add your bot to a channel so that it can send messages to that channel. refer to [common issues | add a bot to a telegram channel](common-issues/#add-a-bot-to-a-telegram-channel) for more information.\n\n ## templates and examples\n\n[browse telegram node documentation integration templates](https://n8n.io/integrations/telegram/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [telegram's api documentation](https://core.telegram.org/bots/api) for more information about the service.\n\nn8n provides a trigger node for telegram. refer to the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.telegramtrigger/) for more information.\n\n## common issues\n\nfor common errors or issues and suggested resolution steps, refer to [common issues](common-issues/).\n telegram node",
39595
+ "importantTerms": [
39596
+ "chat",
39597
+ "operations",
39598
+ "message",
39599
+ "send",
39600
+ "telegram",
39601
+ "node",
39602
+ "callback",
39603
+ "file",
39604
+ "common",
39605
+ "issues",
39606
+ "https",
39607
+ "refer",
39608
+ "inline",
39609
+ "channel",
39610
+ "more",
39611
+ "information",
39612
+ "answer",
39613
+ "query",
39614
+ "from",
39615
+ "documentation",
39616
+ "with",
39617
+ "credentials",
39618
+ "administrators",
39619
+ "member",
39620
+ "queries",
39621
+ "edit",
39622
+ "text",
39623
+ "that",
39624
+ "group",
39625
+ "video",
39626
+ "templates",
39627
+ "trigger"
39628
+ ]
39629
+ }
39630
+ },
39631
+ {
39632
+ "id": "page-0521",
39610
39633
  "title": "Callback operations",
39611
39634
  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/callback-operations/index.md",
39612
39635
  "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.telegram/callback-operations/index.md",
@@ -39701,85 +39724,6 @@
39701
39724
  ]
39702
39725
  }
39703
39726
  },
39704
- {
39705
- "id": "page-0521",
39706
- "title": "Telegram node documentation",
39707
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/index.md",
39708
- "urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.telegram/index.md",
39709
- "category": "integrations",
39710
- "subcategory": "app-nodes",
39711
- "nodeName": "telegram",
39712
- "nodeType": "n8n-nodes-base.telegram",
39713
- "content": {
39714
- "markdown": "# Telegram node\n\nUse the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages.\n\nOn this page, you'll find a list of operations the Telegram node supports and links to more resources.\n\nCredentials\n\nRefer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication.\n\n## Operations\n\n- [**Chat** operations](chat-operations/)\n\n - [**Get**](chat-operations/#get-chat) up-to-date information about a chat.\n - [**Get Administrators**](chat-operations/#get-administrators): Get a list of all administrators in a chat.\n - [**Get Member**](chat-operations/#get-chat-member): Get the details of a chat member.\n - [**Leave**](chat-operations/#leave-chat) a chat.\n - [**Set Description**](chat-operations/#set-description) of a chat.\n - [**Set Title**](chat-operations/#set-title) of a chat.\n\n- [**Callback** operations](callback-operations/)\n\n - [**Answer Query**](callback-operations/#answer-query): Send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards).\n - [**Answer Inline Query**](callback-operations/#answer-inline-query): Send answers to callback queries sent from inline queries.\n\n- [**File** operations](file-operations/)\n\n - [**Get File**](file-operations/#get-file) from Telegram.\n\n- [**Message** operations](message-operations/)\n\n - [**Delete Chat Message**](message-operations/#delete-chat-message).\n - [**Edit Message Text**](message-operations/#edit-message-text): Edit the text of an existing message.\n - [**Pin Chat Message**](message-operations/#pin-chat-message) for the chat.\n - [**Send Animation**](message-operations/#send-animation) to the chat.\n - For use with GIFs or H.264/MPEG-4 AVC videos without sound up to 50 MB in size.\n - [**Send Audio**](message-operations/#send-audio) file to the chat and display it in the music player.\n - [**Send Chat Action**](message-operations/#send-chat-action): Tell the user that something is happening on the bot's side. The status is set for 5 seconds or less.\n - [**Send Document**](message-operations/#send-document) to the chat.\n - [**Send Location**](message-operations/#send-location): Send a geolocation to the chat.\n - [**Send Media Group**](message-operations/#send-media-group): Send a group of photos and/or videos.\n - [**Send Message**](message-operations/#send-message) to the chat.\n - [**Send Photo**](message-operations/#send-photo) to the chat.\n - [**Send Sticker**](message-operations/#send-sticker) to the chat.\n - For use with static .WEBP, animated .TGS, or video .WEBM stickers.\n - [**Send Video**](message-operations/#send-video) to the chat.\n - [**Unpin Chat Message**](message-operations/#unpin-chat-message) from the chat.\n\n Add bot to channel\n\n To use most of the **Message** operations, you must add your bot to a channel so that it can send messages to that channel. Refer to [Common Issues | Add a bot to a Telegram channel](common-issues/#add-a-bot-to-a-telegram-channel) for more information.\n\n ## Templates and examples\n\n[Browse Telegram node documentation integration templates](https://n8n.io/integrations/telegram/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [Telegram's API documentation](https://core.telegram.org/bots/api) for more information about the service.\n\nn8n provides a trigger node for Telegram. Refer to the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.telegramtrigger/) for more information.\n\n## Common issues\n\nFor common errors or issues and suggested resolution steps, refer to [Common Issues](common-issues/).\n",
39715
- "excerpt": "# Telegram node Use the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages. On this page, you'll find a list of operations the Telegram node supports and links to more resources. Credentials Refer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication. ## Ope...",
39716
- "sections": [
39717
- {
39718
- "title": "Telegram node",
39719
- "level": 1,
39720
- "content": "Use the Telegram node to automate work in [Telegram](https://telegram.org/) and integrate Telegram with other applications. n8n has built-in support for a wide range of Telegram features, including getting files as well as deleting and editing messages.\n\nOn this page, you'll find a list of operations the Telegram node supports and links to more resources.\n\nCredentials\n\nRefer to [Telegram credentials](../../credentials/telegram/) for guidance on setting up authentication."
39721
- }
39722
- ]
39723
- },
39724
- "metadata": {
39725
- "keywords": [
39726
- "telegram",
39727
- "node",
39728
- "documentation",
39729
- "operations",
39730
- "related",
39731
- "resources",
39732
- "common",
39733
- "issues"
39734
- ],
39735
- "useCases": [],
39736
- "operations": [
39737
- ""
39738
- ],
39739
- "codeExamples": 0,
39740
- "complexity": "beginner",
39741
- "readingTime": "3 min",
39742
- "contentLength": 3797,
39743
- "relatedPages": []
39744
- },
39745
- "searchIndex": {
39746
- "fullText": "telegram node documentation # telegram node\n\nuse the telegram node to automate work in [telegram](https://telegram.org/) and integrate telegram with other applications. n8n has built-in support for a wide range of telegram features, including getting files as well as deleting and editing messages.\n\non this page, you'll find a list of operations the telegram node supports and links to more resources.\n\ncredentials\n\nrefer to [telegram credentials](../../credentials/telegram/) for guidance on setting up authentication.\n\n## operations\n\n- [**chat** operations](chat-operations/)\n\n - [**get**](chat-operations/#get-chat) up-to-date information about a chat.\n - [**get administrators**](chat-operations/#get-administrators): get a list of all administrators in a chat.\n - [**get member**](chat-operations/#get-chat-member): get the details of a chat member.\n - [**leave**](chat-operations/#leave-chat) a chat.\n - [**set description**](chat-operations/#set-description) of a chat.\n - [**set title**](chat-operations/#set-title) of a chat.\n\n- [**callback** operations](callback-operations/)\n\n - [**answer query**](callback-operations/#answer-query): send answers to callback queries sent from [inline keyboards](https://core.telegram.org/bots/features#inline-keyboards).\n - [**answer inline query**](callback-operations/#answer-inline-query): send answers to callback queries sent from inline queries.\n\n- [**file** operations](file-operations/)\n\n - [**get file**](file-operations/#get-file) from telegram.\n\n- [**message** operations](message-operations/)\n\n - [**delete chat message**](message-operations/#delete-chat-message).\n - [**edit message text**](message-operations/#edit-message-text): edit the text of an existing message.\n - [**pin chat message**](message-operations/#pin-chat-message) for the chat.\n - [**send animation**](message-operations/#send-animation) to the chat.\n - for use with gifs or h.264/mpeg-4 avc videos without sound up to 50 mb in size.\n - [**send audio**](message-operations/#send-audio) file to the chat and display it in the music player.\n - [**send chat action**](message-operations/#send-chat-action): tell the user that something is happening on the bot's side. the status is set for 5 seconds or less.\n - [**send document**](message-operations/#send-document) to the chat.\n - [**send location**](message-operations/#send-location): send a geolocation to the chat.\n - [**send media group**](message-operations/#send-media-group): send a group of photos and/or videos.\n - [**send message**](message-operations/#send-message) to the chat.\n - [**send photo**](message-operations/#send-photo) to the chat.\n - [**send sticker**](message-operations/#send-sticker) to the chat.\n - for use with static .webp, animated .tgs, or video .webm stickers.\n - [**send video**](message-operations/#send-video) to the chat.\n - [**unpin chat message**](message-operations/#unpin-chat-message) from the chat.\n\n add bot to channel\n\n to use most of the **message** operations, you must add your bot to a channel so that it can send messages to that channel. refer to [common issues | add a bot to a telegram channel](common-issues/#add-a-bot-to-a-telegram-channel) for more information.\n\n ## templates and examples\n\n[browse telegram node documentation integration templates](https://n8n.io/integrations/telegram/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [telegram's api documentation](https://core.telegram.org/bots/api) for more information about the service.\n\nn8n provides a trigger node for telegram. refer to the trigger node docs [here](../../trigger-nodes/n8n-nodes-base.telegramtrigger/) for more information.\n\n## common issues\n\nfor common errors or issues and suggested resolution steps, refer to [common issues](common-issues/).\n telegram node",
39747
- "importantTerms": [
39748
- "chat",
39749
- "operations",
39750
- "message",
39751
- "send",
39752
- "telegram",
39753
- "node",
39754
- "callback",
39755
- "file",
39756
- "common",
39757
- "issues",
39758
- "https",
39759
- "refer",
39760
- "inline",
39761
- "channel",
39762
- "more",
39763
- "information",
39764
- "answer",
39765
- "query",
39766
- "from",
39767
- "documentation",
39768
- "with",
39769
- "credentials",
39770
- "administrators",
39771
- "member",
39772
- "queries",
39773
- "edit",
39774
- "text",
39775
- "that",
39776
- "group",
39777
- "video",
39778
- "templates",
39779
- "trigger"
39780
- ]
39781
- }
39782
- },
39783
39727
  {
39784
39728
  "id": "page-0522",
39785
39729
  "title": "Chat operations",
@@ -55235,6 +55179,74 @@
55235
55179
  },
55236
55180
  {
55237
55181
  "id": "page-0701",
55182
+ "title": "Common issues",
55183
+ "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/common-issues/index.md",
55184
+ "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.executecommand/common-issues/index.md",
55185
+ "category": "other",
55186
+ "subcategory": null,
55187
+ "nodeName": "executecommand",
55188
+ "nodeType": "n8n-nodes-base.executecommand",
55189
+ "content": {
55190
+ "markdown": "# Execute Command node common issues\n\nHere are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them.\n\n## Command failed: <command> /bin/sh: <command>: not found\n\nThis error occurs when the shell environment can't find one of the commands in the **Command** parameter.\n\nTo fix this error, review the following:\n\n- Check that the command and its arguments don't have typos in the **Command** parameter.\n- Check that the command is in the `PATH` of the user running n8n.\n- If you are running n8n with Docker, check if the command is available within the container by trying to run it manually. If your command isn't included in the container, you might have to extend the official n8n image with a [custom image](https://docs.docker.com/build/building/base-images/) that includes your command.\n - If n8n is already running:\n\n ```\n # Find n8n's container ID, it will be the first column\n docker ps | grep n8n\n # Try to execute the command within the running container\n docker container exec <container_ID> <command_to_run>\n ```\n\n - If n8n isn't running:\n\n ```\n # Start up a new container that runs the command instead of n8n\n # Use the same image and tag that you use to run n8n normally\n docker run -it --rm --entrypoint /bin/sh docker.n8n.io/n8nio/n8n -c <command_to_run>\n ```\n\n## Error: stdout maxBuffer length exceeded\n\nThis error happens when your command returns more output than the Execute Command node is able to process at one time.\n\nTo avoid this error, reduce output your command produces. Check your command's manual page or documentation to see if there are flags to limit or filter output. If not, you may need to pipe the output to another command to remove unneeded info.\n",
55191
+ "excerpt": "# Execute Command node common issues Here are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them. ## Command failed: <command> /bin/sh: <command>: not found This error occurs when the shell environment can't find one of the commands in the **Command** parameter. To fix this error, review the following: - Check that the command and its arguments don't have typos in the **Command** parameter. - Check that the command is in the `PATH` o...",
55192
+ "sections": [
55193
+ {
55194
+ "title": "Execute Command node common issues",
55195
+ "level": 1,
55196
+ "content": "Here are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them."
55197
+ }
55198
+ ]
55199
+ },
55200
+ "metadata": {
55201
+ "keywords": [
55202
+ "common",
55203
+ "issues",
55204
+ "execute",
55205
+ "command",
55206
+ "node",
55207
+ "failed:",
55208
+ "<command>",
55209
+ "/bin/sh:",
55210
+ "<command>:",
55211
+ "found",
55212
+ "error:",
55213
+ "stdout",
55214
+ "maxbuffer",
55215
+ "length",
55216
+ "exceeded"
55217
+ ],
55218
+ "useCases": [],
55219
+ "operations": [],
55220
+ "codeExamples": 2,
55221
+ "complexity": "beginner",
55222
+ "readingTime": "2 min",
55223
+ "contentLength": 1776,
55224
+ "relatedPages": []
55225
+ },
55226
+ "searchIndex": {
55227
+ "fullText": "common issues # execute command node common issues\n\nhere are some common errors and issues with the [execute command node](../) and steps to resolve or troubleshoot them.\n\n## command failed: <command> /bin/sh: <command>: not found\n\nthis error occurs when the shell environment can't find one of the commands in the **command** parameter.\n\nto fix this error, review the following:\n\n- check that the command and its arguments don't have typos in the **command** parameter.\n- check that the command is in the `path` of the user running n8n.\n- if you are running n8n with docker, check if the command is available within the container by trying to run it manually. if your command isn't included in the container, you might have to extend the official n8n image with a [custom image](https://docs.docker.com/build/building/base-images/) that includes your command.\n - if n8n is already running:\n\n ```\n # find n8n's container id, it will be the first column\n docker ps | grep n8n\n # try to execute the command within the running container\n docker container exec <container_id> <command_to_run>\n ```\n\n - if n8n isn't running:\n\n ```\n # start up a new container that runs the command instead of n8n\n # use the same image and tag that you use to run n8n normally\n docker run -it --rm --entrypoint /bin/sh docker.n8n.io/n8nio/n8n -c <command_to_run>\n ```\n\n## error: stdout maxbuffer length exceeded\n\nthis error happens when your command returns more output than the execute command node is able to process at one time.\n\nto avoid this error, reduce output your command produces. check your command's manual page or documentation to see if there are flags to limit or filter output. if not, you may need to pipe the output to another command to remove unneeded info.\n execute command node common issues",
55228
+ "importantTerms": [
55229
+ "command",
55230
+ "docker",
55231
+ "container",
55232
+ "execute",
55233
+ "error",
55234
+ "that",
55235
+ "running",
55236
+ "your",
55237
+ "common",
55238
+ "issues",
55239
+ "node",
55240
+ "this",
55241
+ "check",
55242
+ "output",
55243
+ "with",
55244
+ "image"
55245
+ ]
55246
+ }
55247
+ },
55248
+ {
55249
+ "id": "page-0702",
55238
55250
  "title": "Execute Command",
55239
55251
  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md",
55240
55252
  "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.executecommand/index.md",
@@ -55317,74 +55329,6 @@
55317
55329
  ]
55318
55330
  }
55319
55331
  },
55320
- {
55321
- "id": "page-0702",
55322
- "title": "Common issues",
55323
- "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/common-issues/index.md",
55324
- "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.executecommand/common-issues/index.md",
55325
- "category": "other",
55326
- "subcategory": null,
55327
- "nodeName": "executecommand",
55328
- "nodeType": "n8n-nodes-base.executecommand",
55329
- "content": {
55330
- "markdown": "# Execute Command node common issues\n\nHere are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them.\n\n## Command failed: <command> /bin/sh: <command>: not found\n\nThis error occurs when the shell environment can't find one of the commands in the **Command** parameter.\n\nTo fix this error, review the following:\n\n- Check that the command and its arguments don't have typos in the **Command** parameter.\n- Check that the command is in the `PATH` of the user running n8n.\n- If you are running n8n with Docker, check if the command is available within the container by trying to run it manually. If your command isn't included in the container, you might have to extend the official n8n image with a [custom image](https://docs.docker.com/build/building/base-images/) that includes your command.\n - If n8n is already running:\n\n ```\n # Find n8n's container ID, it will be the first column\n docker ps | grep n8n\n # Try to execute the command within the running container\n docker container exec <container_ID> <command_to_run>\n ```\n\n - If n8n isn't running:\n\n ```\n # Start up a new container that runs the command instead of n8n\n # Use the same image and tag that you use to run n8n normally\n docker run -it --rm --entrypoint /bin/sh docker.n8n.io/n8nio/n8n -c <command_to_run>\n ```\n\n## Error: stdout maxBuffer length exceeded\n\nThis error happens when your command returns more output than the Execute Command node is able to process at one time.\n\nTo avoid this error, reduce output your command produces. Check your command's manual page or documentation to see if there are flags to limit or filter output. If not, you may need to pipe the output to another command to remove unneeded info.\n",
55331
- "excerpt": "# Execute Command node common issues Here are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them. ## Command failed: <command> /bin/sh: <command>: not found This error occurs when the shell environment can't find one of the commands in the **Command** parameter. To fix this error, review the following: - Check that the command and its arguments don't have typos in the **Command** parameter. - Check that the command is in the `PATH` o...",
55332
- "sections": [
55333
- {
55334
- "title": "Execute Command node common issues",
55335
- "level": 1,
55336
- "content": "Here are some common errors and issues with the [Execute Command node](../) and steps to resolve or troubleshoot them."
55337
- }
55338
- ]
55339
- },
55340
- "metadata": {
55341
- "keywords": [
55342
- "common",
55343
- "issues",
55344
- "execute",
55345
- "command",
55346
- "node",
55347
- "failed:",
55348
- "<command>",
55349
- "/bin/sh:",
55350
- "<command>:",
55351
- "found",
55352
- "error:",
55353
- "stdout",
55354
- "maxbuffer",
55355
- "length",
55356
- "exceeded"
55357
- ],
55358
- "useCases": [],
55359
- "operations": [],
55360
- "codeExamples": 2,
55361
- "complexity": "beginner",
55362
- "readingTime": "2 min",
55363
- "contentLength": 1776,
55364
- "relatedPages": []
55365
- },
55366
- "searchIndex": {
55367
- "fullText": "common issues # execute command node common issues\n\nhere are some common errors and issues with the [execute command node](../) and steps to resolve or troubleshoot them.\n\n## command failed: <command> /bin/sh: <command>: not found\n\nthis error occurs when the shell environment can't find one of the commands in the **command** parameter.\n\nto fix this error, review the following:\n\n- check that the command and its arguments don't have typos in the **command** parameter.\n- check that the command is in the `path` of the user running n8n.\n- if you are running n8n with docker, check if the command is available within the container by trying to run it manually. if your command isn't included in the container, you might have to extend the official n8n image with a [custom image](https://docs.docker.com/build/building/base-images/) that includes your command.\n - if n8n is already running:\n\n ```\n # find n8n's container id, it will be the first column\n docker ps | grep n8n\n # try to execute the command within the running container\n docker container exec <container_id> <command_to_run>\n ```\n\n - if n8n isn't running:\n\n ```\n # start up a new container that runs the command instead of n8n\n # use the same image and tag that you use to run n8n normally\n docker run -it --rm --entrypoint /bin/sh docker.n8n.io/n8nio/n8n -c <command_to_run>\n ```\n\n## error: stdout maxbuffer length exceeded\n\nthis error happens when your command returns more output than the execute command node is able to process at one time.\n\nto avoid this error, reduce output your command produces. check your command's manual page or documentation to see if there are flags to limit or filter output. if not, you may need to pipe the output to another command to remove unneeded info.\n execute command node common issues",
55368
- "importantTerms": [
55369
- "command",
55370
- "docker",
55371
- "container",
55372
- "execute",
55373
- "error",
55374
- "that",
55375
- "running",
55376
- "your",
55377
- "common",
55378
- "issues",
55379
- "node",
55380
- "this",
55381
- "check",
55382
- "output",
55383
- "with",
55384
- "image"
55385
- ]
55386
- }
55387
- },
55388
55332
  {
55389
55333
  "id": "page-0703",
55390
55334
  "title": "HTTP Request",
@@ -55623,117 +55567,6 @@
55623
55567
  },
55624
55568
  {
55625
55569
  "id": "page-0705",
55626
- "title": "Templates and examples",
55627
- "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/templates-and-examples/index.md",
55628
- "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/templates-and-examples/index.md",
55629
- "category": "other",
55630
- "subcategory": null,
55631
- "nodeName": "removeduplicates",
55632
- "nodeType": "n8n-nodes-base.removeduplicates",
55633
- "content": {
55634
- "markdown": "# Templates and examples\n\nHere are some templates and examples for the [Remove Duplicates node](../).\n\nContinuous examples\n\nThe examples included in this section are a sequence. Follow from one to another to avoid unexpected results.\n\n## Templates\n\n**Check workflow templates against Creator Hub guidelines with Gemini and Gmail**\n\nby Oka Hironobu\n\n[View template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/)\n\n**Generate documents from saved templates and variables using Autype**\n\nby 8Automator\n\n[View template details](https://n8n.io/workflows/13784-generate-documents-from-saved-templates-and-variables-using-autype/)\n\n**Job Brief Analysis with OpenAI to Find Relevant Templates and Log in Google Sheets**\n\nby Jeremiah Wright\n\n[View template details](https://n8n.io/workflows/9019-job-brief-analysis-with-openai-to-find-relevant-templates-and-log-in-google-sheets/)\n\n[Browse Templates and examples integration templates](https://n8n.io/integrations/remove-duplicates/), or [search all templates](https://n8n.io/workflows/)\n\n## Set up sample data using the Code node\n\nCreate a workflow with some example input data to try out the Remove Duplicates node.\n\n1. Add a Code node to the canvas and connect it to the Manual Trigger node.\n\n1. In the Code node, set **Mode** to **Run Once for Each Item** and **Language** to **JavaScript**.\n\n1. Paste the following JavaScript code snippet in the **JavaScript** field:\n\n ```\n let data =[];\n\n return {\n data: [\n { id: 1, name: 'Taylor Swift', job: 'Pop star', last_updated: '2024-09-20T10:12:43.493Z' },\n { id: 2, name: 'Ed Sheeran', job: 'Singer-songwriter', last_updated: '2024-10-05T08:30:59.493Z' },\n { id: 3, name: 'Adele', job: 'Singer-songwriter', last_updated: '2024-10-07T14:15:59.493Z' },\n { id: 4, name: 'Bruno Mars', job: 'Singer-songwriter', last_updated: '2024-08-25T17:45:12.493Z' },\n { id: 1, name: 'Taylor Swift', job: 'Pop star', last_updated: '2024-09-20T10:12:43.493Z' }, // duplicate\n { id: 5, name: 'Billie Eilish', job: 'Singer-songwriter', last_updated: '2024-09-10T09:30:12.493Z' },\n { id: 6, name: 'Katy Perry', job: 'Pop star', last_updated: '2024-10-08T12:30:45.493Z' },\n { id: 2, name: 'Ed Sheeran', job: 'Singer-songwriter', last_updated: '2024-10-05T08:30:59.493Z' }, // duplicate\n { id: 7, name: 'Lady Gaga', job: 'Pop star', last_updated: '2024-09-15T14:45:30.493Z' },\n { id: 8, name: 'Rihanna', job: 'Pop star', last_updated: '2024-10-01T11:50:22.493Z' },\n { id: 3, name: 'Adele', job: 'Singer-songwriter', last_updated: '2024-10-07T14:15:59.493Z' }, // duplicate\n //{ id: 9, name: 'Tom Hanks', job: 'Actor', last_updated: '2024-10-17T13:58:31.493Z' },\n //{ id: 0, name: 'Madonna', job: 'Pop star', last_updated: '2024-10-17T17:11:38.493Z' },\n //{ id: 15, name: 'Bob Dylan', job: 'Folk singer', last_updated: '2024-09-24T08:03:16.493Z'},\n //{ id: 10, name: 'Harry Nilsson', job: 'Singer-songwriter', last_updated: '2020-10-17T17:11:38.493Z' },\n //{ id: 11, name: 'Kylie Minogue', job: 'Pop star', last_updated: '2024-10-24T08:03:16.493Z'},\n ]\n }\n ```\n\n1. Add a Split Out node to the canvas and connect it to the Code node.\n\n1. In the Split Out node, enter `data` in the **Fields To Split Out** field.\n\n## Removing duplicates from the current input\n\n1. Add a Remove Duplicates node to the canvas and connect it to the Split Out node. Choose **Remove items repeated within current input** as the **Action** to start.\n1. Open the Remove Duplicates node and ensure that the **Operation** is set to **Remove Items Repeated Within Current Input**.\n1. Choose **All fields** in the **Compare** field.\n1. Select **Execute step** to run the Remove Duplicates node, removing duplicated data in the current input.\n\nn8n removes the items that have the same data across all fields. Your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\n5. Open the Remove Duplicates node again and change the **Compare** parameter to **Selected Fields**.\n1. In the **Fields To Compare** field, enter `job`.\n1. Select **Execute step** to run the Remove Duplicates node, removing duplicated data in the current input.\n\nn8n removes the items in the current input that have the same `job` data. Your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------ | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n\n## Keep items where the value is new\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is New**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.name }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node with this operation, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\nItems are only compared against previous executions\n\nThe current input items are only compared against the stored items from previous executions. This means that items repeated within the current input aren't removed in this mode of operation. If you need to remove duplicate items within the current input *and* across executions, connect two Remove Duplicate nodes together sequentially. Set the first to use the **Remove Items Repated Within Current Input** operation and the second to use the **Remove Items Processed in Previous Executions** operation.\n\n5. Open the Code node and uncomment (remove the `//` from) the line for \"Tom Hanks.\"\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains the one new record from the Code node:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ------- | ------------------------ |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\nThe **Discarded** tab contains the items processed by the previous execution:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\nBefore continuing, clear the duplication history to get ready for the next example:\n\n7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.\n1. Select **Execute step** to clear the current duplication history.\n\n## Keep items where the value is higher than any previous value\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is Higher than Any Previous Value**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.id }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node after clearing the history, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\n5. Open the Code node and uncomment (remove the `//` from) the lines for \"Madonna\" and \"Bob Dylan.\"\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains a single entry for \"Bob Dylan.\" n8n keeps this item because its `id` column value (15) is higher than any previous values (the previous maximum value was 9):\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ----------- | ------------------------ |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n\nThe **Discarded** tab contains the 13 items with an `id` column value equal to or less than the previous maximum value (9). Even though it's new, this table includes the entry for \"Madonna\" because its `id` value isn't larger than the previous maximum value:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\nBefore continuing, clear the duplication history to get ready for the next example:\n\n7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.\n1. Select **Execute step** to clear the current duplication history.\n\n## Keep items where the value is a date later than any previous date\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is a Date Later than Any Previous Date**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.last_updated }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node after clearing the history, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n\n5. Open the Code node and uncomment (remove the `//` from) the lines for \"Harry Nilsson\" and \"Kylie Minogue.\"\n\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains a single entry for \"Kylie Minogue.\" n8n keeps this item because its `last_updated` column value (`2024-10-24T08:03:16.493Z`) is later than any previous values (the previous latest date was `2024-10-17T17:11:38.493Z`):\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | -------- | ------------------------ |\n| 11 | Kylie Minogue | Pop star | 2024-10-24T08:03:16.493Z |\n\nThe **Discarded** tab contains the 15 items with a `last_updated` column value equal to or earlier than the previous latest date (`2024-10-17T17:11:38.493Z`). Even though it's new, this table includes the entry for \"Harry Nilsson\" because its `last_updated` value isn't later than the previous maximum value:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 10 | Harry Nilsson | Singer-songwriter | 2020-10-17T17:11:38.493Z |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n",
55635
- "excerpt": "# Templates and examples Here are some templates and examples for the [Remove Duplicates node](../). Continuous examples The examples included in this section are a sequence. Follow from one to another to avoid unexpected results. ## Templates **Check workflow templates against Creator Hub guidelines with Gemini and Gmail** by Oka Hironobu [View template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/) **Generate docu...",
55636
- "sections": [
55637
- {
55638
- "title": "Templates and examples",
55639
- "level": 1,
55640
- "content": "Here are some templates and examples for the [Remove Duplicates node](../).\n\nContinuous examples\n\nThe examples included in this section are a sequence. Follow from one to another to avoid unexpected results."
55641
- }
55642
- ]
55643
- },
55644
- "metadata": {
55645
- "keywords": [
55646
- "templates",
55647
- "examples",
55648
- "sample",
55649
- "data",
55650
- "using",
55651
- "code",
55652
- "node",
55653
- "removing",
55654
- "duplicates",
55655
- "from",
55656
- "current",
55657
- "input",
55658
- "keep",
55659
- "items",
55660
- "where",
55661
- "value",
55662
- "higher",
55663
- "than",
55664
- "previous",
55665
- "date",
55666
- "later"
55667
- ],
55668
- "useCases": [
55669
- "7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.",
55670
- "7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**."
55671
- ],
55672
- "operations": [],
55673
- "codeExamples": 1,
55674
- "complexity": "beginner",
55675
- "readingTime": "13 min",
55676
- "contentLength": 17935,
55677
- "relatedPages": []
55678
- },
55679
- "searchIndex": {
55680
- "fullText": "templates and examples # templates and examples\n\nhere are some templates and examples for the [remove duplicates node](../).\n\ncontinuous examples\n\nthe examples included in this section are a sequence. follow from one to another to avoid unexpected results.\n\n## templates\n\n**check workflow templates against creator hub guidelines with gemini and gmail**\n\nby oka hironobu\n\n[view template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/)\n\n**generate documents from saved templates and variables using autype**\n\nby 8automator\n\n[view template details](https://n8n.io/workflows/13784-generate-documents-from-saved-templates-and-variables-using-autype/)\n\n**job brief analysis with openai to find relevant templates and log in google sheets**\n\nby jeremiah wright\n\n[view template details](https://n8n.io/workflows/9019-job-brief-analysis-with-openai-to-find-relevant-templates-and-log-in-google-sheets/)\n\n[browse templates and examples integration templates](https://n8n.io/integrations/remove-duplicates/), or [search all templates](https://n8n.io/workflows/)\n\n## set up sample data using the code node\n\ncreate a workflow with some example input data to try out the remove duplicates node.\n\n1. add a code node to the canvas and connect it to the manual trigger node.\n\n1. in the code node, set **mode** to **run once for each item** and **language** to **javascript**.\n\n1. paste the following javascript code snippet in the **javascript** field:\n\n ```\n let data =[];\n\n return {\n data: [\n { id: 1, name: 'taylor swift', job: 'pop star', last_updated: '2024-09-20t10:12:43.493z' },\n { id: 2, name: 'ed sheeran', job: 'singer-songwriter', last_updated: '2024-10-05t08:30:59.493z' },\n { id: 3, name: 'adele', job: 'singer-songwriter', last_updated: '2024-10-07t14:15:59.493z' },\n { id: 4, name: 'bruno mars', job: 'singer-songwriter', last_updated: '2024-08-25t17:45:12.493z' },\n { id: 1, name: 'taylor swift', job: 'pop star', last_updated: '2024-09-20t10:12:43.493z' }, // duplicate\n { id: 5, name: 'billie eilish', job: 'singer-songwriter', last_updated: '2024-09-10t09:30:12.493z' },\n { id: 6, name: 'katy perry', job: 'pop star', last_updated: '2024-10-08t12:30:45.493z' },\n { id: 2, name: 'ed sheeran', job: 'singer-songwriter', last_updated: '2024-10-05t08:30:59.493z' }, // duplicate\n { id: 7, name: 'lady gaga', job: 'pop star', last_updated: '2024-09-15t14:45:30.493z' },\n { id: 8, name: 'rihanna', job: 'pop star', last_updated: '2024-10-01t11:50:22.493z' },\n { id: 3, name: 'adele', job: 'singer-songwriter', last_updated: '2024-10-07t14:15:59.493z' }, // duplicate\n //{ id: 9, name: 'tom hanks', job: 'actor', last_updated: '2024-10-17t13:58:31.493z' },\n //{ id: 0, name: 'madonna', job: 'pop star', last_updated: '2024-10-17t17:11:38.493z' },\n //{ id: 15, name: 'bob dylan', job: 'folk singer', last_updated: '2024-09-24t08:03:16.493z'},\n //{ id: 10, name: 'harry nilsson', job: 'singer-songwriter', last_updated: '2020-10-17t17:11:38.493z' },\n //{ id: 11, name: 'kylie minogue', job: 'pop star', last_updated: '2024-10-24t08:03:16.493z'},\n ]\n }\n ```\n\n1. add a split out node to the canvas and connect it to the code node.\n\n1. in the split out node, enter `data` in the **fields to split out** field.\n\n## removing duplicates from the current input\n\n1. add a remove duplicates node to the canvas and connect it to the split out node. choose **remove items repeated within current input** as the **action** to start.\n1. open the remove duplicates node and ensure that the **operation** is set to **remove items repeated within current input**.\n1. choose **all fields** in the **compare** field.\n1. select **execute step** to run the remove duplicates node, removing duplicated data in the current input.\n\nn8n removes the items that have the same data across all fields. your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\n5. open the remove duplicates node again and change the **compare** parameter to **selected fields**.\n1. in the **fields to compare** field, enter `job`.\n1. select **execute step** to run the remove duplicates node, removing duplicated data in the current input.\n\nn8n removes the items in the current input that have the same `job` data. your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------ | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n\n## keep items where the value is new\n\n1. open the remove duplicates node and set the **operation** to **remove items processed in previous executions**.\n1. set the **keep items where** parameter to **value is new**.\n1. set the **value to dedupe on** parameter to `{{ $json.name }}`.\n1. on the canvas, select **execute workflow** to run the workflow. open the remove duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. since this is the first time running the remove duplicates node with this operation, n8n processes all data items and places them into the **kept** output tab. the order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\nitems are only compared against previous executions\n\nthe current input items are only compared against the stored items from previous executions. this means that items repeated within the current input aren't removed in this mode of operation. if you need to remove duplicate items within the current input *and* across executions, connect two remove duplicate nodes together sequentially. set the first to use the **remove items repated within current input** operation and the second to use the **remove items processed in previous executions** operation.\n\n5. open the code node and uncomment (remove the `//` from) the line for \"tom hanks.\"\n1. on the canvas, select **execute workflow** again. open the remove duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. this time, the **kept** tab contains the one new record from the code node:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ------- | ------------------------ |\n| 9 | tom hanks | actor | 2024-10-17t13:58:31.493z |\n\nthe **discarded** tab contains the items processed by the previous execution:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\nbefore continuing, clear the duplication history to get ready for the next example:\n\n7. open the remove duplicates node and set the **operation** to **clear deduplication history**.\n1. select **execute step** to clear the current duplication history.\n\n## keep items where the value is higher than any previous value\n\n1. open the remove duplicates node and set the **operation** to **remove items processed in previous executions**.\n1. set the **keep items where** parameter to **value is higher than any previous value**.\n1. set the **value to dedupe on** parameter to `{{ $json.id }}`.\n1. on the canvas, select **execute workflow** to run the workflow. open the remove duplicates node to examine the results.\n\nn8n compares the current input",
55681
- "importantTerms": [
55682
- "singer",
55683
- "songwriter",
55684
- "star",
55685
- "items",
55686
- "remove",
55687
- "node",
55688
- "name",
55689
- "previous",
55690
- "duplicates",
55691
- "data",
55692
- "value",
55693
- "input",
55694
- "current",
55695
- "this",
55696
- "taylor",
55697
- "swift",
55698
- "sheeran",
55699
- "open",
55700
- "from",
55701
- "adele",
55702
- "templates",
55703
- "executions",
55704
- "than",
55705
- "workflow",
55706
- "operation",
55707
- "select",
55708
- "execute",
55709
- "code",
55710
- "canvas",
55711
- "with",
55712
- "bruno",
55713
- "mars",
55714
- "billie",
55715
- "eilish",
55716
- "katy",
55717
- "perry",
55718
- "lady",
55719
- "gaga",
55720
- "rihanna",
55721
- "history",
55722
- "examples",
55723
- "results",
55724
- "hanks",
55725
- "again",
55726
- "parameter",
55727
- "stored",
55728
- "actor",
55729
- "madonna",
55730
- "dylan",
55731
- "keep"
55732
- ]
55733
- }
55734
- },
55735
- {
55736
- "id": "page-0706",
55737
55570
  "title": "Remove Duplicates node documentation",
55738
55571
  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/index.md",
55739
55572
  "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/index.md",
@@ -55844,6 +55677,117 @@
55844
55677
  ]
55845
55678
  }
55846
55679
  },
55680
+ {
55681
+ "id": "page-0706",
55682
+ "title": "Templates and examples",
55683
+ "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/templates-and-examples/index.md",
55684
+ "urlPath": "integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/templates-and-examples/index.md",
55685
+ "category": "other",
55686
+ "subcategory": null,
55687
+ "nodeName": "removeduplicates",
55688
+ "nodeType": "n8n-nodes-base.removeduplicates",
55689
+ "content": {
55690
+ "markdown": "# Templates and examples\n\nHere are some templates and examples for the [Remove Duplicates node](../).\n\nContinuous examples\n\nThe examples included in this section are a sequence. Follow from one to another to avoid unexpected results.\n\n## Templates\n\n**Check workflow templates against Creator Hub guidelines with Gemini and Gmail**\n\nby Oka Hironobu\n\n[View template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/)\n\n**Generate documents from saved templates and variables using Autype**\n\nby 8Automator\n\n[View template details](https://n8n.io/workflows/13784-generate-documents-from-saved-templates-and-variables-using-autype/)\n\n**Job Brief Analysis with OpenAI to Find Relevant Templates and Log in Google Sheets**\n\nby Jeremiah Wright\n\n[View template details](https://n8n.io/workflows/9019-job-brief-analysis-with-openai-to-find-relevant-templates-and-log-in-google-sheets/)\n\n[Browse Templates and examples integration templates](https://n8n.io/integrations/remove-duplicates/), or [search all templates](https://n8n.io/workflows/)\n\n## Set up sample data using the Code node\n\nCreate a workflow with some example input data to try out the Remove Duplicates node.\n\n1. Add a Code node to the canvas and connect it to the Manual Trigger node.\n\n1. In the Code node, set **Mode** to **Run Once for Each Item** and **Language** to **JavaScript**.\n\n1. Paste the following JavaScript code snippet in the **JavaScript** field:\n\n ```\n let data =[];\n\n return {\n data: [\n { id: 1, name: 'Taylor Swift', job: 'Pop star', last_updated: '2024-09-20T10:12:43.493Z' },\n { id: 2, name: 'Ed Sheeran', job: 'Singer-songwriter', last_updated: '2024-10-05T08:30:59.493Z' },\n { id: 3, name: 'Adele', job: 'Singer-songwriter', last_updated: '2024-10-07T14:15:59.493Z' },\n { id: 4, name: 'Bruno Mars', job: 'Singer-songwriter', last_updated: '2024-08-25T17:45:12.493Z' },\n { id: 1, name: 'Taylor Swift', job: 'Pop star', last_updated: '2024-09-20T10:12:43.493Z' }, // duplicate\n { id: 5, name: 'Billie Eilish', job: 'Singer-songwriter', last_updated: '2024-09-10T09:30:12.493Z' },\n { id: 6, name: 'Katy Perry', job: 'Pop star', last_updated: '2024-10-08T12:30:45.493Z' },\n { id: 2, name: 'Ed Sheeran', job: 'Singer-songwriter', last_updated: '2024-10-05T08:30:59.493Z' }, // duplicate\n { id: 7, name: 'Lady Gaga', job: 'Pop star', last_updated: '2024-09-15T14:45:30.493Z' },\n { id: 8, name: 'Rihanna', job: 'Pop star', last_updated: '2024-10-01T11:50:22.493Z' },\n { id: 3, name: 'Adele', job: 'Singer-songwriter', last_updated: '2024-10-07T14:15:59.493Z' }, // duplicate\n //{ id: 9, name: 'Tom Hanks', job: 'Actor', last_updated: '2024-10-17T13:58:31.493Z' },\n //{ id: 0, name: 'Madonna', job: 'Pop star', last_updated: '2024-10-17T17:11:38.493Z' },\n //{ id: 15, name: 'Bob Dylan', job: 'Folk singer', last_updated: '2024-09-24T08:03:16.493Z'},\n //{ id: 10, name: 'Harry Nilsson', job: 'Singer-songwriter', last_updated: '2020-10-17T17:11:38.493Z' },\n //{ id: 11, name: 'Kylie Minogue', job: 'Pop star', last_updated: '2024-10-24T08:03:16.493Z'},\n ]\n }\n ```\n\n1. Add a Split Out node to the canvas and connect it to the Code node.\n\n1. In the Split Out node, enter `data` in the **Fields To Split Out** field.\n\n## Removing duplicates from the current input\n\n1. Add a Remove Duplicates node to the canvas and connect it to the Split Out node. Choose **Remove items repeated within current input** as the **Action** to start.\n1. Open the Remove Duplicates node and ensure that the **Operation** is set to **Remove Items Repeated Within Current Input**.\n1. Choose **All fields** in the **Compare** field.\n1. Select **Execute step** to run the Remove Duplicates node, removing duplicated data in the current input.\n\nn8n removes the items that have the same data across all fields. Your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\n5. Open the Remove Duplicates node again and change the **Compare** parameter to **Selected Fields**.\n1. In the **Fields To Compare** field, enter `job`.\n1. Select **Execute step** to run the Remove Duplicates node, removing duplicated data in the current input.\n\nn8n removes the items in the current input that have the same `job` data. Your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------ | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n\n## Keep items where the value is new\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is New**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.name }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node with this operation, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\nItems are only compared against previous executions\n\nThe current input items are only compared against the stored items from previous executions. This means that items repeated within the current input aren't removed in this mode of operation. If you need to remove duplicate items within the current input *and* across executions, connect two Remove Duplicate nodes together sequentially. Set the first to use the **Remove Items Repated Within Current Input** operation and the second to use the **Remove Items Processed in Previous Executions** operation.\n\n5. Open the Code node and uncomment (remove the `//` from) the line for \"Tom Hanks.\"\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains the one new record from the Code node:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ------- | ------------------------ |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\nThe **Discarded** tab contains the items processed by the previous execution:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n\nBefore continuing, clear the duplication history to get ready for the next example:\n\n7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.\n1. Select **Execute step** to clear the current duplication history.\n\n## Keep items where the value is higher than any previous value\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is Higher than Any Previous Value**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.id }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node after clearing the history, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\n5. Open the Code node and uncomment (remove the `//` from) the lines for \"Madonna\" and \"Bob Dylan.\"\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains a single entry for \"Bob Dylan.\" n8n keeps this item because its `id` column value (15) is higher than any previous values (the previous maximum value was 9):\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ----------- | ------------------------ |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n\nThe **Discarded** tab contains the 13 items with an `id` column value equal to or less than the previous maximum value (9). Even though it's new, this table includes the entry for \"Madonna\" because its `id` value isn't larger than the previous maximum value:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n\nBefore continuing, clear the duplication history to get ready for the next example:\n\n7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.\n1. Select **Execute step** to clear the current duplication history.\n\n## Keep items where the value is a date later than any previous date\n\n1. Open the Remove Duplicates node and set the **Operation** to **Remove Items Processed in Previous Executions**.\n1. Set the **Keep Items Where** parameter to **Value Is a Date Later than Any Previous Date**.\n1. Set the **Value to Dedupe On** parameter to `{{ $json.last_updated }}`.\n1. On the canvas, select **Execute workflow** to run the workflow. Open the Remove Duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. Since this is the first time running the Remove Duplicates node after clearing the history, n8n processes all data items and places them into the **Kept** output tab. The order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n\n5. Open the Code node and uncomment (remove the `//` from) the lines for \"Harry Nilsson\" and \"Kylie Minogue.\"\n\n1. On the canvas, select **Execute workflow** again. Open the Remove Duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. This time, the **Kept** tab contains a single entry for \"Kylie Minogue.\" n8n keeps this item because its `last_updated` column value (`2024-10-24T08:03:16.493Z`) is later than any previous values (the previous latest date was `2024-10-17T17:11:38.493Z`):\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | -------- | ------------------------ |\n| 11 | Kylie Minogue | Pop star | 2024-10-24T08:03:16.493Z |\n\nThe **Discarded** tab contains the 15 items with a `last_updated` column value equal to or earlier than the previous latest date (`2024-10-17T17:11:38.493Z`). Even though it's new, this table includes the entry for \"Harry Nilsson\" because its `last_updated` value isn't later than the previous maximum value:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 10 | Harry Nilsson | Singer-songwriter | 2020-10-17T17:11:38.493Z |\n| 0 | Madonna | Pop star | 2024-10-17T17:11:38.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 1 | Taylor Swift | Pop star | 2024-09-20T10:12:43.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 2 | Ed Sheeran | Singer-songwriter | 2024-10-05T08:30:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 3 | Adele | Singer-songwriter | 2024-10-07T14:15:59.493Z |\n| 4 | Bruno Mars | Singer-songwriter | 2024-08-25T17:45:12.493Z |\n| 5 | Billie Eilish | Singer-songwriter | 2024-09-10T09:30:12.493Z |\n| 6 | Katy Perry | Pop star | 2024-10-08T12:30:45.493Z |\n| 7 | Lady Gaga | Pop star | 2024-09-15T14:45:30.493Z |\n| 8 | Rihanna | Pop star | 2024-10-01T11:50:22.493Z |\n| 9 | Tom Hanks | Actor | 2024-10-17T13:58:31.493Z |\n| 15 | Bob Dylan | Folk singer | 2024-09-24T08:03:16.493Z |\n",
55691
+ "excerpt": "# Templates and examples Here are some templates and examples for the [Remove Duplicates node](../). Continuous examples The examples included in this section are a sequence. Follow from one to another to avoid unexpected results. ## Templates **Check workflow templates against Creator Hub guidelines with Gemini and Gmail** by Oka Hironobu [View template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/) **Generate docu...",
55692
+ "sections": [
55693
+ {
55694
+ "title": "Templates and examples",
55695
+ "level": 1,
55696
+ "content": "Here are some templates and examples for the [Remove Duplicates node](../).\n\nContinuous examples\n\nThe examples included in this section are a sequence. Follow from one to another to avoid unexpected results."
55697
+ }
55698
+ ]
55699
+ },
55700
+ "metadata": {
55701
+ "keywords": [
55702
+ "templates",
55703
+ "examples",
55704
+ "sample",
55705
+ "data",
55706
+ "using",
55707
+ "code",
55708
+ "node",
55709
+ "removing",
55710
+ "duplicates",
55711
+ "from",
55712
+ "current",
55713
+ "input",
55714
+ "keep",
55715
+ "items",
55716
+ "where",
55717
+ "value",
55718
+ "higher",
55719
+ "than",
55720
+ "previous",
55721
+ "date",
55722
+ "later"
55723
+ ],
55724
+ "useCases": [
55725
+ "7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**.",
55726
+ "7. Open the Remove Duplicates node and set the **Operation** to **Clear Deduplication History**."
55727
+ ],
55728
+ "operations": [],
55729
+ "codeExamples": 1,
55730
+ "complexity": "beginner",
55731
+ "readingTime": "13 min",
55732
+ "contentLength": 17935,
55733
+ "relatedPages": []
55734
+ },
55735
+ "searchIndex": {
55736
+ "fullText": "templates and examples # templates and examples\n\nhere are some templates and examples for the [remove duplicates node](../).\n\ncontinuous examples\n\nthe examples included in this section are a sequence. follow from one to another to avoid unexpected results.\n\n## templates\n\n**check workflow templates against creator hub guidelines with gemini and gmail**\n\nby oka hironobu\n\n[view template details](https://n8n.io/workflows/13769-check-workflow-templates-against-creator-hub-guidelines-with-gemini-and-gmail/)\n\n**generate documents from saved templates and variables using autype**\n\nby 8automator\n\n[view template details](https://n8n.io/workflows/13784-generate-documents-from-saved-templates-and-variables-using-autype/)\n\n**job brief analysis with openai to find relevant templates and log in google sheets**\n\nby jeremiah wright\n\n[view template details](https://n8n.io/workflows/9019-job-brief-analysis-with-openai-to-find-relevant-templates-and-log-in-google-sheets/)\n\n[browse templates and examples integration templates](https://n8n.io/integrations/remove-duplicates/), or [search all templates](https://n8n.io/workflows/)\n\n## set up sample data using the code node\n\ncreate a workflow with some example input data to try out the remove duplicates node.\n\n1. add a code node to the canvas and connect it to the manual trigger node.\n\n1. in the code node, set **mode** to **run once for each item** and **language** to **javascript**.\n\n1. paste the following javascript code snippet in the **javascript** field:\n\n ```\n let data =[];\n\n return {\n data: [\n { id: 1, name: 'taylor swift', job: 'pop star', last_updated: '2024-09-20t10:12:43.493z' },\n { id: 2, name: 'ed sheeran', job: 'singer-songwriter', last_updated: '2024-10-05t08:30:59.493z' },\n { id: 3, name: 'adele', job: 'singer-songwriter', last_updated: '2024-10-07t14:15:59.493z' },\n { id: 4, name: 'bruno mars', job: 'singer-songwriter', last_updated: '2024-08-25t17:45:12.493z' },\n { id: 1, name: 'taylor swift', job: 'pop star', last_updated: '2024-09-20t10:12:43.493z' }, // duplicate\n { id: 5, name: 'billie eilish', job: 'singer-songwriter', last_updated: '2024-09-10t09:30:12.493z' },\n { id: 6, name: 'katy perry', job: 'pop star', last_updated: '2024-10-08t12:30:45.493z' },\n { id: 2, name: 'ed sheeran', job: 'singer-songwriter', last_updated: '2024-10-05t08:30:59.493z' }, // duplicate\n { id: 7, name: 'lady gaga', job: 'pop star', last_updated: '2024-09-15t14:45:30.493z' },\n { id: 8, name: 'rihanna', job: 'pop star', last_updated: '2024-10-01t11:50:22.493z' },\n { id: 3, name: 'adele', job: 'singer-songwriter', last_updated: '2024-10-07t14:15:59.493z' }, // duplicate\n //{ id: 9, name: 'tom hanks', job: 'actor', last_updated: '2024-10-17t13:58:31.493z' },\n //{ id: 0, name: 'madonna', job: 'pop star', last_updated: '2024-10-17t17:11:38.493z' },\n //{ id: 15, name: 'bob dylan', job: 'folk singer', last_updated: '2024-09-24t08:03:16.493z'},\n //{ id: 10, name: 'harry nilsson', job: 'singer-songwriter', last_updated: '2020-10-17t17:11:38.493z' },\n //{ id: 11, name: 'kylie minogue', job: 'pop star', last_updated: '2024-10-24t08:03:16.493z'},\n ]\n }\n ```\n\n1. add a split out node to the canvas and connect it to the code node.\n\n1. in the split out node, enter `data` in the **fields to split out** field.\n\n## removing duplicates from the current input\n\n1. add a remove duplicates node to the canvas and connect it to the split out node. choose **remove items repeated within current input** as the **action** to start.\n1. open the remove duplicates node and ensure that the **operation** is set to **remove items repeated within current input**.\n1. choose **all fields** in the **compare** field.\n1. select **execute step** to run the remove duplicates node, removing duplicated data in the current input.\n\nn8n removes the items that have the same data across all fields. your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\n5. open the remove duplicates node again and change the **compare** parameter to **selected fields**.\n1. in the **fields to compare** field, enter `job`.\n1. select **execute step** to run the remove duplicates node, removing duplicated data in the current input.\n\nn8n removes the items in the current input that have the same `job` data. your output in table view should look like this:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------ | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n\n## keep items where the value is new\n\n1. open the remove duplicates node and set the **operation** to **remove items processed in previous executions**.\n1. set the **keep items where** parameter to **value is new**.\n1. set the **value to dedupe on** parameter to `{{ $json.name }}`.\n1. on the canvas, select **execute workflow** to run the workflow. open the remove duplicates node to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. since this is the first time running the remove duplicates node with this operation, n8n processes all data items and places them into the **kept** output tab. the order of the items may be different than the order in the input data:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\nitems are only compared against previous executions\n\nthe current input items are only compared against the stored items from previous executions. this means that items repeated within the current input aren't removed in this mode of operation. if you need to remove duplicate items within the current input *and* across executions, connect two remove duplicate nodes together sequentially. set the first to use the **remove items repated within current input** operation and the second to use the **remove items processed in previous executions** operation.\n\n5. open the code node and uncomment (remove the `//` from) the line for \"tom hanks.\"\n1. on the canvas, select **execute workflow** again. open the remove duplicates node again to examine the results.\n\nn8n compares the current input data to the items stored from previous executions. this time, the **kept** tab contains the one new record from the code node:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | --------- | ------- | ------------------------ |\n| 9 | tom hanks | actor | 2024-10-17t13:58:31.493z |\n\nthe **discarded** tab contains the items processed by the previous execution:\n\n| **id** | **name** | **job** | **last_updated** |\n| ------ | ------------- | ----------------- | ------------------------ |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 1 | taylor swift | pop star | 2024-09-20t10:12:43.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 2 | ed sheeran | singer-songwriter | 2024-10-05t08:30:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 3 | adele | singer-songwriter | 2024-10-07t14:15:59.493z |\n| 4 | bruno mars | singer-songwriter | 2024-08-25t17:45:12.493z |\n| 5 | billie eilish | singer-songwriter | 2024-09-10t09:30:12.493z |\n| 6 | katy perry | pop star | 2024-10-08t12:30:45.493z |\n| 7 | lady gaga | pop star | 2024-09-15t14:45:30.493z |\n| 8 | rihanna | pop star | 2024-10-01t11:50:22.493z |\n\nbefore continuing, clear the duplication history to get ready for the next example:\n\n7. open the remove duplicates node and set the **operation** to **clear deduplication history**.\n1. select **execute step** to clear the current duplication history.\n\n## keep items where the value is higher than any previous value\n\n1. open the remove duplicates node and set the **operation** to **remove items processed in previous executions**.\n1. set the **keep items where** parameter to **value is higher than any previous value**.\n1. set the **value to dedupe on** parameter to `{{ $json.id }}`.\n1. on the canvas, select **execute workflow** to run the workflow. open the remove duplicates node to examine the results.\n\nn8n compares the current input",
55737
+ "importantTerms": [
55738
+ "singer",
55739
+ "songwriter",
55740
+ "star",
55741
+ "items",
55742
+ "remove",
55743
+ "node",
55744
+ "name",
55745
+ "previous",
55746
+ "duplicates",
55747
+ "data",
55748
+ "value",
55749
+ "input",
55750
+ "current",
55751
+ "this",
55752
+ "taylor",
55753
+ "swift",
55754
+ "sheeran",
55755
+ "open",
55756
+ "from",
55757
+ "adele",
55758
+ "templates",
55759
+ "executions",
55760
+ "than",
55761
+ "workflow",
55762
+ "operation",
55763
+ "select",
55764
+ "execute",
55765
+ "code",
55766
+ "canvas",
55767
+ "with",
55768
+ "bruno",
55769
+ "mars",
55770
+ "billie",
55771
+ "eilish",
55772
+ "katy",
55773
+ "perry",
55774
+ "lady",
55775
+ "gaga",
55776
+ "rihanna",
55777
+ "history",
55778
+ "examples",
55779
+ "results",
55780
+ "hanks",
55781
+ "again",
55782
+ "parameter",
55783
+ "stored",
55784
+ "actor",
55785
+ "madonna",
55786
+ "dylan",
55787
+ "keep"
55788
+ ]
55789
+ }
55790
+ },
55847
55791
  {
55848
55792
  "id": "page-0707",
55849
55793
  "title": "Schedule Trigger",
@@ -58392,6 +58336,55 @@
58392
58336
  },
58393
58337
  {
58394
58338
  "id": "page-0744",
58339
+ "title": "Brevo credentials",
58340
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/brevo/index.md",
58341
+ "urlPath": "integrations/builtin/credentials/brevo/index.md",
58342
+ "category": "other",
58343
+ "subcategory": null,
58344
+ "nodeName": null,
58345
+ "nodeType": null,
58346
+ "content": {
58347
+ "markdown": "# Brevo credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)\n\n## Prerequisites\n\nCreate a [Brevo](https://www.brevo.com/) developer account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Brevo's API documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticating with the service.\n\n## API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**: Refer to the [Brevo API Quick Start documentation](https://developers.brevo.com/docs/getting-started#quick-start) for instructions on creating a new API key.\n",
58348
+ "excerpt": "# Brevo credentials You can use these credentials to authenticate the following nodes: - [Brevo node](../../app-nodes/n8n-nodes-base.brevo/) - [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/) ## Prerequisites Create a [Brevo](https://www.brevo.com/) developer account. ## Supported authentication methods - API key ## Related resources Refer to [Brevo's API documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticati...",
58349
+ "sections": [
58350
+ {
58351
+ "title": "Brevo credentials",
58352
+ "level": 1,
58353
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)"
58354
+ }
58355
+ ]
58356
+ },
58357
+ "metadata": {
58358
+ "keywords": [
58359
+ "brevo",
58360
+ "credentials",
58361
+ "prerequisites",
58362
+ "supported",
58363
+ "authentication",
58364
+ "methods",
58365
+ "related",
58366
+ "resources"
58367
+ ],
58368
+ "useCases": [],
58369
+ "operations": [],
58370
+ "codeExamples": 0,
58371
+ "complexity": "beginner",
58372
+ "readingTime": "1 min",
58373
+ "contentLength": 754,
58374
+ "relatedPages": []
58375
+ },
58376
+ "searchIndex": {
58377
+ "fullText": "brevo credentials # brevo credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [brevo trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)\n\n## prerequisites\n\ncreate a [brevo](https://www.brevo.com/) developer account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [brevo's api documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticating with the service.\n\n## api key\n\nto configure this credential, you'll need:\n\n- an **api key**: refer to the [brevo api quick start documentation](https://developers.brevo.com/docs/getting-started#quick-start) for instructions on creating a new api key.\n brevo credentials",
58378
+ "importantTerms": [
58379
+ "brevo",
58380
+ "nodes",
58381
+ "credentials",
58382
+ "https"
58383
+ ]
58384
+ }
58385
+ },
58386
+ {
58387
+ "id": "page-0745",
58395
58388
  "title": "Bubble credentials",
58396
58389
  "url": "https://docs.n8n.io/integrations/builtin/credentials/bubble/index.md",
58397
58390
  "urlPath": "integrations/builtin/credentials/bubble/index.md",
@@ -58465,55 +58458,6 @@
58465
58458
  ]
58466
58459
  }
58467
58460
  },
58468
- {
58469
- "id": "page-0745",
58470
- "title": "Brevo credentials",
58471
- "url": "https://docs.n8n.io/integrations/builtin/credentials/brevo/index.md",
58472
- "urlPath": "integrations/builtin/credentials/brevo/index.md",
58473
- "category": "other",
58474
- "subcategory": null,
58475
- "nodeName": null,
58476
- "nodeType": null,
58477
- "content": {
58478
- "markdown": "# Brevo credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)\n\n## Prerequisites\n\nCreate a [Brevo](https://www.brevo.com/) developer account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Brevo's API documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticating with the service.\n\n## API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**: Refer to the [Brevo API Quick Start documentation](https://developers.brevo.com/docs/getting-started#quick-start) for instructions on creating a new API key.\n",
58479
- "excerpt": "# Brevo credentials You can use these credentials to authenticate the following nodes: - [Brevo node](../../app-nodes/n8n-nodes-base.brevo/) - [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/) ## Prerequisites Create a [Brevo](https://www.brevo.com/) developer account. ## Supported authentication methods - API key ## Related resources Refer to [Brevo's API documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticati...",
58480
- "sections": [
58481
- {
58482
- "title": "Brevo credentials",
58483
- "level": 1,
58484
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [Brevo Trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)"
58485
- }
58486
- ]
58487
- },
58488
- "metadata": {
58489
- "keywords": [
58490
- "brevo",
58491
- "credentials",
58492
- "prerequisites",
58493
- "supported",
58494
- "authentication",
58495
- "methods",
58496
- "related",
58497
- "resources"
58498
- ],
58499
- "useCases": [],
58500
- "operations": [],
58501
- "codeExamples": 0,
58502
- "complexity": "beginner",
58503
- "readingTime": "1 min",
58504
- "contentLength": 754,
58505
- "relatedPages": []
58506
- },
58507
- "searchIndex": {
58508
- "fullText": "brevo credentials # brevo credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [brevo node](../../app-nodes/n8n-nodes-base.brevo/)\n- [brevo trigger node](../../trigger-nodes/n8n-nodes-base.brevotrigger/)\n\n## prerequisites\n\ncreate a [brevo](https://www.brevo.com/) developer account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [brevo's api documentation](https://developers.brevo.com/reference/getting-started-1) for more information about authenticating with the service.\n\n## api key\n\nto configure this credential, you'll need:\n\n- an **api key**: refer to the [brevo api quick start documentation](https://developers.brevo.com/docs/getting-started#quick-start) for instructions on creating a new api key.\n brevo credentials",
58509
- "importantTerms": [
58510
- "brevo",
58511
- "nodes",
58512
- "credentials",
58513
- "https"
58514
- ]
58515
- }
58516
- },
58517
58461
  {
58518
58462
  "id": "page-0746",
58519
58463
  "title": "Cal.com credentials",
@@ -62589,27 +62533,28 @@
62589
62533
  },
62590
62534
  {
62591
62535
  "id": "page-0812",
62592
- "title": "Gotify credentials",
62593
- "url": "https://docs.n8n.io/integrations/builtin/credentials/gotify/index.md",
62594
- "urlPath": "integrations/builtin/credentials/gotify/index.md",
62536
+ "title": "Google Gemini(PaLM) credentials",
62537
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/googleai/index.md",
62538
+ "urlPath": "integrations/builtin/credentials/googleai/index.md",
62595
62539
  "category": "other",
62596
62540
  "subcategory": null,
62597
62541
  "nodeName": null,
62598
62542
  "nodeType": null,
62599
62543
  "content": {
62600
- "markdown": "# Gotify credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Gotify](../../app-nodes/n8n-nodes-base.gotify/)\n\n## Prerequisites\n\nInstall [Gotify](https://gotify.net/docs/install) on your server.\n\n## Supported authentication methods\n\n- API token\n\n## Related resources\n\nRefer to [Gotify's API documentation](https://gotify.net/api-docs) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An **App API Token**: Only required if you'll use this credential to create messages. To generate an App API token, create an application from the **Apps** menu. Refer to [Gotify's Push messages documentation](https://gotify.net/docs/pushmsg) for more information.\n- A **Client API Token**: Required for all actions other than creating messages (such as deleting or retrieving messages). To generate a Client API token, create a client from the **Clients** menu.\n- The **URL** of the Gotify host\n",
62601
- "excerpt": "# Gotify credentials You can use these credentials to authenticate the following nodes: - [Gotify](../../app-nodes/n8n-nodes-base.gotify/) ## Prerequisites Install [Gotify](https://gotify.net/docs/install) on your server. ## Supported authentication methods - API token ## Related resources Refer to [Gotify's API documentation](https://gotify.net/api-docs) for more information about the service. ## Using API token To configure this credential, you'll need: - An **App API Token**: Only...",
62544
+ "markdown": "# Google Gemini(PaLM) credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)\n\n## Prerequisites\n\n- Create a [Google Cloud](https://cloud.google.com/) account.\n- Create a [Google Cloud Platform project](https://developers.google.com/workspace/marketplace/create-gcp-project).\n\n## Supported authentication methods\n\n- Gemini(PaLM) API key\n\n## Related resources\n\nRefer to [Google's Gemini API documentation](https://ai.google.dev/gemini-api/docs) for more information about the service.\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\n## Using Gemini(PaLM) API key\n\nTo configure this credential, you'll need:\n\n- The API **Host** URL: Both PaLM and Gemini use the default `https://generativelanguage.googleapis.com`.\n- An **API Key**: Create a key in [Google AI Studio](https://aistudio.google.com/apikey).\n\nCustom hosts not supported\n\nThe related nodes don't yet support custom hosts or proxies for the API host and must use `https://generativelanguage.googleapis.com`.\n\nTo create an API key:\n\n1. Go to the API Key page in Google AI Studio: <https://aistudio.google.com/apikey>.\n1. Select **Create API Key**.\n1. You can choose whether to **Create API key in new project** or search for an existing Google Cloud project to **Create API key in existing project**.\n1. Copy the generated API key and add it to your n8n credential.\n",
62545
+ "excerpt": "# Google Gemini(PaLM) credentials You can use these credentials to authenticate the following nodes: - [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/) - [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/) - [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/) - [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/) ## Prerequisites - Cre...",
62602
62546
  "sections": [
62603
62547
  {
62604
- "title": "Gotify credentials",
62548
+ "title": "Google Gemini(PaLM) credentials",
62605
62549
  "level": 1,
62606
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Gotify](../../app-nodes/n8n-nodes-base.gotify/)"
62550
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)"
62607
62551
  }
62608
62552
  ]
62609
62553
  },
62610
62554
  "metadata": {
62611
62555
  "keywords": [
62612
- "gotify",
62556
+ "google",
62557
+ "gemini(palm)",
62613
62558
  "credentials",
62614
62559
  "prerequisites",
62615
62560
  "supported",
@@ -62617,56 +62562,56 @@
62617
62562
  "methods",
62618
62563
  "related",
62619
62564
  "resources",
62620
- "using",
62621
- "token"
62565
+ "using"
62622
62566
  ],
62623
62567
  "useCases": [],
62624
62568
  "operations": [],
62625
62569
  "codeExamples": 0,
62626
62570
  "complexity": "beginner",
62627
62571
  "readingTime": "1 min",
62628
- "contentLength": 969,
62572
+ "contentLength": 1741,
62629
62573
  "relatedPages": []
62630
62574
  },
62631
62575
  "searchIndex": {
62632
- "fullText": "gotify credentials # gotify credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [gotify](../../app-nodes/n8n-nodes-base.gotify/)\n\n## prerequisites\n\ninstall [gotify](https://gotify.net/docs/install) on your server.\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [gotify's api documentation](https://gotify.net/api-docs) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an **app api token**: only required if you'll use this credential to create messages. to generate an app api token, create an application from the **apps** menu. refer to [gotify's push messages documentation](https://gotify.net/docs/pushmsg) for more information.\n- a **client api token**: required for all actions other than creating messages (such as deleting or retrieving messages). to generate a client api token, create a client from the **clients** menu.\n- the **url** of the gotify host\n gotify credentials",
62576
+ "fullText": "google gemini(palm) credentials # google gemini(palm) credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [embeddings google gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [google gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [google gemini chat model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [embeddings google palm](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)\n\n## prerequisites\n\n- create a [google cloud](https://cloud.google.com/) account.\n- create a [google cloud platform project](https://developers.google.com/workspace/marketplace/create-gcp-project).\n\n## supported authentication methods\n\n- gemini(palm) api key\n\n## related resources\n\nrefer to [google's gemini api documentation](https://ai.google.dev/gemini-api/docs) for more information about the service.\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\n## using gemini(palm) api key\n\nto configure this credential, you'll need:\n\n- the api **host** url: both palm and gemini use the default `https://generativelanguage.googleapis.com`.\n- an **api key**: create a key in [google ai studio](https://aistudio.google.com/apikey).\n\ncustom hosts not supported\n\nthe related nodes don't yet support custom hosts or proxies for the api host and must use `https://generativelanguage.googleapis.com`.\n\nto create an api key:\n\n1. go to the api key page in google ai studio: <https://aistudio.google.com/apikey>.\n1. select **create api key**.\n1. you can choose whether to **create api key in new project** or search for an existing google cloud project to **create api key in existing project**.\n1. copy the generated api key and add it to your n8n credential.\n google gemini(palm) credentials",
62633
62577
  "importantTerms": [
62634
- "gotify",
62635
- "token",
62636
- "credentials",
62637
- "messages",
62578
+ "google",
62638
62579
  "nodes",
62639
- "https",
62640
- "docs",
62580
+ "gemini",
62641
62581
  "create",
62642
- "client"
62582
+ "palm",
62583
+ "https",
62584
+ "project",
62585
+ "credentials",
62586
+ "langchain",
62587
+ "cloud",
62588
+ "cluster"
62643
62589
  ]
62644
62590
  }
62645
62591
  },
62646
62592
  {
62647
62593
  "id": "page-0813",
62648
- "title": "Google Gemini(PaLM) credentials",
62649
- "url": "https://docs.n8n.io/integrations/builtin/credentials/googleai/index.md",
62650
- "urlPath": "integrations/builtin/credentials/googleai/index.md",
62594
+ "title": "Gotify credentials",
62595
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/gotify/index.md",
62596
+ "urlPath": "integrations/builtin/credentials/gotify/index.md",
62651
62597
  "category": "other",
62652
62598
  "subcategory": null,
62653
62599
  "nodeName": null,
62654
62600
  "nodeType": null,
62655
62601
  "content": {
62656
- "markdown": "# Google Gemini(PaLM) credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)\n\n## Prerequisites\n\n- Create a [Google Cloud](https://cloud.google.com/) account.\n- Create a [Google Cloud Platform project](https://developers.google.com/workspace/marketplace/create-gcp-project).\n\n## Supported authentication methods\n\n- Gemini(PaLM) API key\n\n## Related resources\n\nRefer to [Google's Gemini API documentation](https://ai.google.dev/gemini-api/docs) for more information about the service.\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\n## Using Gemini(PaLM) API key\n\nTo configure this credential, you'll need:\n\n- The API **Host** URL: Both PaLM and Gemini use the default `https://generativelanguage.googleapis.com`.\n- An **API Key**: Create a key in [Google AI Studio](https://aistudio.google.com/apikey).\n\nCustom hosts not supported\n\nThe related nodes don't yet support custom hosts or proxies for the API host and must use `https://generativelanguage.googleapis.com`.\n\nTo create an API key:\n\n1. Go to the API Key page in Google AI Studio: <https://aistudio.google.com/apikey>.\n1. Select **Create API Key**.\n1. You can choose whether to **Create API key in new project** or search for an existing Google Cloud project to **Create API key in existing project**.\n1. Copy the generated API key and add it to your n8n credential.\n",
62657
- "excerpt": "# Google Gemini(PaLM) credentials You can use these credentials to authenticate the following nodes: - [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/) - [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/) - [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/) - [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/) ## Prerequisites - Cre...",
62602
+ "markdown": "# Gotify credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Gotify](../../app-nodes/n8n-nodes-base.gotify/)\n\n## Prerequisites\n\nInstall [Gotify](https://gotify.net/docs/install) on your server.\n\n## Supported authentication methods\n\n- API token\n\n## Related resources\n\nRefer to [Gotify's API documentation](https://gotify.net/api-docs) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An **App API Token**: Only required if you'll use this credential to create messages. To generate an App API token, create an application from the **Apps** menu. Refer to [Gotify's Push messages documentation](https://gotify.net/docs/pushmsg) for more information.\n- A **Client API Token**: Required for all actions other than creating messages (such as deleting or retrieving messages). To generate a Client API token, create a client from the **Clients** menu.\n- The **URL** of the Gotify host\n",
62603
+ "excerpt": "# Gotify credentials You can use these credentials to authenticate the following nodes: - [Gotify](../../app-nodes/n8n-nodes-base.gotify/) ## Prerequisites Install [Gotify](https://gotify.net/docs/install) on your server. ## Supported authentication methods - API token ## Related resources Refer to [Gotify's API documentation](https://gotify.net/api-docs) for more information about the service. ## Using API token To configure this credential, you'll need: - An **App API Token**: Only...",
62658
62604
  "sections": [
62659
62605
  {
62660
- "title": "Google Gemini(PaLM) credentials",
62606
+ "title": "Gotify credentials",
62661
62607
  "level": 1,
62662
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Embeddings Google Gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [Google Gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [Google Gemini Chat Model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [Embeddings Google PaLM](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)"
62608
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Gotify](../../app-nodes/n8n-nodes-base.gotify/)"
62663
62609
  }
62664
62610
  ]
62665
62611
  },
62666
62612
  "metadata": {
62667
62613
  "keywords": [
62668
- "google",
62669
- "gemini(palm)",
62614
+ "gotify",
62670
62615
  "credentials",
62671
62616
  "prerequisites",
62672
62617
  "supported",
@@ -62674,30 +62619,29 @@
62674
62619
  "methods",
62675
62620
  "related",
62676
62621
  "resources",
62677
- "using"
62622
+ "using",
62623
+ "token"
62678
62624
  ],
62679
62625
  "useCases": [],
62680
62626
  "operations": [],
62681
62627
  "codeExamples": 0,
62682
62628
  "complexity": "beginner",
62683
62629
  "readingTime": "1 min",
62684
- "contentLength": 1741,
62630
+ "contentLength": 969,
62685
62631
  "relatedPages": []
62686
62632
  },
62687
62633
  "searchIndex": {
62688
- "fullText": "google gemini(palm) credentials # google gemini(palm) credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [embeddings google gemini](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglegemini/)\n- [google gemini](../../app-nodes/n8n-nodes-langchain.googlegemini/)\n- [google gemini chat model](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/)\n- [embeddings google palm](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/)\n\n## prerequisites\n\n- create a [google cloud](https://cloud.google.com/) account.\n- create a [google cloud platform project](https://developers.google.com/workspace/marketplace/create-gcp-project).\n\n## supported authentication methods\n\n- gemini(palm) api key\n\n## related resources\n\nrefer to [google's gemini api documentation](https://ai.google.dev/gemini-api/docs) for more information about the service.\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\n## using gemini(palm) api key\n\nto configure this credential, you'll need:\n\n- the api **host** url: both palm and gemini use the default `https://generativelanguage.googleapis.com`.\n- an **api key**: create a key in [google ai studio](https://aistudio.google.com/apikey).\n\ncustom hosts not supported\n\nthe related nodes don't yet support custom hosts or proxies for the api host and must use `https://generativelanguage.googleapis.com`.\n\nto create an api key:\n\n1. go to the api key page in google ai studio: <https://aistudio.google.com/apikey>.\n1. select **create api key**.\n1. you can choose whether to **create api key in new project** or search for an existing google cloud project to **create api key in existing project**.\n1. copy the generated api key and add it to your n8n credential.\n google gemini(palm) credentials",
62634
+ "fullText": "gotify credentials # gotify credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [gotify](../../app-nodes/n8n-nodes-base.gotify/)\n\n## prerequisites\n\ninstall [gotify](https://gotify.net/docs/install) on your server.\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [gotify's api documentation](https://gotify.net/api-docs) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an **app api token**: only required if you'll use this credential to create messages. to generate an app api token, create an application from the **apps** menu. refer to [gotify's push messages documentation](https://gotify.net/docs/pushmsg) for more information.\n- a **client api token**: required for all actions other than creating messages (such as deleting or retrieving messages). to generate a client api token, create a client from the **clients** menu.\n- the **url** of the gotify host\n gotify credentials",
62689
62635
  "importantTerms": [
62690
- "google",
62636
+ "gotify",
62637
+ "token",
62638
+ "credentials",
62639
+ "messages",
62691
62640
  "nodes",
62692
- "gemini",
62693
- "create",
62694
- "palm",
62695
62641
  "https",
62696
- "project",
62697
- "credentials",
62698
- "langchain",
62699
- "cloud",
62700
- "cluster"
62642
+ "docs",
62643
+ "create",
62644
+ "client"
62701
62645
  ]
62702
62646
  }
62703
62647
  },
@@ -70946,27 +70890,27 @@
70946
70890
  },
70947
70891
  {
70948
70892
  "id": "page-0944",
70949
- "title": "Serp credentials",
70950
- "url": "https://docs.n8n.io/integrations/builtin/credentials/serp/index.md",
70951
- "urlPath": "integrations/builtin/credentials/serp/index.md",
70893
+ "title": "Sentry.io credentials",
70894
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/sentryio/index.md",
70895
+ "urlPath": "integrations/builtin/credentials/sentryio/index.md",
70952
70896
  "category": "other",
70953
70897
  "subcategory": null,
70954
70898
  "nodeName": null,
70955
70899
  "nodeType": null,
70956
70900
  "content": {
70957
- "markdown": "# Serp credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)\n\n## Prerequisites\n\nCreate a [SerpApi](https://serpapi.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Serp's API documentation](https://serpapi.com/search-api) for more information about the service.\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**\n\nTo get your API key:\n\n1. Go to **Your Account >** [**API Key**](https://serpapi.com/manage-api-key).\n1. Copy **Your Private API Key** and enter it as the **API Key** in your n8n credential.\n",
70958
- "excerpt": "# Serp credentials You can use these credentials to authenticate the following nodes: - [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/) ## Prerequisites Create a [SerpApi](https://serpapi.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Serp's API documentation](https://serpapi.com/search-api) for more information about the service. View n8n's [Advanced AI](../../../../advanced-ai/) documentation. ## Using API key To co...",
70901
+ "markdown": "# Sentry.io credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)\n\n## Prerequisites\n\nCreate a [Sentry.io](https://sentry.io/) account.\n\n## Supported authentication methods\n\n- API token\n- OAuth2\n- Server API token: Use for [self-hosted Sentry](https://develop.sentry.dev/self-hosted/).\n\n## Related resources\n\nRefer to [Sentry.io's API documentation](https://docs.sentry.io/api/) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An API **Token**: Generate a [**User Auth Token**](https://sentry.io/settings/account/api/auth-tokens/) in **Account > Settings > User Auth Tokens**. Refer to [User Auth Tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n\n## Using OAuth\n\nNote for n8n Cloud users\n\nCloud users don't need to provide connection details. Select **Connect my account** to connect through your browser.\n\nIf you need to configure OAuth2 from scratch, [create an integration](https://docs.sentry.io/organization/integrations/integration-platform/#creating-an-integration) with these settings:\n\n- Copy the n8n **OAuth Callback URL** and add it as an **Authorized Redirect URI**.\n- Copy the **Client ID** and **Client Secret** and add them to your n8n credential.\n\nRefer to [Public integrations](https://docs.sentry.io/organization/integrations/integration-platform/public-integration/) for more information on creating the integration.\n\n## Using Server API token\n\nTo configure this credential, you'll need:\n\n- An API **Token**: Generate a [**User Auth Token**](https://sentry.io/settings/account/api/auth-tokens/) in **Account > Settings > User Auth Tokens**. Refer to [User Auth Tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n- The **URL** of your self-hosted Sentry instance.\n",
70902
+ "excerpt": "# Sentry.io credentials You can use these credentials to authenticate the following nodes: - [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/) ## Prerequisites Create a [Sentry.io](https://sentry.io/) account. ## Supported authentication methods - API token - OAuth2 - Server API token: Use for [self-hosted Sentry](https://develop.sentry.dev/self-hosted/). ## Related resources Refer to [Sentry.io's API documentation](https://docs.sentry.io/api/) for more information about the service....",
70959
70903
  "sections": [
70960
70904
  {
70961
- "title": "Serp credentials",
70905
+ "title": "Sentry.io credentials",
70962
70906
  "level": 1,
70963
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)"
70907
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)"
70964
70908
  }
70965
70909
  ]
70966
70910
  },
70967
70911
  "metadata": {
70968
70912
  "keywords": [
70969
- "serp",
70913
+ "sentry",
70970
70914
  "credentials",
70971
70915
  "prerequisites",
70972
70916
  "supported",
@@ -70974,51 +70918,71 @@
70974
70918
  "methods",
70975
70919
  "related",
70976
70920
  "resources",
70977
- "using"
70921
+ "using",
70922
+ "token",
70923
+ "oauth",
70924
+ "server"
70978
70925
  ],
70979
70926
  "useCases": [],
70980
70927
  "operations": [],
70981
70928
  "codeExamples": 0,
70982
70929
  "complexity": "beginner",
70983
- "readingTime": "1 min",
70984
- "contentLength": 747,
70930
+ "readingTime": "2 min",
70931
+ "contentLength": 1907,
70985
70932
  "relatedPages": []
70986
70933
  },
70987
70934
  "searchIndex": {
70988
- "fullText": "serp credentials # serp credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)\n\n## prerequisites\n\ncreate a [serpapi](https://serpapi.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [serp's api documentation](https://serpapi.com/search-api) for more information about the service.\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**\n\nto get your api key:\n\n1. go to **your account >** [**api key**](https://serpapi.com/manage-api-key).\n1. copy **your private api key** and enter it as the **api key** in your n8n credential.\n serp credentials",
70935
+ "fullText": "sentry.io credentials # sentry.io credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)\n\n## prerequisites\n\ncreate a [sentry.io](https://sentry.io/) account.\n\n## supported authentication methods\n\n- api token\n- oauth2\n- server api token: use for [self-hosted sentry](https://develop.sentry.dev/self-hosted/).\n\n## related resources\n\nrefer to [sentry.io's api documentation](https://docs.sentry.io/api/) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an api **token**: generate a [**user auth token**](https://sentry.io/settings/account/api/auth-tokens/) in **account > settings > user auth tokens**. refer to [user auth tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n\n## using oauth\n\nnote for n8n cloud users\n\ncloud users don't need to provide connection details. select **connect my account** to connect through your browser.\n\nif you need to configure oauth2 from scratch, [create an integration](https://docs.sentry.io/organization/integrations/integration-platform/#creating-an-integration) with these settings:\n\n- copy the n8n **oauth callback url** and add it as an **authorized redirect uri**.\n- copy the **client id** and **client secret** and add them to your n8n credential.\n\nrefer to [public integrations](https://docs.sentry.io/organization/integrations/integration-platform/public-integration/) for more information on creating the integration.\n\n## using server api token\n\nto configure this credential, you'll need:\n\n- an api **token**: generate a [**user auth token**](https://sentry.io/settings/account/api/auth-tokens/) in **account > settings > user auth tokens**. refer to [user auth tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n- the **url** of your self-hosted sentry instance.\n sentry.io credentials",
70989
70936
  "importantTerms": [
70990
- "serp",
70937
+ "sentry",
70938
+ "auth",
70939
+ "tokens",
70940
+ "https",
70941
+ "account",
70942
+ "token",
70943
+ "user",
70944
+ "integration",
70945
+ "docs",
70946
+ "settings",
70991
70947
  "credentials",
70948
+ "refer",
70949
+ "more",
70950
+ "information",
70951
+ "need",
70992
70952
  "nodes",
70993
- "serpapi",
70953
+ "self",
70954
+ "hosted",
70955
+ "using",
70956
+ "configure",
70957
+ "credential",
70994
70958
  "your",
70995
- "https"
70959
+ "integrations"
70996
70960
  ]
70997
70961
  }
70998
70962
  },
70999
70963
  {
71000
70964
  "id": "page-0945",
71001
- "title": "Sentry.io credentials",
71002
- "url": "https://docs.n8n.io/integrations/builtin/credentials/sentryio/index.md",
71003
- "urlPath": "integrations/builtin/credentials/sentryio/index.md",
70965
+ "title": "Serp credentials",
70966
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/serp/index.md",
70967
+ "urlPath": "integrations/builtin/credentials/serp/index.md",
71004
70968
  "category": "other",
71005
70969
  "subcategory": null,
71006
70970
  "nodeName": null,
71007
70971
  "nodeType": null,
71008
70972
  "content": {
71009
- "markdown": "# Sentry.io credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)\n\n## Prerequisites\n\nCreate a [Sentry.io](https://sentry.io/) account.\n\n## Supported authentication methods\n\n- API token\n- OAuth2\n- Server API token: Use for [self-hosted Sentry](https://develop.sentry.dev/self-hosted/).\n\n## Related resources\n\nRefer to [Sentry.io's API documentation](https://docs.sentry.io/api/) for more information about the service.\n\n## Using API token\n\nTo configure this credential, you'll need:\n\n- An API **Token**: Generate a [**User Auth Token**](https://sentry.io/settings/account/api/auth-tokens/) in **Account > Settings > User Auth Tokens**. Refer to [User Auth Tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n\n## Using OAuth\n\nNote for n8n Cloud users\n\nCloud users don't need to provide connection details. Select **Connect my account** to connect through your browser.\n\nIf you need to configure OAuth2 from scratch, [create an integration](https://docs.sentry.io/organization/integrations/integration-platform/#creating-an-integration) with these settings:\n\n- Copy the n8n **OAuth Callback URL** and add it as an **Authorized Redirect URI**.\n- Copy the **Client ID** and **Client Secret** and add them to your n8n credential.\n\nRefer to [Public integrations](https://docs.sentry.io/organization/integrations/integration-platform/public-integration/) for more information on creating the integration.\n\n## Using Server API token\n\nTo configure this credential, you'll need:\n\n- An API **Token**: Generate a [**User Auth Token**](https://sentry.io/settings/account/api/auth-tokens/) in **Account > Settings > User Auth Tokens**. Refer to [User Auth Tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n- The **URL** of your self-hosted Sentry instance.\n",
71010
- "excerpt": "# Sentry.io credentials You can use these credentials to authenticate the following nodes: - [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/) ## Prerequisites Create a [Sentry.io](https://sentry.io/) account. ## Supported authentication methods - API token - OAuth2 - Server API token: Use for [self-hosted Sentry](https://develop.sentry.dev/self-hosted/). ## Related resources Refer to [Sentry.io's API documentation](https://docs.sentry.io/api/) for more information about the service....",
70973
+ "markdown": "# Serp credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)\n\n## Prerequisites\n\nCreate a [SerpApi](https://serpapi.com/) account.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Serp's API documentation](https://serpapi.com/search-api) for more information about the service.\n\nView n8n's [Advanced AI](../../../../advanced-ai/) documentation.\n\n## Using API key\n\nTo configure this credential, you'll need:\n\n- An **API Key**\n\nTo get your API key:\n\n1. Go to **Your Account >** [**API Key**](https://serpapi.com/manage-api-key).\n1. Copy **Your Private API Key** and enter it as the **API Key** in your n8n credential.\n",
70974
+ "excerpt": "# Serp credentials You can use these credentials to authenticate the following nodes: - [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/) ## Prerequisites Create a [SerpApi](https://serpapi.com/) account. ## Supported authentication methods - API key ## Related resources Refer to [Serp's API documentation](https://serpapi.com/search-api) for more information about the service. View n8n's [Advanced AI](../../../../advanced-ai/) documentation. ## Using API key To co...",
71011
70975
  "sections": [
71012
70976
  {
71013
- "title": "Sentry.io credentials",
70977
+ "title": "Serp credentials",
71014
70978
  "level": 1,
71015
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)"
70979
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)"
71016
70980
  }
71017
70981
  ]
71018
70982
  },
71019
70983
  "metadata": {
71020
70984
  "keywords": [
71021
- "sentry",
70985
+ "serp",
71022
70986
  "credentials",
71023
70987
  "prerequisites",
71024
70988
  "supported",
@@ -71026,45 +70990,25 @@
71026
70990
  "methods",
71027
70991
  "related",
71028
70992
  "resources",
71029
- "using",
71030
- "token",
71031
- "oauth",
71032
- "server"
70993
+ "using"
71033
70994
  ],
71034
70995
  "useCases": [],
71035
70996
  "operations": [],
71036
70997
  "codeExamples": 0,
71037
70998
  "complexity": "beginner",
71038
- "readingTime": "2 min",
71039
- "contentLength": 1907,
70999
+ "readingTime": "1 min",
71000
+ "contentLength": 747,
71040
71001
  "relatedPages": []
71041
71002
  },
71042
71003
  "searchIndex": {
71043
- "fullText": "sentry.io credentials # sentry.io credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [sentry.io](../../app-nodes/n8n-nodes-base.sentryio/)\n\n## prerequisites\n\ncreate a [sentry.io](https://sentry.io/) account.\n\n## supported authentication methods\n\n- api token\n- oauth2\n- server api token: use for [self-hosted sentry](https://develop.sentry.dev/self-hosted/).\n\n## related resources\n\nrefer to [sentry.io's api documentation](https://docs.sentry.io/api/) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need:\n\n- an api **token**: generate a [**user auth token**](https://sentry.io/settings/account/api/auth-tokens/) in **account > settings > user auth tokens**. refer to [user auth tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n\n## using oauth\n\nnote for n8n cloud users\n\ncloud users don't need to provide connection details. select **connect my account** to connect through your browser.\n\nif you need to configure oauth2 from scratch, [create an integration](https://docs.sentry.io/organization/integrations/integration-platform/#creating-an-integration) with these settings:\n\n- copy the n8n **oauth callback url** and add it as an **authorized redirect uri**.\n- copy the **client id** and **client secret** and add them to your n8n credential.\n\nrefer to [public integrations](https://docs.sentry.io/organization/integrations/integration-platform/public-integration/) for more information on creating the integration.\n\n## using server api token\n\nto configure this credential, you'll need:\n\n- an api **token**: generate a [**user auth token**](https://sentry.io/settings/account/api/auth-tokens/) in **account > settings > user auth tokens**. refer to [user auth tokens](https://docs.sentry.io/account/auth-tokens/#user-auth-tokens) for more information.\n- the **url** of your self-hosted sentry instance.\n sentry.io credentials",
71004
+ "fullText": "serp credentials # serp credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [serp](../../cluster-nodes/sub-nodes/n8n-nodes-langchain.toolserpapi/)\n\n## prerequisites\n\ncreate a [serpapi](https://serpapi.com/) account.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [serp's api documentation](https://serpapi.com/search-api) for more information about the service.\n\nview n8n's [advanced ai](../../../../advanced-ai/) documentation.\n\n## using api key\n\nto configure this credential, you'll need:\n\n- an **api key**\n\nto get your api key:\n\n1. go to **your account >** [**api key**](https://serpapi.com/manage-api-key).\n1. copy **your private api key** and enter it as the **api key** in your n8n credential.\n serp credentials",
71044
71005
  "importantTerms": [
71045
- "sentry",
71046
- "auth",
71047
- "tokens",
71048
- "https",
71049
- "account",
71050
- "token",
71051
- "user",
71052
- "integration",
71053
- "docs",
71054
- "settings",
71006
+ "serp",
71055
71007
  "credentials",
71056
- "refer",
71057
- "more",
71058
- "information",
71059
- "need",
71060
71008
  "nodes",
71061
- "self",
71062
- "hosted",
71063
- "using",
71064
- "configure",
71065
- "credential",
71009
+ "serpapi",
71066
71010
  "your",
71067
- "integrations"
71011
+ "https"
71068
71012
  ]
71069
71013
  }
71070
71014
  },
@@ -71587,19 +71531,19 @@
71587
71531
  },
71588
71532
  {
71589
71533
  "id": "page-0953",
71590
- "title": "SolarWinds Observability SaaS credentials",
71591
- "url": "https://docs.n8n.io/integrations/builtin/credentials/solarwindsobservability/index.md",
71592
- "urlPath": "integrations/builtin/credentials/solarwindsobservability/index.md",
71534
+ "title": "SolarWinds IPAM credentials",
71535
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/solarwindsipam/index.md",
71536
+ "urlPath": "integrations/builtin/credentials/solarwindsipam/index.md",
71593
71537
  "category": "other",
71594
71538
  "subcategory": null,
71595
71539
  "nodeName": null,
71596
71540
  "nodeType": null,
71597
71541
  "content": {
71598
- "markdown": "# SolarWinds Observability SaaS credentials\n\nYou can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/).\n\n## Supported authentication methods\n\n- API Token\n\n## Related resources\n\nRefer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service.\n\n## Using API Token\n\nTo configure this credential, you'll need a SolarWinds Observability SaaS account and:\n\n- **URL**: The URL you use to access the SolarWinds Observability SaaS platform\n- **API Token**: An API token found in the SolarWinds Observability SaaS platform under **Settings > Api Tokens**\n\nRefer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/settings/api-tokens.htm) for more information about authenticating to the service.\n",
71599
- "excerpt": "# SolarWinds Observability SaaS credentials You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/). ## Supported authentication methods - API Token ## Related resources Refer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service...",
71542
+ "markdown": "# SolarWinds IPAM credentials\n\nYou can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/).\n\n## Supported authentication methods\n\n- Username & Password\n\n## Related resources\n\nRefer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about the service.\n\n## Using Username & Password\n\nTo configure this credential, you'll need a SolarWinds IPAM account and:\n\n- **URL**: The base URL of your SolarWinds IPAM server\n- **Username**: The username you use to access SolarWinds IPAM\n- **Password**: The password you use to access SolarWinds IPAM\n\nRefer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about authenticating to the service.\n",
71543
+ "excerpt": "# SolarWinds IPAM credentials You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/). ## Supported authentication methods - Username & Password ## Related resources Refer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about the service. ## Using Username & Password To configure this credential, you...",
71600
71544
  "sections": [
71601
71545
  {
71602
- "title": "SolarWinds Observability SaaS credentials",
71546
+ "title": "SolarWinds IPAM credentials",
71603
71547
  "level": 1,
71604
71548
  "content": "You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/)."
71605
71549
  }
@@ -71608,8 +71552,7 @@
71608
71552
  "metadata": {
71609
71553
  "keywords": [
71610
71554
  "solarwinds",
71611
- "observability",
71612
- "saas",
71555
+ "ipam",
71613
71556
  "credentials",
71614
71557
  "supported",
71615
71558
  "authentication",
@@ -71617,43 +71560,43 @@
71617
71560
  "related",
71618
71561
  "resources",
71619
71562
  "using",
71620
- "token"
71563
+ "username",
71564
+ "password"
71621
71565
  ],
71622
71566
  "useCases": [],
71623
71567
  "operations": [],
71624
71568
  "codeExamples": 0,
71625
71569
  "complexity": "beginner",
71626
71570
  "readingTime": "1 min",
71627
- "contentLength": 1027,
71571
+ "contentLength": 878,
71628
71572
  "relatedPages": []
71629
71573
  },
71630
71574
  "searchIndex": {
71631
- "fullText": "solarwinds observability saas credentials # solarwinds observability saas credentials\n\nyou can use these credentials to authenticate when using the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [custom api call](../../../custom-operations/).\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [solarwinds observability saas's api documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need a solarwinds observability saas account and:\n\n- **url**: the url you use to access the solarwinds observability saas platform\n- **api token**: an api token found in the solarwinds observability saas platform under **settings > api tokens**\n\nrefer to [solarwinds observability saas's api documentation](https://documentation.solarwinds.com/en/success_center/observability/content/settings/api-tokens.htm) for more information about authenticating to the service.\n solarwinds observability saas credentials",
71575
+ "fullText": "solarwinds ipam credentials # solarwinds ipam credentials\n\nyou can use these credentials to authenticate when using the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [custom api call](../../../custom-operations/).\n\n## supported authentication methods\n\n- username & password\n\n## related resources\n\nrefer to [solarwinds ipam's api documentation](https://github.com/solarwinds/orionsdk/wiki/rest) for more information about the service.\n\n## using username & password\n\nto configure this credential, you'll need a solarwinds ipam account and:\n\n- **url**: the base url of your solarwinds ipam server\n- **username**: the username you use to access solarwinds ipam\n- **password**: the password you use to access solarwinds ipam\n\nrefer to [solarwinds ipam's api documentation](https://github.com/solarwinds/orionsdk/wiki/rest) for more information about authenticating to the service.\n solarwinds ipam credentials",
71632
71576
  "importantTerms": [
71633
71577
  "solarwinds",
71634
- "observability",
71635
- "saas",
71578
+ "ipam",
71636
71579
  "credentials",
71637
- "token",
71638
- "documentation"
71580
+ "username",
71581
+ "password"
71639
71582
  ]
71640
71583
  }
71641
71584
  },
71642
71585
  {
71643
71586
  "id": "page-0954",
71644
- "title": "SolarWinds IPAM credentials",
71645
- "url": "https://docs.n8n.io/integrations/builtin/credentials/solarwindsipam/index.md",
71646
- "urlPath": "integrations/builtin/credentials/solarwindsipam/index.md",
71587
+ "title": "SolarWinds Observability SaaS credentials",
71588
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/solarwindsobservability/index.md",
71589
+ "urlPath": "integrations/builtin/credentials/solarwindsobservability/index.md",
71647
71590
  "category": "other",
71648
71591
  "subcategory": null,
71649
71592
  "nodeName": null,
71650
71593
  "nodeType": null,
71651
71594
  "content": {
71652
- "markdown": "# SolarWinds IPAM credentials\n\nYou can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/).\n\n## Supported authentication methods\n\n- Username & Password\n\n## Related resources\n\nRefer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about the service.\n\n## Using Username & Password\n\nTo configure this credential, you'll need a SolarWinds IPAM account and:\n\n- **URL**: The base URL of your SolarWinds IPAM server\n- **Username**: The username you use to access SolarWinds IPAM\n- **Password**: The password you use to access SolarWinds IPAM\n\nRefer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about authenticating to the service.\n",
71653
- "excerpt": "# SolarWinds IPAM credentials You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/). ## Supported authentication methods - Username & Password ## Related resources Refer to [SolarWinds IPAM's API documentation](https://github.com/solarwinds/OrionSDK/wiki/REST) for more information about the service. ## Using Username & Password To configure this credential, you...",
71595
+ "markdown": "# SolarWinds Observability SaaS credentials\n\nYou can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/).\n\n## Supported authentication methods\n\n- API Token\n\n## Related resources\n\nRefer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service.\n\n## Using API Token\n\nTo configure this credential, you'll need a SolarWinds Observability SaaS account and:\n\n- **URL**: The URL you use to access the SolarWinds Observability SaaS platform\n- **API Token**: An API token found in the SolarWinds Observability SaaS platform under **Settings > Api Tokens**\n\nRefer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/settings/api-tokens.htm) for more information about authenticating to the service.\n",
71596
+ "excerpt": "# SolarWinds Observability SaaS credentials You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/). ## Supported authentication methods - API Token ## Related resources Refer to [SolarWinds Observability SaaS's API documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service...",
71654
71597
  "sections": [
71655
71598
  {
71656
- "title": "SolarWinds IPAM credentials",
71599
+ "title": "SolarWinds Observability SaaS credentials",
71657
71600
  "level": 1,
71658
71601
  "content": "You can use these credentials to authenticate when using the [HTTP Request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [Custom API call](../../../custom-operations/)."
71659
71602
  }
@@ -71662,7 +71605,8 @@
71662
71605
  "metadata": {
71663
71606
  "keywords": [
71664
71607
  "solarwinds",
71665
- "ipam",
71608
+ "observability",
71609
+ "saas",
71666
71610
  "credentials",
71667
71611
  "supported",
71668
71612
  "authentication",
@@ -71670,25 +71614,25 @@
71670
71614
  "related",
71671
71615
  "resources",
71672
71616
  "using",
71673
- "username",
71674
- "password"
71617
+ "token"
71675
71618
  ],
71676
71619
  "useCases": [],
71677
71620
  "operations": [],
71678
71621
  "codeExamples": 0,
71679
71622
  "complexity": "beginner",
71680
71623
  "readingTime": "1 min",
71681
- "contentLength": 878,
71624
+ "contentLength": 1027,
71682
71625
  "relatedPages": []
71683
71626
  },
71684
71627
  "searchIndex": {
71685
- "fullText": "solarwinds ipam credentials # solarwinds ipam credentials\n\nyou can use these credentials to authenticate when using the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [custom api call](../../../custom-operations/).\n\n## supported authentication methods\n\n- username & password\n\n## related resources\n\nrefer to [solarwinds ipam's api documentation](https://github.com/solarwinds/orionsdk/wiki/rest) for more information about the service.\n\n## using username & password\n\nto configure this credential, you'll need a solarwinds ipam account and:\n\n- **url**: the base url of your solarwinds ipam server\n- **username**: the username you use to access solarwinds ipam\n- **password**: the password you use to access solarwinds ipam\n\nrefer to [solarwinds ipam's api documentation](https://github.com/solarwinds/orionsdk/wiki/rest) for more information about authenticating to the service.\n solarwinds ipam credentials",
71628
+ "fullText": "solarwinds observability saas credentials # solarwinds observability saas credentials\n\nyou can use these credentials to authenticate when using the [http request node](../../core-nodes/n8n-nodes-base.httprequest/) to make a [custom api call](../../../custom-operations/).\n\n## supported authentication methods\n\n- api token\n\n## related resources\n\nrefer to [solarwinds observability saas's api documentation](https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm) for more information about the service.\n\n## using api token\n\nto configure this credential, you'll need a solarwinds observability saas account and:\n\n- **url**: the url you use to access the solarwinds observability saas platform\n- **api token**: an api token found in the solarwinds observability saas platform under **settings > api tokens**\n\nrefer to [solarwinds observability saas's api documentation](https://documentation.solarwinds.com/en/success_center/observability/content/settings/api-tokens.htm) for more information about authenticating to the service.\n solarwinds observability saas credentials",
71686
71629
  "importantTerms": [
71687
71630
  "solarwinds",
71688
- "ipam",
71631
+ "observability",
71632
+ "saas",
71689
71633
  "credentials",
71690
- "username",
71691
- "password"
71634
+ "token",
71635
+ "documentation"
71692
71636
  ]
71693
71637
  }
71694
71638
  },
@@ -91171,7 +91115,7 @@
91171
91115
  "page-0149",
91172
91116
  "page-0202",
91173
91117
  "page-0228",
91174
- "page-0705"
91118
+ "page-0706"
91175
91119
  ],
91176
91120
  "start": [
91177
91121
  "page-0001",
@@ -91268,7 +91212,7 @@
91268
91212
  "page-0695",
91269
91213
  "page-0696",
91270
91214
  "page-0697",
91271
- "page-0705",
91215
+ "page-0706",
91272
91216
  "page-0709",
91273
91217
  "page-0824",
91274
91218
  "page-1153",
@@ -91320,7 +91264,6 @@
91320
91264
  "page-0148",
91321
91265
  "page-0166",
91322
91266
  "page-0211",
91323
- "page-0222",
91324
91267
  "page-0230",
91325
91268
  "page-0231",
91326
91269
  "page-0233",
@@ -91954,7 +91897,7 @@
91954
91897
  "page-0211",
91955
91898
  "page-0216",
91956
91899
  "page-0669",
91957
- "page-0706",
91900
+ "page-0705",
91958
91901
  "page-1197",
91959
91902
  "page-1237",
91960
91903
  "page-1248",
@@ -92290,7 +92233,6 @@
92290
92233
  "page-0185",
92291
92234
  "page-0202",
92292
92235
  "page-0217",
92293
- "page-0222",
92294
92236
  "page-0228",
92295
92237
  "page-0229",
92296
92238
  "page-0230",
@@ -92338,7 +92280,7 @@
92338
92280
  "page-0654",
92339
92281
  "page-0661",
92340
92282
  "page-0686",
92341
- "page-0705",
92283
+ "page-0706",
92342
92284
  "page-1134",
92343
92285
  "page-1197"
92344
92286
  ],
@@ -92431,7 +92373,7 @@
92431
92373
  "page-0698",
92432
92374
  "page-0700",
92433
92375
  "page-0703",
92434
- "page-0705",
92376
+ "page-0706",
92435
92377
  "page-0709",
92436
92378
  "page-0713",
92437
92379
  "page-1153",
@@ -92470,7 +92412,7 @@
92470
92412
  "page-0077",
92471
92413
  "page-0078",
92472
92414
  "page-0231",
92473
- "page-0493",
92415
+ "page-0492",
92474
92416
  "page-0527",
92475
92417
  "page-0531",
92476
92418
  "page-0616",
@@ -92521,13 +92463,13 @@
92521
92463
  "page-0195",
92522
92464
  "page-0201",
92523
92465
  "page-0206",
92524
- "page-0493",
92466
+ "page-0492",
92525
92467
  "page-0496",
92526
92468
  "page-0497",
92527
92469
  "page-0523",
92528
92470
  "page-0525",
92529
92471
  "page-0532",
92530
- "page-0706",
92472
+ "page-0705",
92531
92473
  "page-1197",
92532
92474
  "page-1224"
92533
92475
  ],
@@ -92576,7 +92518,7 @@
92576
92518
  "page-0517",
92577
92519
  "page-0518",
92578
92520
  "page-0519",
92579
- "page-0521",
92521
+ "page-0520",
92580
92522
  "page-0523",
92581
92523
  "page-0526",
92582
92524
  "page-0527",
@@ -92714,7 +92656,7 @@
92714
92656
  "page-0144",
92715
92657
  "page-0202",
92716
92658
  "page-0489",
92717
- "page-0493",
92659
+ "page-0492",
92718
92660
  "page-0496",
92719
92661
  "page-0497",
92720
92662
  "page-0502",
@@ -92729,7 +92671,7 @@
92729
92671
  "page-0677",
92730
92672
  "page-0680",
92731
92673
  "page-0704",
92732
- "page-0705",
92674
+ "page-0706",
92733
92675
  "page-0713",
92734
92676
  "page-0935",
92735
92677
  "page-1143",
@@ -92835,7 +92777,6 @@
92835
92777
  "page-0014",
92836
92778
  "page-0151",
92837
92779
  "page-0187",
92838
- "page-0222",
92839
92780
  "page-0296",
92840
92781
  "page-0373",
92841
92782
  "page-0465",
@@ -93014,7 +92955,6 @@
93014
92955
  "page-0204",
93015
92956
  "page-0206",
93016
92957
  "page-0207",
93017
- "page-0222",
93018
92958
  "page-0428",
93019
92959
  "page-0503",
93020
92960
  "page-0504",
@@ -93494,7 +93434,7 @@
93494
93434
  "page-0003",
93495
93435
  "page-0502",
93496
93436
  "page-0927",
93497
- "page-0945",
93437
+ "page-0944",
93498
93438
  "page-0964",
93499
93439
  "page-1019",
93500
93440
  "page-1020",
@@ -93503,7 +93443,7 @@
93503
93443
  ],
93504
93444
  "callback": [
93505
93445
  "page-0003",
93506
- "page-0520"
93446
+ "page-0521"
93507
93447
  ],
93508
93448
  "urls": [
93509
93449
  "page-0003",
@@ -93516,7 +93456,7 @@
93516
93456
  "page-0060",
93517
93457
  "page-0202",
93518
93458
  "page-0558",
93519
- "page-0705",
93459
+ "page-0706",
93520
93460
  "page-1250"
93521
93461
  ],
93522
93462
  "restrict": [
@@ -93855,14 +93795,14 @@
93855
93795
  "page-0334",
93856
93796
  "page-0335",
93857
93797
  "page-0337",
93858
- "page-0341",
93798
+ "page-0340",
93859
93799
  "page-0344",
93860
93800
  "page-0345",
93861
93801
  "page-0347",
93862
93802
  "page-0349",
93863
93803
  "page-0350",
93864
93804
  "page-0351",
93865
- "page-0353",
93805
+ "page-0352",
93866
93806
  "page-0354",
93867
93807
  "page-0355",
93868
93808
  "page-0356",
@@ -93904,7 +93844,7 @@
93904
93844
  "page-0429",
93905
93845
  "page-0433",
93906
93846
  "page-0434",
93907
- "page-0435",
93847
+ "page-0436",
93908
93848
  "page-0437",
93909
93849
  "page-0438",
93910
93850
  "page-0440",
@@ -93938,7 +93878,7 @@
93938
93878
  "page-0489",
93939
93879
  "page-0490",
93940
93880
  "page-0492",
93941
- "page-0493",
93881
+ "page-0494",
93942
93882
  "page-0501",
93943
93883
  "page-0507",
93944
93884
  "page-0513",
@@ -94169,10 +94109,9 @@
94169
94109
  "page-0151",
94170
94110
  "page-0153",
94171
94111
  "page-0174",
94172
- "page-0222",
94173
94112
  "page-0230",
94174
94113
  "page-0489",
94175
- "page-0493",
94114
+ "page-0492",
94176
94115
  "page-0696",
94177
94116
  "page-0703",
94178
94117
  "page-0704",
@@ -94541,7 +94480,7 @@
94541
94480
  "page-0668",
94542
94481
  "page-0696",
94543
94482
  "page-0697",
94544
- "page-0705",
94483
+ "page-0706",
94545
94484
  "page-0715",
94546
94485
  "page-0716",
94547
94486
  "page-0717",
@@ -94570,7 +94509,7 @@
94570
94509
  "page-0741",
94571
94510
  "page-0742",
94572
94511
  "page-0743",
94573
- "page-0744",
94512
+ "page-0745",
94574
94513
  "page-0746",
94575
94514
  "page-0747",
94576
94515
  "page-0748",
@@ -94983,7 +94922,6 @@
94983
94922
  "page-0168",
94984
94923
  "page-0190",
94985
94924
  "page-0215",
94986
- "page-0222",
94987
94925
  "page-0547",
94988
94926
  "page-0596",
94989
94927
  "page-0597",
@@ -95673,7 +95611,7 @@
95673
95611
  "page-0013",
95674
95612
  "page-0098",
95675
95613
  "page-0510",
95676
- "page-0706",
95614
+ "page-0705",
95677
95615
  "page-1197"
95678
95616
  ],
95679
95617
  "learning": [
@@ -95899,7 +95837,7 @@
95899
95837
  "page-0730",
95900
95838
  "page-0836",
95901
95839
  "page-0844",
95902
- "page-0945",
95840
+ "page-0944",
95903
95841
  "page-0979",
95904
95842
  "page-1180",
95905
95843
  "page-1197"
@@ -96024,7 +95962,7 @@
96024
95962
  "found": [
96025
95963
  "page-0012",
96026
95964
  "page-0685",
96027
- "page-0702",
95965
+ "page-0701",
96028
95966
  "page-0704"
96029
95967
  ],
96030
95968
  "both": [
@@ -96132,7 +96070,7 @@
96132
96070
  "page-0144",
96133
96071
  "page-0639",
96134
96072
  "page-0655",
96135
- "page-0701",
96073
+ "page-0702",
96136
96074
  "page-0710",
96137
96075
  "page-0855",
96138
96076
  "page-1197",
@@ -96347,14 +96285,14 @@
96347
96285
  "page-0334",
96348
96286
  "page-0335",
96349
96287
  "page-0337",
96350
- "page-0341",
96288
+ "page-0340",
96351
96289
  "page-0344",
96352
96290
  "page-0345",
96353
96291
  "page-0347",
96354
96292
  "page-0349",
96355
96293
  "page-0350",
96356
96294
  "page-0351",
96357
- "page-0353",
96295
+ "page-0352",
96358
96296
  "page-0354",
96359
96297
  "page-0355",
96360
96298
  "page-0356",
@@ -96395,7 +96333,7 @@
96395
96333
  "page-0429",
96396
96334
  "page-0433",
96397
96335
  "page-0434",
96398
- "page-0435",
96336
+ "page-0436",
96399
96337
  "page-0437",
96400
96338
  "page-0438",
96401
96339
  "page-0440",
@@ -96427,7 +96365,7 @@
96427
96365
  "page-0487",
96428
96366
  "page-0488",
96429
96367
  "page-0490",
96430
- "page-0492",
96368
+ "page-0494",
96431
96369
  "page-0501",
96432
96370
  "page-0507",
96433
96371
  "page-0513",
@@ -96503,7 +96441,7 @@
96503
96441
  "page-0664",
96504
96442
  "page-0668",
96505
96443
  "page-0678",
96506
- "page-0705",
96444
+ "page-0706",
96507
96445
  "page-1197",
96508
96446
  "page-1240"
96509
96447
  ],
@@ -96527,13 +96465,12 @@
96527
96465
  "audit": [
96528
96466
  "page-0013",
96529
96467
  "page-0151",
96530
- "page-0222",
96531
96468
  "page-0669",
96532
96469
  "page-1196"
96533
96470
  ],
96534
96471
  "observability": [
96535
96472
  "page-0013",
96536
- "page-0953"
96473
+ "page-0954"
96537
96474
  ],
96538
96475
  "**time": [
96539
96476
  "page-0013"
@@ -96672,14 +96609,14 @@
96672
96609
  "page-0334",
96673
96610
  "page-0335",
96674
96611
  "page-0337",
96675
- "page-0341",
96612
+ "page-0340",
96676
96613
  "page-0344",
96677
96614
  "page-0345",
96678
96615
  "page-0347",
96679
96616
  "page-0349",
96680
96617
  "page-0350",
96681
96618
  "page-0351",
96682
- "page-0353",
96619
+ "page-0352",
96683
96620
  "page-0354",
96684
96621
  "page-0355",
96685
96622
  "page-0356",
@@ -96720,7 +96657,7 @@
96720
96657
  "page-0429",
96721
96658
  "page-0433",
96722
96659
  "page-0434",
96723
- "page-0435",
96660
+ "page-0436",
96724
96661
  "page-0437",
96725
96662
  "page-0438",
96726
96663
  "page-0440",
@@ -96752,7 +96689,7 @@
96752
96689
  "page-0487",
96753
96690
  "page-0488",
96754
96691
  "page-0490",
96755
- "page-0492",
96692
+ "page-0494",
96756
96693
  "page-0501",
96757
96694
  "page-0507",
96758
96695
  "page-0513",
@@ -96910,7 +96847,7 @@
96910
96847
  "page-0238",
96911
96848
  "page-0412",
96912
96849
  "page-0488",
96913
- "page-0494",
96850
+ "page-0493",
96914
96851
  "page-0495",
96915
96852
  "page-0500",
96916
96853
  "page-0504",
@@ -97080,10 +97017,10 @@
97080
97017
  "page-0049",
97081
97018
  "page-0133",
97082
97019
  "page-0228",
97083
- "page-0521",
97020
+ "page-0520",
97084
97021
  "page-0616",
97085
97022
  "page-0631",
97086
- "page-0706",
97023
+ "page-0705",
97087
97024
  "page-0709",
97088
97025
  "page-1128",
97089
97026
  "page-1163",
@@ -97146,7 +97083,7 @@
97146
97083
  "page-0398",
97147
97084
  "page-0399",
97148
97085
  "page-0421",
97149
- "page-0435",
97086
+ "page-0436",
97150
97087
  "page-0440",
97151
97088
  "page-0447",
97152
97089
  "page-0453",
@@ -97160,14 +97097,14 @@
97160
97097
  "page-0487",
97161
97098
  "page-0488",
97162
97099
  "page-0490",
97163
- "page-0492",
97100
+ "page-0494",
97164
97101
  "page-0498",
97165
97102
  "page-0507",
97166
97103
  "page-0511",
97167
97104
  "page-0513",
97168
97105
  "page-0515",
97169
97106
  "page-0516",
97170
- "page-0521",
97107
+ "page-0520",
97171
97108
  "page-0526",
97172
97109
  "page-0528",
97173
97110
  "page-0539",
@@ -97271,7 +97208,7 @@
97271
97208
  "page-0693",
97272
97209
  "page-0694",
97273
97210
  "page-0698",
97274
- "page-0706",
97211
+ "page-0705",
97275
97212
  "page-0712",
97276
97213
  "page-0715",
97277
97214
  "page-0716",
@@ -97678,7 +97615,7 @@
97678
97615
  "page-0398",
97679
97616
  "page-0399",
97680
97617
  "page-0421",
97681
- "page-0435",
97618
+ "page-0436",
97682
97619
  "page-0440",
97683
97620
  "page-0447",
97684
97621
  "page-0453",
@@ -97692,14 +97629,14 @@
97692
97629
  "page-0487",
97693
97630
  "page-0488",
97694
97631
  "page-0490",
97695
- "page-0492",
97632
+ "page-0494",
97696
97633
  "page-0498",
97697
97634
  "page-0507",
97698
97635
  "page-0511",
97699
97636
  "page-0513",
97700
97637
  "page-0515",
97701
97638
  "page-0516",
97702
- "page-0521",
97639
+ "page-0520",
97703
97640
  "page-0526",
97704
97641
  "page-0528",
97705
97642
  "page-0539",
@@ -97803,7 +97740,7 @@
97803
97740
  "page-0693",
97804
97741
  "page-0694",
97805
97742
  "page-0698",
97806
- "page-0706",
97743
+ "page-0705",
97807
97744
  "page-0712",
97808
97745
  "page-0715",
97809
97746
  "page-0716",
@@ -98433,7 +98370,7 @@
98433
98370
  "page-0487",
98434
98371
  "page-0488",
98435
98372
  "page-0490",
98436
- "page-0492",
98373
+ "page-0494",
98437
98374
  "page-0498",
98438
98375
  "page-0501",
98439
98376
  "page-0507",
@@ -98579,7 +98516,7 @@
98579
98516
  "page-0691",
98580
98517
  "page-0693",
98581
98518
  "page-0694",
98582
- "page-0701",
98519
+ "page-0702",
98583
98520
  "page-0703",
98584
98521
  "page-0705",
98585
98522
  "page-0706",
@@ -98825,7 +98762,7 @@
98825
98762
  "page-0809",
98826
98763
  "page-0810",
98827
98764
  "page-0811",
98828
- "page-0812",
98765
+ "page-0813",
98829
98766
  "page-0818",
98830
98767
  "page-0820",
98831
98768
  "page-0823",
@@ -98859,10 +98796,10 @@
98859
98796
  "page-0932",
98860
98797
  "page-0933",
98861
98798
  "page-0936",
98862
- "page-0945",
98799
+ "page-0944",
98863
98800
  "page-0947",
98864
98801
  "page-0950",
98865
- "page-0953",
98802
+ "page-0954",
98866
98803
  "page-0955",
98867
98804
  "page-0960",
98868
98805
  "page-0963",
@@ -99212,7 +99149,7 @@
99212
99149
  "page-0487",
99213
99150
  "page-0488",
99214
99151
  "page-0490",
99215
- "page-0492",
99152
+ "page-0494",
99216
99153
  "page-0498",
99217
99154
  "page-0501",
99218
99155
  "page-0507",
@@ -99358,7 +99295,7 @@
99358
99295
  "page-0691",
99359
99296
  "page-0693",
99360
99297
  "page-0694",
99361
- "page-0701",
99298
+ "page-0702",
99362
99299
  "page-0703",
99363
99300
  "page-0705",
99364
99301
  "page-0706",
@@ -99428,7 +99365,7 @@
99428
99365
  "page-0576",
99429
99366
  "page-0586",
99430
99367
  "page-0587",
99431
- "page-0813",
99368
+ "page-0812",
99432
99369
  "page-1018",
99433
99370
  "page-1019",
99434
99371
  "page-1020",
@@ -99460,7 +99397,7 @@
99460
99397
  "commands": [
99461
99398
  "page-0019",
99462
99399
  "page-0151",
99463
- "page-0701"
99400
+ "page-0702"
99464
99401
  ],
99465
99402
  "credits": [
99466
99403
  "page-0019"
@@ -99668,7 +99605,6 @@
99668
99605
  "system": [
99669
99606
  "page-0021",
99670
99607
  "page-0051",
99671
- "page-0222",
99672
99608
  "page-0539",
99673
99609
  "page-0559",
99674
99610
  "page-0560",
@@ -99848,7 +99784,7 @@
99848
99784
  "page-0023",
99849
99785
  "page-0078",
99850
99786
  "page-0079",
99851
- "page-0223",
99787
+ "page-0222",
99852
99788
  "page-1249"
99853
99789
  ],
99854
99790
  "querying": [
@@ -99856,7 +99792,7 @@
99856
99792
  ],
99857
99793
  "directly": [
99858
99794
  "page-0023",
99859
- "page-0223",
99795
+ "page-0222",
99860
99796
  "page-0545",
99861
99797
  "page-0546",
99862
99798
  "page-0547",
@@ -100026,7 +99962,7 @@
100026
99962
  "page-0517",
100027
99963
  "page-0518",
100028
99964
  "page-0519",
100029
- "page-0521",
99965
+ "page-0520",
100030
99966
  "page-0523",
100031
99967
  "page-0526",
100032
99968
  "page-0527",
@@ -100289,7 +100225,7 @@
100289
100225
  "page-0354",
100290
100226
  "page-0382",
100291
100227
  "page-0473",
100292
- "page-0493",
100228
+ "page-0492",
100293
100229
  "page-0511",
100294
100230
  "page-0515",
100295
100231
  "page-0516",
@@ -100415,10 +100351,10 @@
100415
100351
  "page-0692",
100416
100352
  "page-0693",
100417
100353
  "page-0694",
100418
- "page-0701",
100354
+ "page-0702",
100419
100355
  "page-0703",
100420
100356
  "page-0704",
100421
- "page-0706",
100357
+ "page-0705",
100422
100358
  "page-0707",
100423
100359
  "page-0709",
100424
100360
  "page-0712",
@@ -100467,7 +100403,6 @@
100467
100403
  "page-0156",
100468
100404
  "page-0175",
100469
100405
  "page-0203",
100470
- "page-0222",
100471
100406
  "page-0318",
100472
100407
  "page-0515",
100473
100408
  "page-0519",
@@ -100605,7 +100540,7 @@
100605
100540
  "page-0199",
100606
100541
  "page-0200",
100607
100542
  "page-0204",
100608
- "page-0494",
100543
+ "page-0493",
100609
100544
  "page-0495",
100610
100545
  "page-0496",
100611
100546
  "page-0497",
@@ -100867,14 +100802,14 @@
100867
100802
  "page-0334",
100868
100803
  "page-0335",
100869
100804
  "page-0337",
100870
- "page-0341",
100805
+ "page-0340",
100871
100806
  "page-0344",
100872
100807
  "page-0345",
100873
100808
  "page-0347",
100874
100809
  "page-0349",
100875
100810
  "page-0350",
100876
100811
  "page-0351",
100877
- "page-0353",
100812
+ "page-0352",
100878
100813
  "page-0354",
100879
100814
  "page-0355",
100880
100815
  "page-0356",
@@ -100915,7 +100850,7 @@
100915
100850
  "page-0429",
100916
100851
  "page-0433",
100917
100852
  "page-0434",
100918
- "page-0435",
100853
+ "page-0436",
100919
100854
  "page-0437",
100920
100855
  "page-0438",
100921
100856
  "page-0440",
@@ -100947,7 +100882,7 @@
100947
100882
  "page-0487",
100948
100883
  "page-0488",
100949
100884
  "page-0490",
100950
- "page-0492",
100885
+ "page-0494",
100951
100886
  "page-0501",
100952
100887
  "page-0507",
100953
100888
  "page-0513",
@@ -102015,7 +101950,7 @@
102015
101950
  "page-0349",
102016
101951
  "page-0511",
102017
101952
  "page-0516",
102018
- "page-0520",
101953
+ "page-0521",
102019
101954
  "page-0554",
102020
101955
  "page-0555",
102021
101956
  "page-0565",
@@ -102220,7 +102155,7 @@
102220
102155
  "page-0429",
102221
102156
  "page-0491",
102222
102157
  "page-0506",
102223
- "page-0520",
102158
+ "page-0521",
102224
102159
  "page-0525",
102225
102160
  "page-0637",
102226
102161
  "page-0639",
@@ -102435,7 +102370,7 @@
102435
102370
  "page-0741",
102436
102371
  "page-0742",
102437
102372
  "page-0743",
102438
- "page-0745",
102373
+ "page-0744",
102439
102374
  "page-0746",
102440
102375
  "page-0748",
102441
102376
  "page-0749",
@@ -102781,7 +102716,7 @@
102781
102716
  "page-0097",
102782
102717
  "page-0563",
102783
102718
  "page-0668",
102784
- "page-0705"
102719
+ "page-0706"
102785
102720
  ],
102786
102721
  "customer": [
102787
102722
  "page-0097",
@@ -103740,7 +103675,7 @@
103740
103675
  "many": [
103741
103676
  "page-0132",
103742
103677
  "page-0489",
103743
- "page-0494",
103678
+ "page-0493",
103744
103679
  "page-0495",
103745
103680
  "page-0496",
103746
103681
  "page-0497",
@@ -103883,7 +103818,7 @@
103883
103818
  "error": [
103884
103819
  "page-0141",
103885
103820
  "page-0365",
103886
- "page-0493",
103821
+ "page-0492",
103887
103822
  "page-0502",
103888
103823
  "page-0539",
103889
103824
  "page-0558",
@@ -103939,7 +103874,7 @@
103939
103874
  ],
103940
103875
  "once": [
103941
103876
  "page-0143",
103942
- "page-0701"
103877
+ "page-0702"
103943
103878
  ],
103944
103879
  "until": [
103945
103880
  "page-0143"
@@ -103951,7 +103886,7 @@
103951
103886
  "page-0143",
103952
103887
  "page-0167",
103953
103888
  "page-0680",
103954
- "page-0706"
103889
+ "page-0705"
103955
103890
  ],
103956
103891
  "streams": [
103957
103892
  "page-0144",
@@ -104095,7 +104030,7 @@
104095
104030
  "page-0548",
104096
104031
  "page-0551",
104097
104032
  "page-0555",
104098
- "page-0706"
104033
+ "page-0705"
104099
104034
  ],
104100
104035
  "info": [
104101
104036
  "page-0151",
@@ -104167,7 +104102,7 @@
104167
104102
  "history": [
104168
104103
  "page-0153",
104169
104104
  "page-0193",
104170
- "page-0706",
104105
+ "page-0705",
104171
104106
  "page-1197",
104172
104107
  "page-1235",
104173
104108
  "page-1236"
@@ -104319,7 +104254,7 @@
104319
104254
  "modes": [
104320
104255
  "page-0157",
104321
104256
  "page-0668",
104322
- "page-0706",
104257
+ "page-0705",
104323
104258
  "page-1248"
104324
104259
  ],
104325
104260
  "internal": [
@@ -104550,12 +104485,12 @@
104550
104485
  ],
104551
104486
  "reverse": [
104552
104487
  "page-0170",
104553
- "page-0223",
104488
+ "page-0222",
104554
104489
  "page-0694"
104555
104490
  ],
104556
104491
  "proxy": [
104557
104492
  "page-0170",
104558
- "page-0223",
104493
+ "page-0222",
104559
104494
  "page-0555",
104560
104495
  "page-0582",
104561
104496
  "page-0583",
@@ -104727,7 +104662,7 @@
104727
104662
  "page-0349",
104728
104663
  "page-0371",
104729
104664
  "page-0382",
104730
- "page-0494",
104665
+ "page-0493",
104731
104666
  "page-0495",
104732
104667
  "page-0496",
104733
104668
  "page-0497",
@@ -104838,7 +104773,7 @@
104838
104773
  "page-0699",
104839
104774
  "page-0700",
104840
104775
  "page-0703",
104841
- "page-0706",
104776
+ "page-0705",
104842
104777
  "page-0709",
104843
104778
  "page-0712",
104844
104779
  "page-1097",
@@ -105385,23 +105320,16 @@
105385
105320
  "page-1145",
105386
105321
  "page-1197"
105387
105322
  ],
105388
- "report": [
105389
- "page-0222",
105390
- "page-1139"
105391
- ],
105392
- "contents": [
105393
- "page-0222"
105394
- ],
105395
105323
  "(recommended)": [
105396
- "page-0223",
105324
+ "page-0222",
105397
105325
  "page-0935"
105398
105326
  ],
105399
105327
  "pass": [
105400
- "page-0223",
105328
+ "page-0222",
105401
105329
  "page-0713"
105402
105330
  ],
105403
105331
  "certificates": [
105404
- "page-0223"
105332
+ "page-0222"
105405
105333
  ],
105406
105334
  "sign": [
105407
105335
  "page-0224",
@@ -105734,7 +105662,7 @@
105734
105662
  "page-0487",
105735
105663
  "page-0488",
105736
105664
  "page-0490",
105737
- "page-0492",
105665
+ "page-0493",
105738
105666
  "page-0494",
105739
105667
  "page-0495",
105740
105668
  "page-0496",
@@ -105952,14 +105880,14 @@
105952
105880
  "page-0334",
105953
105881
  "page-0335",
105954
105882
  "page-0337",
105955
- "page-0341",
105883
+ "page-0340",
105956
105884
  "page-0344",
105957
105885
  "page-0345",
105958
105886
  "page-0347",
105959
105887
  "page-0349",
105960
105888
  "page-0350",
105961
105889
  "page-0351",
105962
- "page-0353",
105890
+ "page-0352",
105963
105891
  "page-0354",
105964
105892
  "page-0355",
105965
105893
  "page-0356",
@@ -106000,7 +105928,7 @@
106000
105928
  "page-0429",
106001
105929
  "page-0433",
106002
105930
  "page-0434",
106003
- "page-0435",
105931
+ "page-0436",
106004
105932
  "page-0437",
106005
105933
  "page-0438",
106006
105934
  "page-0440",
@@ -106032,7 +105960,7 @@
106032
105960
  "page-0487",
106033
105961
  "page-0488",
106034
105962
  "page-0490",
106035
- "page-0492",
105963
+ "page-0494",
106036
105964
  "page-0501",
106037
105965
  "page-0507",
106038
105966
  "page-0513",
@@ -106054,7 +105982,7 @@
106054
105982
  "page-0687",
106055
105983
  "page-0691",
106056
105984
  "page-0692",
106057
- "page-0706"
105985
+ "page-0705"
106058
105986
  ],
106059
105987
  "activecampaign": [
106060
105988
  "page-0234",
@@ -106191,12 +106119,12 @@
106191
106119
  ],
106192
106120
  "brevo": [
106193
106121
  "page-0267",
106194
- "page-0745",
106122
+ "page-0744",
106195
106123
  "page-1041"
106196
106124
  ],
106197
106125
  "bubble": [
106198
106126
  "page-0268",
106199
- "page-0744"
106127
+ "page-0745"
106200
106128
  ],
106201
106129
  "chargebee": [
106202
106130
  "page-0269",
@@ -106383,16 +106311,16 @@
106383
106311
  "page-1060",
106384
106312
  "page-1199"
106385
106313
  ],
106386
- "gitlab": [
106387
- "page-0308",
106388
- "page-0810",
106389
- "page-1061"
106390
- ],
106391
106314
  "gong": [
106392
- "page-0309",
106315
+ "page-0308",
106393
106316
  "page-0811",
106394
106317
  "page-1197"
106395
106318
  ],
106319
+ "gitlab": [
106320
+ "page-0309",
106321
+ "page-0810",
106322
+ "page-1061"
106323
+ ],
106396
106324
  "analytics": [
106397
106325
  "page-0311"
106398
106326
  ],
@@ -106453,7 +106381,7 @@
106453
106381
  ],
106454
106382
  "gotify": [
106455
106383
  "page-0326",
106456
- "page-0812"
106384
+ "page-0813"
106457
106385
  ],
106458
106386
  "gotowebinar": [
106459
106387
  "page-0327",
@@ -106493,33 +106421,33 @@
106493
106421
  "page-0336",
106494
106422
  "page-0823"
106495
106423
  ],
106496
- "humantic": [
106497
- "page-0338",
106498
- "page-0827"
106499
- ],
106500
106424
  "hunter": [
106501
- "page-0339",
106425
+ "page-0338",
106502
106426
  "page-0828"
106503
106427
  ],
106504
106428
  "intercom": [
106505
- "page-0340",
106429
+ "page-0339",
106506
106430
  "page-0831"
106507
106431
  ],
106508
106432
  "invoice": [
106509
- "page-0341",
106433
+ "page-0340",
106510
106434
  "page-0832",
106511
106435
  "page-0872",
106512
106436
  "page-1067"
106513
106437
  ],
106514
106438
  "ninja": [
106515
- "page-0341",
106439
+ "page-0340",
106516
106440
  "page-0832",
106517
106441
  "page-1067"
106518
106442
  ],
106519
106443
  "iterable": [
106520
- "page-0342",
106444
+ "page-0341",
106521
106445
  "page-0833"
106522
106446
  ],
106447
+ "humantic": [
106448
+ "page-0342",
106449
+ "page-0827"
106450
+ ],
106523
106451
  "jenkins": [
106524
106452
  "page-0343",
106525
106453
  "page-0834"
@@ -106568,15 +106496,15 @@
106568
106496
  "page-0845",
106569
106497
  "page-1073"
106570
106498
  ],
106571
- "lingvanex": [
106572
- "page-0352",
106573
- "page-0848"
106574
- ],
106575
106499
  "linear": [
106576
- "page-0353",
106500
+ "page-0352",
106577
106501
  "page-0847",
106578
106502
  "page-1074"
106579
106503
  ],
106504
+ "lingvanex": [
106505
+ "page-0353",
106506
+ "page-0848"
106507
+ ],
106580
106508
  "linkedin": [
106581
106509
  "page-0354",
106582
106510
  "page-0849"
@@ -106860,13 +106788,13 @@
106860
106788
  "page-0407",
106861
106789
  "page-0906"
106862
106790
  ],
106863
- "philips": [
106791
+ "phantombuster": [
106864
106792
  "page-0408",
106865
- "page-0909"
106793
+ "page-0908"
106866
106794
  ],
106867
- "phantombuster": [
106795
+ "philips": [
106868
106796
  "page-0409",
106869
- "page-0908"
106797
+ "page-0909"
106870
106798
  ],
106871
106799
  "pipedrive": [
106872
106800
  "page-0410",
@@ -106984,13 +106912,13 @@
106984
106912
  "page-0434",
106985
106913
  "page-0942"
106986
106914
  ],
106987
- "sentry": [
106915
+ "sendy": [
106988
106916
  "page-0435",
106989
- "page-0945"
106917
+ "page-0943"
106990
106918
  ],
106991
- "sendy": [
106919
+ "sentry": [
106992
106920
  "page-0436",
106993
- "page-0943"
106921
+ "page-0944"
106994
106922
  ],
106995
106923
  "servicenow": [
106996
106924
  "page-0437",
@@ -107208,15 +107136,15 @@
107208
107136
  "page-0480",
107209
107137
  "page-1011"
107210
107138
  ],
107211
- "zoho": [
107212
- "page-0481",
107213
- "page-1014"
107214
- ],
107215
107139
  "zendesk": [
107216
- "page-0482",
107140
+ "page-0481",
107217
107141
  "page-1012",
107218
107142
  "page-1115"
107219
107143
  ],
107144
+ "zoho": [
107145
+ "page-0482",
107146
+ "page-1014"
107147
+ ],
107220
107148
  "zulip": [
107221
107149
  "page-0484",
107222
107150
  "page-1017"
@@ -107246,19 +107174,19 @@
107246
107174
  ],
107247
107175
  "forbidden": [
107248
107176
  "page-0489",
107249
- "page-0493",
107177
+ "page-0492",
107250
107178
  "page-0704",
107251
107179
  "page-0947",
107252
107180
  "page-1001"
107253
107181
  ],
107254
107182
  "perhaps": [
107255
107183
  "page-0489",
107256
- "page-0493",
107184
+ "page-0492",
107257
107185
  "page-0704"
107258
107186
  ],
107259
107187
  "check": [
107260
107188
  "page-0489",
107261
- "page-0493",
107189
+ "page-0492",
107262
107190
  "page-0527",
107263
107191
  "page-0531",
107264
107192
  "page-0628",
@@ -107302,24 +107230,24 @@
107302
107230
  "page-1196"
107303
107231
  ],
107304
107232
  "attribution": [
107305
- "page-0493",
107233
+ "page-0492",
107306
107234
  "page-0523",
107307
107235
  "page-0677"
107308
107236
  ],
107309
107237
  "sent": [
107310
- "page-0493",
107238
+ "page-0492",
107311
107239
  "page-0523",
107312
107240
  "page-0674"
107313
107241
  ],
107314
107242
  "messages": [
107315
- "page-0493",
107243
+ "page-0492",
107316
107244
  "page-0496",
107317
107245
  "page-0523",
107318
107246
  "page-0539",
107319
107247
  "page-0713"
107320
107248
  ],
107321
107249
  "unauthorized": [
107322
- "page-0493",
107250
+ "page-0492",
107323
107251
  "page-0502",
107324
107252
  "page-1019",
107325
107253
  "page-1020",
@@ -107327,17 +107255,17 @@
107327
107255
  "page-1132"
107328
107256
  ],
107329
107257
  "please": [
107330
- "page-0493",
107258
+ "page-0492",
107331
107259
  "page-0527",
107332
107260
  "page-0531",
107333
107261
  "page-0628",
107334
107262
  "page-0704"
107335
107263
  ],
107336
107264
  "draft": [
107337
- "page-0494"
107265
+ "page-0493"
107338
107266
  ],
107339
107267
  "drafts": [
107340
- "page-0494"
107268
+ "page-0493"
107341
107269
  ],
107342
107270
  "label": [
107343
107271
  "page-0495",
@@ -107582,7 +107510,7 @@
107582
107510
  "page-1136"
107583
107511
  ],
107584
107512
  "answer": [
107585
- "page-0520",
107513
+ "page-0521",
107586
107514
  "page-0545",
107587
107515
  "page-0546",
107588
107516
  "page-0547",
@@ -107600,7 +107528,7 @@
107600
107528
  "page-0621"
107601
107529
  ],
107602
107530
  "additional": [
107603
- "page-0520",
107531
+ "page-0521",
107604
107532
  "page-0525",
107605
107533
  "page-0627",
107606
107534
  "page-1034",
@@ -107608,7 +107536,7 @@
107608
107536
  "page-1197"
107609
107537
  ],
107610
107538
  "inline": [
107611
- "page-0520",
107539
+ "page-0521",
107612
107540
  "page-0525",
107613
107541
  "page-1196"
107614
107542
  ],
@@ -107636,7 +107564,7 @@
107636
107564
  "than": [
107637
107565
  "page-0523",
107638
107566
  "page-0674",
107639
- "page-0705",
107567
+ "page-0706",
107640
107568
  "page-1132"
107641
107569
  ],
107642
107570
  "animation": [
@@ -108090,7 +108018,7 @@
108090
108018
  "page-0558",
108091
108019
  "page-0626",
108092
108020
  "page-0630",
108093
- "page-0702",
108021
+ "page-0701",
108094
108022
  "page-1140"
108095
108023
  ],
108096
108024
  "'content'": [
@@ -108891,34 +108819,34 @@
108891
108819
  "page-0699",
108892
108820
  "page-1176"
108893
108821
  ],
108894
- "curl": [
108895
- "page-0701",
108896
- "page-0703",
108897
- "page-0710"
108898
- ],
108899
108822
  "failed:": [
108900
- "page-0702"
108823
+ "page-0701"
108901
108824
  ],
108902
108825
  "<command>": [
108903
- "page-0702"
108826
+ "page-0701"
108904
108827
  ],
108905
108828
  "/bin/sh:": [
108906
- "page-0702"
108829
+ "page-0701"
108907
108830
  ],
108908
108831
  "<command>:": [
108909
- "page-0702"
108832
+ "page-0701"
108910
108833
  ],
108911
108834
  "stdout": [
108912
- "page-0702"
108835
+ "page-0701"
108913
108836
  ],
108914
108837
  "maxbuffer": [
108915
- "page-0702"
108838
+ "page-0701"
108916
108839
  ],
108917
108840
  "length": [
108918
- "page-0702"
108841
+ "page-0701"
108919
108842
  ],
108920
108843
  "exceeded": [
108921
- "page-0702"
108844
+ "page-0701"
108845
+ ],
108846
+ "curl": [
108847
+ "page-0702",
108848
+ "page-0703",
108849
+ "page-0710"
108922
108850
  ],
108923
108851
  "urlencoded": [
108924
108852
  "page-0703"
@@ -108950,24 +108878,24 @@
108950
108878
  "could": [
108951
108879
  "page-0704"
108952
108880
  ],
108953
- "removing": [
108954
- "page-0705"
108955
- ],
108956
108881
  "duplicates": [
108957
108882
  "page-0705",
108958
108883
  "page-0706",
108959
108884
  "page-1197"
108960
108885
  ],
108961
- "higher": [
108886
+ "repeated": [
108962
108887
  "page-0705"
108963
108888
  ],
108964
- "later": [
108889
+ "deduplication": [
108965
108890
  "page-0705"
108966
108891
  ],
108967
- "repeated": [
108892
+ "removing": [
108968
108893
  "page-0706"
108969
108894
  ],
108970
- "deduplication": [
108895
+ "higher": [
108896
+ "page-0706"
108897
+ ],
108898
+ "later": [
108971
108899
  "page-0706"
108972
108900
  ],
108973
108901
  "seconds": [
@@ -109175,7 +109103,7 @@
109175
109103
  "page-0805"
109176
109104
  ],
109177
109105
  "gemini(palm)": [
109178
- "page-0813"
109106
+ "page-0812"
109179
109107
  ],
109180
109108
  "goto": [
109181
109109
  "page-0814"
@@ -109281,7 +109209,7 @@
109281
109209
  "password": [
109282
109210
  "page-0892",
109283
109211
  "page-0952",
109284
- "page-0954",
109212
+ "page-0953",
109285
109213
  "page-0957",
109286
109214
  "page-1003",
109287
109215
  "page-1023",
@@ -109336,7 +109264,7 @@
109336
109264
  "page-0941"
109337
109265
  ],
109338
109266
  "serp": [
109339
- "page-0944"
109267
+ "page-0945"
109340
109268
  ],
109341
109269
  "shuffler": [
109342
109270
  "page-0948"
@@ -109352,16 +109280,16 @@
109352
109280
  "page-0953",
109353
109281
  "page-0954"
109354
109282
  ],
109355
- "saas": [
109356
- "page-0953"
109357
- ],
109358
109283
  "ipam": [
109359
- "page-0954"
109284
+ "page-0953"
109360
109285
  ],
109361
109286
  "username": [
109362
- "page-0954",
109287
+ "page-0953",
109363
109288
  "page-1182"
109364
109289
  ],
109290
+ "saas": [
109291
+ "page-0954"
109292
+ ],
109365
109293
  "capabilities": [
109366
109294
  "page-0955",
109367
109295
  "page-1181"
@@ -109562,6 +109490,9 @@
109562
109490
  "risks": [
109563
109491
  "page-1139"
109564
109492
  ],
109493
+ "report": [
109494
+ "page-1139"
109495
+ ],
109565
109496
  "prevent": [
109566
109497
  "page-1140"
109567
109498
  ],
@@ -111258,7 +111189,6 @@
111258
111189
  "page-0220",
111259
111190
  "page-0221",
111260
111191
  "page-0222",
111261
- "page-0223",
111262
111192
  "page-0224",
111263
111193
  "page-0225",
111264
111194
  "page-0226",
@@ -112037,10 +111967,10 @@
112037
111967
  "github": [
112038
111968
  "page-0307"
112039
111969
  ],
112040
- "gitlab": [
111970
+ "gong": [
112041
111971
  "page-0308"
112042
111972
  ],
112043
- "gong": [
111973
+ "gitlab": [
112044
111974
  "page-0309"
112045
111975
  ],
112046
111976
  "googleads": [
@@ -112127,19 +112057,19 @@
112127
112057
  "hubspot": [
112128
112058
  "page-0337"
112129
112059
  ],
112130
- "humanticai": [
112060
+ "hunter": [
112131
112061
  "page-0338"
112132
112062
  ],
112133
- "hunter": [
112063
+ "intercom": [
112134
112064
  "page-0339"
112135
112065
  ],
112136
- "intercom": [
112066
+ "invoiceninja": [
112137
112067
  "page-0340"
112138
112068
  ],
112139
- "invoiceninja": [
112069
+ "iterable": [
112140
112070
  "page-0341"
112141
112071
  ],
112142
- "iterable": [
112072
+ "humanticai": [
112143
112073
  "page-0342"
112144
112074
  ],
112145
112075
  "jenkins": [
@@ -112169,10 +112099,10 @@
112169
112099
  "line": [
112170
112100
  "page-0351"
112171
112101
  ],
112172
- "lingvanex": [
112102
+ "linear": [
112173
112103
  "page-0352"
112174
112104
  ],
112175
- "linear": [
112105
+ "lingvanex": [
112176
112106
  "page-0353"
112177
112107
  ],
112178
112108
  "linkedin": [
@@ -112337,10 +112267,10 @@
112337
112267
  "peekalink": [
112338
112268
  "page-0407"
112339
112269
  ],
112340
- "philipshue": [
112270
+ "phantombuster": [
112341
112271
  "page-0408"
112342
112272
  ],
112343
- "phantombuster": [
112273
+ "philipshue": [
112344
112274
  "page-0409"
112345
112275
  ],
112346
112276
  "pipedrive": [
@@ -112418,10 +112348,10 @@
112418
112348
  "sendgrid": [
112419
112349
  "page-0434"
112420
112350
  ],
112421
- "sentryio": [
112351
+ "sendy": [
112422
112352
  "page-0435"
112423
112353
  ],
112424
- "sendy": [
112354
+ "sentryio": [
112425
112355
  "page-0436"
112426
112356
  ],
112427
112357
  "servicenow": [
@@ -112556,10 +112486,10 @@
112556
112486
  "zammad": [
112557
112487
  "page-0480"
112558
112488
  ],
112559
- "zohocrm": [
112489
+ "zendesk": [
112560
112490
  "page-0481"
112561
112491
  ],
112562
- "zendesk": [
112492
+ "zohocrm": [
112563
112493
  "page-0482"
112564
112494
  ],
112565
112495
  "zoom": [