@n8n-as-code/skills 1.6.1-next.1 → 1.7.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-03T13:29:18.782Z",
2
+ "generatedAt": "2026-04-03T13:43:21.598Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
5
  "totalPages": 1262,
@@ -47550,6 +47550,69 @@
47550
47550
  },
47551
47551
  {
47552
47552
  "id": "page-0604",
47553
+ "title": "Postgres Chat Memory",
47554
+ "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/index.md",
47555
+ "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/index.md",
47556
+ "category": "cluster-nodes",
47557
+ "subcategory": null,
47558
+ "nodeName": null,
47559
+ "nodeType": null,
47560
+ "content": {
47561
+ "markdown": "# Postgres Chat Memory node\n\nUse the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\nOn this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/postgres/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n- **Session Key**: Enter the key to use to store the memory in the workflow data.\n- **Table Name**: Enter the name of the table to store the chat history in. The system will create the table if doesn't exist.\n- **Context Window Length**: Enter the number of previous interactions to consider for context.\n\n## Related resources\n\nRefer to [LangChain's Postgres Chat Message History documentation](https://js.langchain.com/docs/integrations/memory/postgres) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n\n## Single memory instance\n\nIf you add more than one Postgres Chat Memory node to your workflow, all nodes access the same memory instance by default. Be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the [Chat Memory Manager](../n8n-nodes-langchain.memorymanager/) node. If you want more than one memory instance in your workflow, set different session IDs in different memory nodes.\n",
47562
+ "excerpt": "# Postgres Chat Memory node Use the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history. On this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources. Credentials You can find authentication information for this node [here](../../../credentials/postgres/). Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items us...",
47563
+ "sections": [
47564
+ {
47565
+ "title": "Postgres Chat Memory node",
47566
+ "level": 1,
47567
+ "content": "Use the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\nOn this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/postgres/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to t"
47568
+ }
47569
+ ]
47570
+ },
47571
+ "metadata": {
47572
+ "keywords": [
47573
+ "postgres",
47574
+ "chat",
47575
+ "memory",
47576
+ "node",
47577
+ "parameters",
47578
+ "related",
47579
+ "resources",
47580
+ "single",
47581
+ "instance"
47582
+ ],
47583
+ "useCases": [],
47584
+ "operations": [],
47585
+ "codeExamples": 0,
47586
+ "complexity": "beginner",
47587
+ "readingTime": "2 min",
47588
+ "contentLength": 2094,
47589
+ "relatedPages": []
47590
+ },
47591
+ "searchIndex": {
47592
+ "fullText": "postgres chat memory # postgres chat memory node\n\nuse the postgres chat memory node to use postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\non this page, you'll find a list of operations the postgres chat memory node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/postgres/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n- **session key**: enter the key to use to store the memory in the workflow data.\n- **table name**: enter the name of the table to store the chat history in. the system will create the table if doesn't exist.\n- **context window length**: enter the number of previous interactions to consider for context.\n\n## related resources\n\nrefer to [langchain's postgres chat message history documentation](https://js.langchain.com/docs/integrations/memory/postgres) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n\n## single memory instance\n\nif you add more than one postgres chat memory node to your workflow, all nodes access the same memory instance by default. be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the [chat memory manager](../n8n-nodes-langchain.memorymanager/) node. if you want more than one memory instance in your workflow, set different session ids in different memory nodes.\n postgres chat memory node",
47593
+ "importantTerms": [
47594
+ "memory",
47595
+ "postgres",
47596
+ "chat",
47597
+ "node",
47598
+ "nodes",
47599
+ "name",
47600
+ "expression",
47601
+ "more",
47602
+ "items",
47603
+ "input",
47604
+ "resolves",
47605
+ "history",
47606
+ "enter",
47607
+ "workflow",
47608
+ "table",
47609
+ "langchain",
47610
+ "instance"
47611
+ ]
47612
+ }
47613
+ },
47614
+ {
47615
+ "id": "page-0605",
47553
47616
  "title": "Redis Chat Memory",
47554
47617
  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryredischat/index.md",
47555
47618
  "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryredischat/index.md",
@@ -47624,7 +47687,7 @@
47624
47687
  }
47625
47688
  },
47626
47689
  {
47627
- "id": "page-0605",
47690
+ "id": "page-0606",
47628
47691
  "title": "Xata",
47629
47692
  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryxata/index.md",
47630
47693
  "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryxata/index.md",
@@ -47695,7 +47758,7 @@
47695
47758
  }
47696
47759
  },
47697
47760
  {
47698
- "id": "page-0606",
47761
+ "id": "page-0607",
47699
47762
  "title": "Zep",
47700
47763
  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryzep/index.md",
47701
47764
  "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memoryzep/index.md",
@@ -47755,69 +47818,6 @@
47755
47818
  ]
47756
47819
  }
47757
47820
  },
47758
- {
47759
- "id": "page-0607",
47760
- "title": "Postgres Chat Memory",
47761
- "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/index.md",
47762
- "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorypostgreschat/index.md",
47763
- "category": "cluster-nodes",
47764
- "subcategory": null,
47765
- "nodeName": null,
47766
- "nodeType": null,
47767
- "content": {
47768
- "markdown": "# Postgres Chat Memory node\n\nUse the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\nOn this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/postgres/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n- **Session Key**: Enter the key to use to store the memory in the workflow data.\n- **Table Name**: Enter the name of the table to store the chat history in. The system will create the table if doesn't exist.\n- **Context Window Length**: Enter the number of previous interactions to consider for context.\n\n## Related resources\n\nRefer to [LangChain's Postgres Chat Message History documentation](https://js.langchain.com/docs/integrations/memory/postgres) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n\n## Single memory instance\n\nIf you add more than one Postgres Chat Memory node to your workflow, all nodes access the same memory instance by default. Be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the [Chat Memory Manager](../n8n-nodes-langchain.memorymanager/) node. If you want more than one memory instance in your workflow, set different session IDs in different memory nodes.\n",
47769
- "excerpt": "# Postgres Chat Memory node Use the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history. On this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources. Credentials You can find authentication information for this node [here](../../../credentials/postgres/). Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items us...",
47770
- "sections": [
47771
- {
47772
- "title": "Postgres Chat Memory node",
47773
- "level": 1,
47774
- "content": "Use the Postgres Chat Memory node to use Postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\nOn this page, you'll find a list of operations the Postgres Chat Memory node supports, and links to more resources.\n\nCredentials\n\nYou can find authentication information for this node [here](../../../credentials/postgres/).\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to t"
47775
- }
47776
- ]
47777
- },
47778
- "metadata": {
47779
- "keywords": [
47780
- "postgres",
47781
- "chat",
47782
- "memory",
47783
- "node",
47784
- "parameters",
47785
- "related",
47786
- "resources",
47787
- "single",
47788
- "instance"
47789
- ],
47790
- "useCases": [],
47791
- "operations": [],
47792
- "codeExamples": 0,
47793
- "complexity": "beginner",
47794
- "readingTime": "2 min",
47795
- "contentLength": 2094,
47796
- "relatedPages": []
47797
- },
47798
- "searchIndex": {
47799
- "fullText": "postgres chat memory # postgres chat memory node\n\nuse the postgres chat memory node to use postgres as a [memory](../../../../../glossary/#ai-memory) server for storing chat history.\n\non this page, you'll find a list of operations the postgres chat memory node supports, and links to more resources.\n\ncredentials\n\nyou can find authentication information for this node [here](../../../credentials/postgres/).\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n- **session key**: enter the key to use to store the memory in the workflow data.\n- **table name**: enter the name of the table to store the chat history in. the system will create the table if doesn't exist.\n- **context window length**: enter the number of previous interactions to consider for context.\n\n## related resources\n\nrefer to [langchain's postgres chat message history documentation](https://js.langchain.com/docs/integrations/memory/postgres) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n\n## single memory instance\n\nif you add more than one postgres chat memory node to your workflow, all nodes access the same memory instance by default. be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the [chat memory manager](../n8n-nodes-langchain.memorymanager/) node. if you want more than one memory instance in your workflow, set different session ids in different memory nodes.\n postgres chat memory node",
47800
- "importantTerms": [
47801
- "memory",
47802
- "postgres",
47803
- "chat",
47804
- "node",
47805
- "nodes",
47806
- "name",
47807
- "expression",
47808
- "more",
47809
- "items",
47810
- "input",
47811
- "resolves",
47812
- "history",
47813
- "enter",
47814
- "workflow",
47815
- "table",
47816
- "langchain",
47817
- "instance"
47818
- ]
47819
- }
47820
- },
47821
47821
  {
47822
47822
  "id": "page-0608",
47823
47823
  "title": "Model Selector",
@@ -48228,32 +48228,31 @@
48228
48228
  },
48229
48229
  {
48230
48230
  "id": "page-0614",
48231
- "title": "Workflow Retriever",
48232
- "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrieverworkflow/index.md",
48233
- "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrieverworkflow/index.md",
48231
+ "title": "Vector Store Retriever",
48232
+ "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievervectorstore/index.md",
48233
+ "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievervectorstore/index.md",
48234
48234
  "category": "cluster-nodes",
48235
48235
  "subcategory": null,
48236
48236
  "nodeName": null,
48237
48237
  "nodeType": null,
48238
48238
  "content": {
48239
- "markdown": "# Workflow Retriever node\n\nUse the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node.\n\nOn this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Source\n\nTell n8n which workflow to call. You can choose either:\n\n- **Database** and enter a workflow ID.\n- **Parameter** and copy in a complete [workflow JSON](../../../../../workflows/export-import/).\n\n### Workflow values\n\nSet values to pass to the workflow you're calling.\n\nThese values appear in the output data of the trigger node in the workflow you call. You can access these values in expressions in the workflow. For example, if you have:\n\n- **Workflow Values** with a **Name** of `myCustomValue`\n- A workflow with an Execute Sub-workflow Trigger node as its trigger\n\nThe expression to access the value of `myCustomValue` is `{{ $('Execute Sub-workflow Trigger').item.json.myCustomValue }}`.\n\n## Templates and examples\n\n**AI Crew to Automate Fundamental Stock Analysis - Q&A Workflow**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**Build a PDF Document RAG System with Mistral OCR, Qdrant and Gemini AI**\n\nby Davide Boizza\n\n[View template details](https://n8n.io/workflows/4400-build-a-pdf-document-rag-system-with-mistral-ocr-qdrant-and-gemini-ai/)\n\n**AI: Ask questions about any data source (using the n8n workflow retriever)**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1958-ai-ask-questions-about-any-data-source-using-the-n8n-workflow-retriever/)\n\n[Browse Workflow Retriever integration templates](https://n8n.io/integrations/workflow-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's general retriever documentation](https://js.langchain.com/docs/concepts/retrievers/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
48240
- "excerpt": "# Workflow Retriever node Use the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node. On this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of items as input, process these items, and output t...",
48239
+ "markdown": "# Vector Store Retriever node\n\nUse the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\nOn this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n- **Limit**: Enter the maximum number of results to return.\n\n## Templates and examples\n\n**Ask questions about a PDF using AI**\n\nby David Roberts\n\n[View template details](https://n8n.io/workflows/1960-ask-questions-about-a-pdf-using-ai/)\n\n**AI Crew to Automate Fundamental Stock Analysis - Q&A Workflow**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**Advanced AI Demo (Presented at AI Developers #14 meetup)**\n\nby Max Tkacz\n\n[View template details](https://n8n.io/workflows/2358-advanced-ai-demo-presented-at-ai-developers-14-meetup/)\n\n[Browse Vector Store Retriever integration templates](https://n8n.io/integrations/vector-store-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's vector store retriever documentation](https://js.langchain.com/docs/how_to/vectorstore_retriever/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
48240
+ "excerpt": "# Vector Store Retriever node Use the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store). On this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of items as input, process these items, and output...",
48241
48241
  "sections": [
48242
48242
  {
48243
- "title": "Workflow Retriever node",
48243
+ "title": "Vector Store Retriever node",
48244
48244
  "level": 1,
48245
- "content": "Use the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node.\n\nOn this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
48245
+ "content": "Use the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\nOn this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
48246
48246
  }
48247
48247
  ]
48248
48248
  },
48249
48249
  "metadata": {
48250
48250
  "keywords": [
48251
- "workflow",
48251
+ "vector",
48252
+ "store",
48252
48253
  "retriever",
48253
48254
  "node",
48254
48255
  "parameters",
48255
- "source",
48256
- "values",
48257
48256
  "templates",
48258
48257
  "examples",
48259
48258
  "related",
@@ -48264,69 +48263,62 @@
48264
48263
  "codeExamples": 0,
48265
48264
  "complexity": "beginner",
48266
48265
  "readingTime": "2 min",
48267
- "contentLength": 2714,
48266
+ "contentLength": 1988,
48268
48267
  "relatedPages": []
48269
48268
  },
48270
48269
  "searchIndex": {
48271
- "fullText": "workflow retriever # workflow retriever node\n\nuse the workflow retriever node to retrieve data from an n8n workflow for use in a retrieval qa chain or another retriever node.\n\non this page, you'll find the node parameters for the workflow retriever node, and links to more resources.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### source\n\ntell n8n which workflow to call. you can choose either:\n\n- **database** and enter a workflow id.\n- **parameter** and copy in a complete [workflow json](../../../../../workflows/export-import/).\n\n### workflow values\n\nset values to pass to the workflow you're calling.\n\nthese values appear in the output data of the trigger node in the workflow you call. you can access these values in expressions in the workflow. for example, if you have:\n\n- **workflow values** with a **name** of `mycustomvalue`\n- a workflow with an execute sub-workflow trigger node as its trigger\n\nthe expression to access the value of `mycustomvalue` is `{{ $('execute sub-workflow trigger').item.json.mycustomvalue }}`.\n\n## templates and examples\n\n**ai crew to automate fundamental stock analysis - q&a workflow**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**build a pdf document rag system with mistral ocr, qdrant and gemini ai**\n\nby davide boizza\n\n[view template details](https://n8n.io/workflows/4400-build-a-pdf-document-rag-system-with-mistral-ocr-qdrant-and-gemini-ai/)\n\n**ai: ask questions about any data source (using the n8n workflow retriever)**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1958-ai-ask-questions-about-any-data-source-using-the-n8n-workflow-retriever/)\n\n[browse workflow retriever integration templates](https://n8n.io/integrations/workflow-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's general retriever documentation](https://js.langchain.com/docs/concepts/retrievers/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n workflow retriever node",
48270
+ "fullText": "vector store retriever # vector store retriever node\n\nuse the vector store retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\non this page, you'll find the node parameters for the vector store retriever node, and links to more resources.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n- **limit**: enter the maximum number of results to return.\n\n## templates and examples\n\n**ask questions about a pdf using ai**\n\nby david roberts\n\n[view template details](https://n8n.io/workflows/1960-ask-questions-about-a-pdf-using-ai/)\n\n**ai crew to automate fundamental stock analysis - q&a workflow**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**advanced ai demo (presented at ai developers #14 meetup)**\n\nby max tkacz\n\n[view template details](https://n8n.io/workflows/2358-advanced-ai-demo-presented-at-ai-developers-14-meetup/)\n\n[browse vector store retriever integration templates](https://n8n.io/integrations/vector-store-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's vector store retriever documentation](https://js.langchain.com/docs/how_to/vectorstore_retriever/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n vector store retriever node",
48272
48271
  "importantTerms": [
48273
- "workflow",
48272
+ "vector",
48273
+ "store",
48274
48274
  "retriever",
48275
48275
  "node",
48276
- "name",
48277
- "values",
48278
48276
  "nodes",
48279
- "expression",
48277
+ "name",
48280
48278
  "https",
48281
- "workflows",
48282
- "data",
48279
+ "expression",
48283
48280
  "items",
48284
48281
  "input",
48285
48282
  "resolves",
48286
- "json",
48287
- "trigger",
48288
- "with",
48289
48283
  "view",
48284
+ "workflows",
48285
+ "advanced",
48290
48286
  "using",
48291
- "these",
48292
- "item",
48293
- "example",
48294
- "source",
48295
- "mycustomvalue",
48296
48287
  "templates",
48288
+ "about",
48297
48289
  "template",
48298
- "details",
48299
- "about"
48290
+ "details"
48300
48291
  ]
48301
48292
  }
48302
48293
  },
48303
48294
  {
48304
48295
  "id": "page-0615",
48305
- "title": "Vector Store Retriever",
48306
- "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievervectorstore/index.md",
48307
- "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrievervectorstore/index.md",
48296
+ "title": "Workflow Retriever",
48297
+ "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrieverworkflow/index.md",
48298
+ "urlPath": "integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.retrieverworkflow/index.md",
48308
48299
  "category": "cluster-nodes",
48309
48300
  "subcategory": null,
48310
48301
  "nodeName": null,
48311
48302
  "nodeType": null,
48312
48303
  "content": {
48313
- "markdown": "# Vector Store Retriever node\n\nUse the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\nOn this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n- **Limit**: Enter the maximum number of results to return.\n\n## Templates and examples\n\n**Ask questions about a PDF using AI**\n\nby David Roberts\n\n[View template details](https://n8n.io/workflows/1960-ask-questions-about-a-pdf-using-ai/)\n\n**AI Crew to Automate Fundamental Stock Analysis - Q&A Workflow**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**Advanced AI Demo (Presented at AI Developers #14 meetup)**\n\nby Max Tkacz\n\n[View template details](https://n8n.io/workflows/2358-advanced-ai-demo-presented-at-ai-developers-14-meetup/)\n\n[Browse Vector Store Retriever integration templates](https://n8n.io/integrations/vector-store-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's vector store retriever documentation](https://js.langchain.com/docs/how_to/vectorstore_retriever/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
48314
- "excerpt": "# Vector Store Retriever node Use the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store). On this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of items as input, process these items, and output...",
48304
+ "markdown": "# Workflow Retriever node\n\nUse the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node.\n\nOn this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## Node parameters\n\n### Source\n\nTell n8n which workflow to call. You can choose either:\n\n- **Database** and enter a workflow ID.\n- **Parameter** and copy in a complete [workflow JSON](../../../../../workflows/export-import/).\n\n### Workflow values\n\nSet values to pass to the workflow you're calling.\n\nThese values appear in the output data of the trigger node in the workflow you call. You can access these values in expressions in the workflow. For example, if you have:\n\n- **Workflow Values** with a **Name** of `myCustomValue`\n- A workflow with an Execute Sub-workflow Trigger node as its trigger\n\nThe expression to access the value of `myCustomValue` is `{{ $('Execute Sub-workflow Trigger').item.json.myCustomValue }}`.\n\n## Templates and examples\n\n**AI Crew to Automate Fundamental Stock Analysis - Q&A Workflow**\n\nby Derek Cheung\n\n[View template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**Build a PDF Document RAG System with Mistral OCR, Qdrant and Gemini AI**\n\nby Davide Boizza\n\n[View template details](https://n8n.io/workflows/4400-build-a-pdf-document-rag-system-with-mistral-ocr-qdrant-and-gemini-ai/)\n\n**AI: Ask questions about any data source (using the n8n workflow retriever)**\n\nby n8n Team\n\n[View template details](https://n8n.io/workflows/1958-ai-ask-questions-about-any-data-source-using-the-n8n-workflow-retriever/)\n\n[Browse Workflow Retriever integration templates](https://n8n.io/integrations/workflow-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## Related resources\n\nRefer to [LangChain's general retriever documentation](https://js.langchain.com/docs/concepts/retrievers/) for more information about the service.\n\nView n8n's [Advanced AI](../../../../../advanced-ai/) documentation.\n",
48305
+ "excerpt": "# Workflow Retriever node Use the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node. On this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources. Parameter resolution in sub-nodes Sub-nodes behave differently to other nodes when processing multiple items using an expression. Most nodes, including root nodes, take any number of items as input, process these items, and output t...",
48315
48306
  "sections": [
48316
48307
  {
48317
- "title": "Vector Store Retriever node",
48308
+ "title": "Workflow Retriever node",
48318
48309
  "level": 1,
48319
- "content": "Use the Vector Store Retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\nOn this page, you'll find the node parameters for the Vector Store Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
48310
+ "content": "Use the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node.\n\nOn this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources.\n\nParameter resolution in sub-nodes\n\nSub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nMost nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nIn sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name."
48320
48311
  }
48321
48312
  ]
48322
48313
  },
48323
48314
  "metadata": {
48324
48315
  "keywords": [
48325
- "vector",
48326
- "store",
48316
+ "workflow",
48327
48317
  "retriever",
48328
48318
  "node",
48329
48319
  "parameters",
48320
+ "source",
48321
+ "values",
48330
48322
  "templates",
48331
48323
  "examples",
48332
48324
  "related",
@@ -48337,31 +48329,39 @@
48337
48329
  "codeExamples": 0,
48338
48330
  "complexity": "beginner",
48339
48331
  "readingTime": "2 min",
48340
- "contentLength": 1988,
48332
+ "contentLength": 2714,
48341
48333
  "relatedPages": []
48342
48334
  },
48343
48335
  "searchIndex": {
48344
- "fullText": "vector store retriever # vector store retriever node\n\nuse the vector store retriever node to retrieve documents from a [vector store](../../../../../glossary/#ai-vector-store).\n\non this page, you'll find the node parameters for the vector store retriever node, and links to more resources.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n- **limit**: enter the maximum number of results to return.\n\n## templates and examples\n\n**ask questions about a pdf using ai**\n\nby david roberts\n\n[view template details](https://n8n.io/workflows/1960-ask-questions-about-a-pdf-using-ai/)\n\n**ai crew to automate fundamental stock analysis - q&a workflow**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**advanced ai demo (presented at ai developers #14 meetup)**\n\nby max tkacz\n\n[view template details](https://n8n.io/workflows/2358-advanced-ai-demo-presented-at-ai-developers-14-meetup/)\n\n[browse vector store retriever integration templates](https://n8n.io/integrations/vector-store-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's vector store retriever documentation](https://js.langchain.com/docs/how_to/vectorstore_retriever/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n vector store retriever node",
48336
+ "fullText": "workflow retriever # workflow retriever node\n\nuse the workflow retriever node to retrieve data from an n8n workflow for use in a retrieval qa chain or another retriever node.\n\non this page, you'll find the node parameters for the workflow retriever node, and links to more resources.\n\nparameter resolution in sub-nodes\n\nsub-nodes behave differently to other nodes when processing multiple items using an expression.\n\nmost nodes, including root nodes, take any number of items as input, process these items, and output the results. you can use expressions to refer to input items, and the node resolves the expression for each item in turn. for example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn.\n\nin sub-nodes, the expression always resolves to the first item. for example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name.\n\n## node parameters\n\n### source\n\ntell n8n which workflow to call. you can choose either:\n\n- **database** and enter a workflow id.\n- **parameter** and copy in a complete [workflow json](../../../../../workflows/export-import/).\n\n### workflow values\n\nset values to pass to the workflow you're calling.\n\nthese values appear in the output data of the trigger node in the workflow you call. you can access these values in expressions in the workflow. for example, if you have:\n\n- **workflow values** with a **name** of `mycustomvalue`\n- a workflow with an execute sub-workflow trigger node as its trigger\n\nthe expression to access the value of `mycustomvalue` is `{{ $('execute sub-workflow trigger').item.json.mycustomvalue }}`.\n\n## templates and examples\n\n**ai crew to automate fundamental stock analysis - q&a workflow**\n\nby derek cheung\n\n[view template details](https://n8n.io/workflows/2183-ai-crew-to-automate-fundamental-stock-analysis-qanda-workflow/)\n\n**build a pdf document rag system with mistral ocr, qdrant and gemini ai**\n\nby davide boizza\n\n[view template details](https://n8n.io/workflows/4400-build-a-pdf-document-rag-system-with-mistral-ocr-qdrant-and-gemini-ai/)\n\n**ai: ask questions about any data source (using the n8n workflow retriever)**\n\nby n8n team\n\n[view template details](https://n8n.io/workflows/1958-ai-ask-questions-about-any-data-source-using-the-n8n-workflow-retriever/)\n\n[browse workflow retriever integration templates](https://n8n.io/integrations/workflow-retriever/), or [search all templates](https://n8n.io/workflows/)\n\n## related resources\n\nrefer to [langchain's general retriever documentation](https://js.langchain.com/docs/concepts/retrievers/) for more information about the service.\n\nview n8n's [advanced ai](../../../../../advanced-ai/) documentation.\n workflow retriever node",
48345
48337
  "importantTerms": [
48346
- "vector",
48347
- "store",
48338
+ "workflow",
48348
48339
  "retriever",
48349
48340
  "node",
48350
- "nodes",
48351
48341
  "name",
48352
- "https",
48342
+ "values",
48343
+ "nodes",
48353
48344
  "expression",
48345
+ "https",
48346
+ "workflows",
48347
+ "data",
48354
48348
  "items",
48355
48349
  "input",
48356
48350
  "resolves",
48351
+ "json",
48352
+ "trigger",
48353
+ "with",
48357
48354
  "view",
48358
- "workflows",
48359
- "advanced",
48360
48355
  "using",
48356
+ "these",
48357
+ "item",
48358
+ "example",
48359
+ "source",
48360
+ "mycustomvalue",
48361
48361
  "templates",
48362
- "about",
48363
48362
  "template",
48364
- "details"
48363
+ "details",
48364
+ "about"
48365
48365
  ]
48366
48366
  }
48367
48367
  },
@@ -59538,81 +59538,6 @@
59538
59538
  },
59539
59539
  {
59540
59540
  "id": "page-0751",
59541
- "title": "Bubble credentials",
59542
- "url": "https://docs.n8n.io/integrations/builtin/credentials/bubble/index.md",
59543
- "urlPath": "integrations/builtin/credentials/bubble/index.md",
59544
- "category": "other",
59545
- "subcategory": null,
59546
- "nodeName": null,
59547
- "nodeType": null,
59548
- "content": {
59549
- "markdown": "# Bubble credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\nAPI access\n\nYou need a paid plan to access the Bubble APIs.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Bubble's API documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need a paid [Bubble](https://bubble.io) account and:\n\n- An **API Token**\n- An **App Name**\n- Your **Domain**, if you're using a custom domain\n\nTo set it up, you'll need to create an app:\n\n1. Go to the [**Apps**](https://bubble.io/home/apps) page in Bubble.\n1. Select **Create an app**.\n1. Enter a **Name** for your app, like `n8n-integration`.\n1. Select **Get started**. The app's details open.\n1. In the left navigation, select **Settings** (the gear cog icon).\n1. Select the **API** tab.\n1. In the **Public API Endpoints** section, check the box to **Enable Data API**.\n1. The page displays the **Data API root URL**, for example: `https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`.\n1. Copy the part of the URL after `https://` and before `.bubbleapps.io` and enter it in n8n as the **App Name**. In the above example, you'd enter `n8n-integration`.\n1. Select **Generate a new API token**.\n1. Enter an **API Token Label**, like `n8n integration`.\n1. Copy the **Private key** and enter it as the **API Token** in your n8n credential.\n - Refer to [Data API | Authentication](https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication) for more information on generating API tokens.\n1. In n8n, select the **Environment** that best matches your app:\n - Select **Development** for an app that you haven't deployed, accessed at `https://appname.bubbleapps.io/version-test` or `https://www.mydomain.com/version-test`.\n - Select **Live** for an app that you've [deployed](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/deploying-your-app), accessed at `https://appname.bubbleapps.io` or `https://www.mydomain.com`.\n1. In n8n, select your **Hosting**:\n - If you haven't set up a custom domain, select **Bubble Hosting**.\n - If you've set up a [custom domain](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/settings-tab/web-app/custom-domain-and-dns), select **Self Hosted** and enter your custom **Domain**.\n\nRefer to Bubble's [Creating and managing apps](https://manual.bubble.io/help-guides/getting-started/creating-and-managing-apps) documentation for more information.\n",
59550
- "excerpt": "# Bubble credentials You can use these credentials to authenticate the following nodes: - [Bubble](../../app-nodes/n8n-nodes-base.bubble/) API access You need a paid plan to access the Bubble APIs. ## Supported authentication methods - API key ## Related resources Refer to [Bubble's API documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service. ## Using API key To configure this credential, you'll need a paid [Bubble](https://bubble.io...",
59551
- "sections": [
59552
- {
59553
- "title": "Bubble credentials",
59554
- "level": 1,
59555
- "content": "You can use these credentials to authenticate the following nodes:\n\n- [Bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\nAPI access\n\nYou need a paid plan to access the Bubble APIs."
59556
- }
59557
- ]
59558
- },
59559
- "metadata": {
59560
- "keywords": [
59561
- "bubble",
59562
- "credentials",
59563
- "supported",
59564
- "authentication",
59565
- "methods",
59566
- "related",
59567
- "resources",
59568
- "using"
59569
- ],
59570
- "useCases": [
59571
- "`https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`."
59572
- ],
59573
- "operations": [],
59574
- "codeExamples": 0,
59575
- "complexity": "beginner",
59576
- "readingTime": "2 min",
59577
- "contentLength": 2668,
59578
- "relatedPages": []
59579
- },
59580
- "searchIndex": {
59581
- "fullText": "bubble credentials # bubble credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\napi access\n\nyou need a paid plan to access the bubble apis.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bubble's api documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need a paid [bubble](https://bubble.io) account and:\n\n- an **api token**\n- an **app name**\n- your **domain**, if you're using a custom domain\n\nto set it up, you'll need to create an app:\n\n1. go to the [**apps**](https://bubble.io/home/apps) page in bubble.\n1. select **create an app**.\n1. enter a **name** for your app, like `n8n-integration`.\n1. select **get started**. the app's details open.\n1. in the left navigation, select **settings** (the gear cog icon).\n1. select the **api** tab.\n1. in the **public api endpoints** section, check the box to **enable data api**.\n1. the page displays the **data api root url**, for example: `https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`.\n1. copy the part of the url after `https://` and before `.bubbleapps.io` and enter it in n8n as the **app name**. in the above example, you'd enter `n8n-integration`.\n1. select **generate a new api token**.\n1. enter an **api token label**, like `n8n integration`.\n1. copy the **private key** and enter it as the **api token** in your n8n credential.\n - refer to [data api | authentication](https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication) for more information on generating api tokens.\n1. in n8n, select the **environment** that best matches your app:\n - select **development** for an app that you haven't deployed, accessed at `https://appname.bubbleapps.io/version-test` or `https://www.mydomain.com/version-test`.\n - select **live** for an app that you've [deployed](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/deploying-your-app), accessed at `https://appname.bubbleapps.io` or `https://www.mydomain.com`.\n1. in n8n, select your **hosting**:\n - if you haven't set up a custom domain, select **bubble hosting**.\n - if you've set up a [custom domain](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/settings-tab/web-app/custom-domain-and-dns), select **self hosted** and enter your custom **domain**.\n\nrefer to bubble's [creating and managing apps](https://manual.bubble.io/help-guides/getting-started/creating-and-managing-apps) documentation for more information.\n bubble credentials",
59582
- "importantTerms": [
59583
- "bubble",
59584
- "https",
59585
- "select",
59586
- "your",
59587
- "domain",
59588
- "enter",
59589
- "manual",
59590
- "custom",
59591
- "credentials",
59592
- "help",
59593
- "guides",
59594
- "token",
59595
- "apps",
59596
- "integration",
59597
- "started",
59598
- "data",
59599
- "bubbleapps",
59600
- "nodes",
59601
- "need",
59602
- "authentication",
59603
- "refer",
59604
- "more",
59605
- "information",
59606
- "name",
59607
- "version",
59608
- "test",
59609
- "that",
59610
- "getting"
59611
- ]
59612
- }
59613
- },
59614
- {
59615
- "id": "page-0752",
59616
59541
  "title": "Cal.com credentials",
59617
59542
  "url": "https://docs.n8n.io/integrations/builtin/credentials/cal/index.md",
59618
59543
  "urlPath": "integrations/builtin/credentials/cal/index.md",
@@ -59661,7 +59586,7 @@
59661
59586
  }
59662
59587
  },
59663
59588
  {
59664
- "id": "page-0753",
59589
+ "id": "page-0752",
59665
59590
  "title": "Calendly credentials",
59666
59591
  "url": "https://docs.n8n.io/integrations/builtin/credentials/calendly/index.md",
59667
59592
  "urlPath": "integrations/builtin/credentials/calendly/index.md",
@@ -59735,6 +59660,81 @@
59735
59660
  ]
59736
59661
  }
59737
59662
  },
59663
+ {
59664
+ "id": "page-0753",
59665
+ "title": "Bubble credentials",
59666
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/bubble/index.md",
59667
+ "urlPath": "integrations/builtin/credentials/bubble/index.md",
59668
+ "category": "other",
59669
+ "subcategory": null,
59670
+ "nodeName": null,
59671
+ "nodeType": null,
59672
+ "content": {
59673
+ "markdown": "# Bubble credentials\n\nYou can use these credentials to authenticate the following nodes:\n\n- [Bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\nAPI access\n\nYou need a paid plan to access the Bubble APIs.\n\n## Supported authentication methods\n\n- API key\n\n## Related resources\n\nRefer to [Bubble's API documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service.\n\n## Using API key\n\nTo configure this credential, you'll need a paid [Bubble](https://bubble.io) account and:\n\n- An **API Token**\n- An **App Name**\n- Your **Domain**, if you're using a custom domain\n\nTo set it up, you'll need to create an app:\n\n1. Go to the [**Apps**](https://bubble.io/home/apps) page in Bubble.\n1. Select **Create an app**.\n1. Enter a **Name** for your app, like `n8n-integration`.\n1. Select **Get started**. The app's details open.\n1. In the left navigation, select **Settings** (the gear cog icon).\n1. Select the **API** tab.\n1. In the **Public API Endpoints** section, check the box to **Enable Data API**.\n1. The page displays the **Data API root URL**, for example: `https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`.\n1. Copy the part of the URL after `https://` and before `.bubbleapps.io` and enter it in n8n as the **App Name**. In the above example, you'd enter `n8n-integration`.\n1. Select **Generate a new API token**.\n1. Enter an **API Token Label**, like `n8n integration`.\n1. Copy the **Private key** and enter it as the **API Token** in your n8n credential.\n - Refer to [Data API | Authentication](https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication) for more information on generating API tokens.\n1. In n8n, select the **Environment** that best matches your app:\n - Select **Development** for an app that you haven't deployed, accessed at `https://appname.bubbleapps.io/version-test` or `https://www.mydomain.com/version-test`.\n - Select **Live** for an app that you've [deployed](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/deploying-your-app), accessed at `https://appname.bubbleapps.io` or `https://www.mydomain.com`.\n1. In n8n, select your **Hosting**:\n - If you haven't set up a custom domain, select **Bubble Hosting**.\n - If you've set up a [custom domain](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/settings-tab/web-app/custom-domain-and-dns), select **Self Hosted** and enter your custom **Domain**.\n\nRefer to Bubble's [Creating and managing apps](https://manual.bubble.io/help-guides/getting-started/creating-and-managing-apps) documentation for more information.\n",
59674
+ "excerpt": "# Bubble credentials You can use these credentials to authenticate the following nodes: - [Bubble](../../app-nodes/n8n-nodes-base.bubble/) API access You need a paid plan to access the Bubble APIs. ## Supported authentication methods - API key ## Related resources Refer to [Bubble's API documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service. ## Using API key To configure this credential, you'll need a paid [Bubble](https://bubble.io...",
59675
+ "sections": [
59676
+ {
59677
+ "title": "Bubble credentials",
59678
+ "level": 1,
59679
+ "content": "You can use these credentials to authenticate the following nodes:\n\n- [Bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\nAPI access\n\nYou need a paid plan to access the Bubble APIs."
59680
+ }
59681
+ ]
59682
+ },
59683
+ "metadata": {
59684
+ "keywords": [
59685
+ "bubble",
59686
+ "credentials",
59687
+ "supported",
59688
+ "authentication",
59689
+ "methods",
59690
+ "related",
59691
+ "resources",
59692
+ "using"
59693
+ ],
59694
+ "useCases": [
59695
+ "`https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`."
59696
+ ],
59697
+ "operations": [],
59698
+ "codeExamples": 0,
59699
+ "complexity": "beginner",
59700
+ "readingTime": "2 min",
59701
+ "contentLength": 2668,
59702
+ "relatedPages": []
59703
+ },
59704
+ "searchIndex": {
59705
+ "fullText": "bubble credentials # bubble credentials\n\nyou can use these credentials to authenticate the following nodes:\n\n- [bubble](../../app-nodes/n8n-nodes-base.bubble/)\n\napi access\n\nyou need a paid plan to access the bubble apis.\n\n## supported authentication methods\n\n- api key\n\n## related resources\n\nrefer to [bubble's api documentation](https://manual.bubble.io/help-guides/integrations/api) for more information about the service.\n\n## using api key\n\nto configure this credential, you'll need a paid [bubble](https://bubble.io) account and:\n\n- an **api token**\n- an **app name**\n- your **domain**, if you're using a custom domain\n\nto set it up, you'll need to create an app:\n\n1. go to the [**apps**](https://bubble.io/home/apps) page in bubble.\n1. select **create an app**.\n1. enter a **name** for your app, like `n8n-integration`.\n1. select **get started**. the app's details open.\n1. in the left navigation, select **settings** (the gear cog icon).\n1. select the **api** tab.\n1. in the **public api endpoints** section, check the box to **enable data api**.\n1. the page displays the **data api root url**, for example: `https://n8n-integration.bubbleapps.io/version-test/api/1.1/obj`.\n1. copy the part of the url after `https://` and before `.bubbleapps.io` and enter it in n8n as the **app name**. in the above example, you'd enter `n8n-integration`.\n1. select **generate a new api token**.\n1. enter an **api token label**, like `n8n integration`.\n1. copy the **private key** and enter it as the **api token** in your n8n credential.\n - refer to [data api | authentication](https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/authentication) for more information on generating api tokens.\n1. in n8n, select the **environment** that best matches your app:\n - select **development** for an app that you haven't deployed, accessed at `https://appname.bubbleapps.io/version-test` or `https://www.mydomain.com/version-test`.\n - select **live** for an app that you've [deployed](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/deploying-your-app), accessed at `https://appname.bubbleapps.io` or `https://www.mydomain.com`.\n1. in n8n, select your **hosting**:\n - if you haven't set up a custom domain, select **bubble hosting**.\n - if you've set up a [custom domain](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/settings-tab/web-app/custom-domain-and-dns), select **self hosted** and enter your custom **domain**.\n\nrefer to bubble's [creating and managing apps](https://manual.bubble.io/help-guides/getting-started/creating-and-managing-apps) documentation for more information.\n bubble credentials",
59706
+ "importantTerms": [
59707
+ "bubble",
59708
+ "https",
59709
+ "select",
59710
+ "your",
59711
+ "domain",
59712
+ "enter",
59713
+ "manual",
59714
+ "custom",
59715
+ "credentials",
59716
+ "help",
59717
+ "guides",
59718
+ "token",
59719
+ "apps",
59720
+ "integration",
59721
+ "started",
59722
+ "data",
59723
+ "bubbleapps",
59724
+ "nodes",
59725
+ "need",
59726
+ "authentication",
59727
+ "refer",
59728
+ "more",
59729
+ "information",
59730
+ "name",
59731
+ "version",
59732
+ "test",
59733
+ "that",
59734
+ "getting"
59735
+ ]
59736
+ }
59737
+ },
59738
59738
  {
59739
59739
  "id": "page-0754",
59740
59740
  "title": "Carbon Black credentials",
@@ -81873,27 +81873,27 @@
81873
81873
  },
81874
81874
  {
81875
81875
  "id": "page-1119",
81876
- "title": "WooCommerce Trigger",
81877
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/index.md",
81878
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/index.md",
81876
+ "title": "Wise Trigger",
81877
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/index.md",
81878
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/index.md",
81879
81879
  "category": "trigger-nodes",
81880
81880
  "subcategory": null,
81881
- "nodeName": "woocommercetrigger",
81882
- "nodeType": "n8n-nodes-base.woocommercetrigger",
81881
+ "nodeName": "wisetrigger",
81882
+ "nodeType": "n8n-nodes-base.wisetrigger",
81883
81883
  "content": {
81884
- "markdown": "# WooCommerce Trigger node\n\n[WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page.\n\n## Events\n\n- coupon.created\n- coupon.updated\n- coupon.deleted\n- customer.created\n- customer.updated\n- customer.deleted\n- order.created\n- order.updated\n- order.deleted\n- product.created\n- product.updated\n- product.deleted\n",
81885
- "excerpt": "# WooCommerce Trigger node [WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress. Credentials You can find authentication information for this node [here](../../credentials/woocommerce/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page. ## Events - coupon.created - coupon.updated - coupon.deleted - custom...",
81884
+ "markdown": "# Wise Trigger node\n\n[Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/wise/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page.\n\n## Events\n\n- Triggered every time a balance account is credited\n- Triggered every time a balance account is credited or debited\n- Triggered every time a transfer's list of active cases is updated\n- Triggered every time a transfer's status is updated\n",
81885
+ "excerpt": "# Wise Trigger node [Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone. Credentials You can find authentication information for this node [here](../../credentials/wise/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page. ## Events - Triggered...",
81886
81886
  "sections": [
81887
81887
  {
81888
- "title": "WooCommerce Trigger node",
81888
+ "title": "Wise Trigger node",
81889
81889
  "level": 1,
81890
- "content": "[WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page."
81890
+ "content": "[Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/wise/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page."
81891
81891
  }
81892
81892
  ]
81893
81893
  },
81894
81894
  "metadata": {
81895
81895
  "keywords": [
81896
- "woocommerce",
81896
+ "wise",
81897
81897
  "trigger",
81898
81898
  "node",
81899
81899
  "events"
@@ -81903,48 +81903,47 @@
81903
81903
  "codeExamples": 0,
81904
81904
  "complexity": "beginner",
81905
81905
  "readingTime": "1 min",
81906
- "contentLength": 651,
81906
+ "contentLength": 728,
81907
81907
  "relatedPages": []
81908
81908
  },
81909
81909
  "searchIndex": {
81910
- "fullText": "woocommerce trigger # woocommerce trigger node\n\n[woocommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for wordpress.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [woocommerce trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page.\n\n## events\n\n- coupon.created\n- coupon.updated\n- coupon.deleted\n- customer.created\n- customer.updated\n- customer.deleted\n- order.created\n- order.updated\n- order.deleted\n- product.created\n- product.updated\n- product.deleted\n woocommerce trigger node",
81910
+ "fullText": "wise trigger # wise trigger node\n\n[wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/wise/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [wise trigger integrations](https://n8n.io/integrations/wise-trigger/) page.\n\n## events\n\n- triggered every time a balance account is credited\n- triggered every time a balance account is credited or debited\n- triggered every time a transfer's list of active cases is updated\n- triggered every time a transfer's status is updated\n wise trigger node",
81911
81911
  "importantTerms": [
81912
- "woocommerce",
81912
+ "wise",
81913
81913
  "trigger",
81914
- "created",
81915
- "updated",
81916
- "deleted",
81914
+ "triggered",
81915
+ "every",
81916
+ "time",
81917
81917
  "node",
81918
- "coupon",
81919
- "customer",
81920
- "order",
81921
- "product"
81918
+ "transfer",
81919
+ "money",
81920
+ "account"
81922
81921
  ]
81923
81922
  }
81924
81923
  },
81925
81924
  {
81926
81925
  "id": "page-1120",
81927
- "title": "Wise Trigger",
81928
- "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/index.md",
81929
- "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/index.md",
81926
+ "title": "WooCommerce Trigger",
81927
+ "url": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/index.md",
81928
+ "urlPath": "integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/index.md",
81930
81929
  "category": "trigger-nodes",
81931
81930
  "subcategory": null,
81932
- "nodeName": "wisetrigger",
81933
- "nodeType": "n8n-nodes-base.wisetrigger",
81931
+ "nodeName": "woocommercetrigger",
81932
+ "nodeType": "n8n-nodes-base.woocommercetrigger",
81934
81933
  "content": {
81935
- "markdown": "# Wise Trigger node\n\n[Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/wise/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page.\n\n## Events\n\n- Triggered every time a balance account is credited\n- Triggered every time a balance account is credited or debited\n- Triggered every time a transfer's list of active cases is updated\n- Triggered every time a transfer's status is updated\n",
81936
- "excerpt": "# Wise Trigger node [Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone. Credentials You can find authentication information for this node [here](../../credentials/wise/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page. ## Events - Triggered...",
81934
+ "markdown": "# WooCommerce Trigger node\n\n[WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page.\n\n## Events\n\n- coupon.created\n- coupon.updated\n- coupon.deleted\n- customer.created\n- customer.updated\n- customer.deleted\n- order.created\n- order.updated\n- order.deleted\n- product.created\n- product.updated\n- product.deleted\n",
81935
+ "excerpt": "# WooCommerce Trigger node [WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress. Credentials You can find authentication information for this node [here](../../credentials/woocommerce/). Examples and templates For usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page. ## Events - coupon.created - coupon.updated - coupon.deleted - custom...",
81937
81936
  "sections": [
81938
81937
  {
81939
- "title": "Wise Trigger node",
81938
+ "title": "WooCommerce Trigger node",
81940
81939
  "level": 1,
81941
- "content": "[Wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/wise/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [Wise Trigger integrations](https://n8n.io/integrations/wise-trigger/) page."
81940
+ "content": "[WooCommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for WordPress.\n\nCredentials\n\nYou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nExamples and templates\n\nFor usage examples and templates to help you get started, refer to n8n's [WooCommerce Trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page."
81942
81941
  }
81943
81942
  ]
81944
81943
  },
81945
81944
  "metadata": {
81946
81945
  "keywords": [
81947
- "wise",
81946
+ "woocommerce",
81948
81947
  "trigger",
81949
81948
  "node",
81950
81949
  "events"
@@ -81954,21 +81953,22 @@
81954
81953
  "codeExamples": 0,
81955
81954
  "complexity": "beginner",
81956
81955
  "readingTime": "1 min",
81957
- "contentLength": 728,
81956
+ "contentLength": 651,
81958
81957
  "relatedPages": []
81959
81958
  },
81960
81959
  "searchIndex": {
81961
- "fullText": "wise trigger # wise trigger node\n\n[wise](https://wise.com) allows you to transfer money abroad with low-cost money transfers, receive money with international account details, and track transactions on your phone.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/wise/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [wise trigger integrations](https://n8n.io/integrations/wise-trigger/) page.\n\n## events\n\n- triggered every time a balance account is credited\n- triggered every time a balance account is credited or debited\n- triggered every time a transfer's list of active cases is updated\n- triggered every time a transfer's status is updated\n wise trigger node",
81960
+ "fullText": "woocommerce trigger # woocommerce trigger node\n\n[woocommerce](https://woocommerce.com/) is a customizable, open-source e-commerce plugin for wordpress.\n\ncredentials\n\nyou can find authentication information for this node [here](../../credentials/woocommerce/).\n\nexamples and templates\n\nfor usage examples and templates to help you get started, refer to n8n's [woocommerce trigger integrations](https://n8n.io/integrations/woocommerce-trigger/) page.\n\n## events\n\n- coupon.created\n- coupon.updated\n- coupon.deleted\n- customer.created\n- customer.updated\n- customer.deleted\n- order.created\n- order.updated\n- order.deleted\n- product.created\n- product.updated\n- product.deleted\n woocommerce trigger node",
81962
81961
  "importantTerms": [
81963
- "wise",
81962
+ "woocommerce",
81964
81963
  "trigger",
81965
- "triggered",
81966
- "every",
81967
- "time",
81964
+ "created",
81965
+ "updated",
81966
+ "deleted",
81968
81967
  "node",
81969
- "transfer",
81970
- "money",
81971
- "account"
81968
+ "coupon",
81969
+ "customer",
81970
+ "order",
81971
+ "product"
81972
81972
  ]
81973
81973
  }
81974
81974
  },
@@ -93395,7 +93395,7 @@
93395
93395
  "page-0153",
93396
93396
  "page-0164",
93397
93397
  "page-0194",
93398
- "page-0614",
93398
+ "page-0615",
93399
93399
  "page-0630",
93400
93400
  "page-0656",
93401
93401
  "page-0657",
@@ -94215,7 +94215,7 @@
94215
94215
  "page-0733",
94216
94216
  "page-0736",
94217
94217
  "page-0745",
94218
- "page-0753",
94218
+ "page-0752",
94219
94219
  "page-0763",
94220
94220
  "page-0766",
94221
94221
  "page-0767",
@@ -95389,7 +95389,7 @@
95389
95389
  "page-0557",
95390
95390
  "page-0558",
95391
95391
  "page-0559",
95392
- "page-0615",
95392
+ "page-0614",
95393
95393
  "page-0627",
95394
95394
  "page-1205"
95395
95395
  ],
@@ -96432,7 +96432,7 @@
96432
96432
  "page-0557",
96433
96433
  "page-0558",
96434
96434
  "page-0559",
96435
- "page-0615",
96435
+ "page-0614",
96436
96436
  "page-0627",
96437
96437
  "page-1205"
96438
96438
  ],
@@ -96892,7 +96892,7 @@
96892
96892
  "page-0208",
96893
96893
  "page-0517",
96894
96894
  "page-0518",
96895
- "page-0614",
96895
+ "page-0615",
96896
96896
  "page-0666",
96897
96897
  "page-0887"
96898
96898
  ],
@@ -98070,7 +98070,7 @@
98070
98070
  "page-0601",
98071
98071
  "page-0602",
98072
98072
  "page-0604",
98073
- "page-0607",
98073
+ "page-0605",
98074
98074
  "page-0631",
98075
98075
  "page-0632",
98076
98076
  "page-0633",
@@ -98159,7 +98159,7 @@
98159
98159
  "page-0030",
98160
98160
  "page-0189",
98161
98161
  "page-0566",
98162
- "page-0614",
98162
+ "page-0615",
98163
98163
  "page-0630",
98164
98164
  "page-0656",
98165
98165
  "page-0666",
@@ -100085,9 +100085,9 @@
100085
100085
  "page-0600",
100086
100086
  "page-0601",
100087
100087
  "page-0603",
100088
- "page-0604",
100089
100088
  "page-0605",
100090
100089
  "page-0606",
100090
+ "page-0607",
100091
100091
  "page-0608",
100092
100092
  "page-0609",
100093
100093
  "page-0610",
@@ -100263,7 +100263,7 @@
100263
100263
  "page-0740",
100264
100264
  "page-0746",
100265
100265
  "page-0748",
100266
- "page-0753",
100266
+ "page-0752",
100267
100267
  "page-0759",
100268
100268
  "page-0761",
100269
100269
  "page-0763",
@@ -100356,7 +100356,7 @@
100356
100356
  "page-0744",
100357
100357
  "page-0745",
100358
100358
  "page-0746",
100359
- "page-0753",
100359
+ "page-0752",
100360
100360
  "page-0757",
100361
100361
  "page-0763",
100362
100362
  "page-0765",
@@ -100879,9 +100879,9 @@
100879
100879
  "page-0600",
100880
100880
  "page-0601",
100881
100881
  "page-0603",
100882
- "page-0604",
100883
100882
  "page-0605",
100884
100883
  "page-0606",
100884
+ "page-0607",
100885
100885
  "page-0608",
100886
100886
  "page-0609",
100887
100887
  "page-0610",
@@ -104001,7 +104001,7 @@
104001
104001
  "page-0748",
104002
104002
  "page-0749",
104003
104003
  "page-0750",
104004
- "page-0752",
104004
+ "page-0751",
104005
104005
  "page-0754",
104006
104006
  "page-0755",
104007
104007
  "page-0756",
@@ -106543,7 +106543,7 @@
106543
106543
  "page-0519",
106544
106544
  "page-0520",
106545
106545
  "page-0522",
106546
- "page-0607",
106546
+ "page-0604",
106547
106547
  "page-0921",
106548
106548
  "page-1097",
106549
106549
  "page-1205"
@@ -106979,7 +106979,7 @@
106979
106979
  "page-0218",
106980
106980
  "page-0428",
106981
106981
  "page-0556",
106982
- "page-0604",
106982
+ "page-0605",
106983
106983
  "page-0939",
106984
106984
  "page-1101",
106985
106985
  "page-1204"
@@ -108241,7 +108241,7 @@
108241
108241
  ],
108242
108242
  "bubble": [
108243
108243
  "page-0270",
108244
- "page-0751"
108244
+ "page-0753"
108245
108245
  ],
108246
108246
  "chargebee": [
108247
108247
  "page-0271",
@@ -109200,12 +109200,12 @@
109200
109200
  "wise": [
109201
109201
  "page-0477",
109202
109202
  "page-1008",
109203
- "page-1120"
109203
+ "page-1119"
109204
109204
  ],
109205
109205
  "woocommerce": [
109206
109206
  "page-0478",
109207
109207
  "page-1010",
109208
- "page-1119"
109208
+ "page-1120"
109209
109209
  ],
109210
109210
  "wordpress": [
109211
109211
  "page-0479",
@@ -110313,7 +110313,7 @@
110313
110313
  "page-0833"
110314
110314
  ],
110315
110315
  "xata": [
110316
- "page-0605",
110316
+ "page-0606",
110317
110317
  "page-1015"
110318
110318
  ],
110319
110319
  "selector": [
@@ -111091,7 +111091,7 @@
111091
111091
  "page-1047"
111092
111092
  ],
111093
111093
  "calendly": [
111094
- "page-0753",
111094
+ "page-0752",
111095
111095
  "page-1050"
111096
111096
  ],
111097
111097
  "carbon": [
@@ -115031,10 +115031,10 @@
115031
115031
  "whatsapptrigger": [
115032
115032
  "page-1118"
115033
115033
  ],
115034
- "woocommercetrigger": [
115034
+ "wisetrigger": [
115035
115035
  "page-1119"
115036
115036
  ],
115037
- "wisetrigger": [
115037
+ "woocommercetrigger": [
115038
115038
  "page-1120"
115039
115039
  ],
115040
115040
  "workabletrigger": [