From 370e40b3cbbbb75829dde582d682aacd83e1313b Mon Sep 17 00:00:00 2001 From: freakwriter Date: Tue, 2 Jul 2024 11:23:53 -0400 Subject: [PATCH] Add templatesWidget/remove examples note from app-nodes H-L --- .../app-nodes/n8n-nodes-base.hackernews.md | 10 +++--- .../app-nodes/n8n-nodes-base.halopsa.md | 8 ++--- .../app-nodes/n8n-nodes-base.harvest.md | 10 +++--- .../app-nodes/n8n-nodes-base.helpscout.md | 11 +++--- .../app-nodes/n8n-nodes-base.highlevel.md | 21 +++++------ .../app-nodes/n8n-nodes-base.homeassistant.md | 12 +++---- .../app-nodes/n8n-nodes-base.hubspot.md | 10 +++--- .../app-nodes/n8n-nodes-base.humanticai.md | 6 ++-- .../app-nodes/n8n-nodes-base.hunter.md | 10 +++--- .../app-nodes/n8n-nodes-base.intercom.md | 10 +++--- .../app-nodes/n8n-nodes-base.invoiceninja.md | 10 +++--- .../app-nodes/n8n-nodes-base.iterable.md | 9 ++--- .../app-nodes/n8n-nodes-base.jenkins.md | 9 ++--- .../builtin/app-nodes/n8n-nodes-base.jira.md | 36 +++++++++---------- .../builtin/app-nodes/n8n-nodes-base.kafka.md | 8 +++-- .../builtin/app-nodes/n8n-nodes-base.keap.md | 11 +++--- .../app-nodes/n8n-nodes-base.kitemaker.md | 9 ++--- .../app-nodes/n8n-nodes-base.kobotoolbox.md | 9 +++-- .../app-nodes/n8n-nodes-base.lemlist.md | 9 ++--- .../builtin/app-nodes/n8n-nodes-base.line.md | 8 +++-- .../app-nodes/n8n-nodes-base.linear.md | 9 +++-- .../app-nodes/n8n-nodes-base.lingvanex.md | 8 ++--- .../app-nodes/n8n-nodes-base.linkedin.md | 12 +++---- .../app-nodes/n8n-nodes-base.lonescale.md | 11 +++--- 24 files changed, 143 insertions(+), 123 deletions(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hackernews.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hackernews.md index b3ceaf15a..4cad17f8b 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hackernews.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hackernews.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Hacker News node supports and /// note | Credentials This node doesn't require authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Hacker News integrations](https://n8n.io/integrations/hacker-news/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * All * Get all items @@ -26,3 +23,8 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get a Hacker News article * User * Get a Hacker News user + +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.halopsa.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.halopsa.md index e7595a948..6bd8bc256 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.halopsa.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.halopsa.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the HaloPSA node supports and lin /// note | Credentials Refer to [HaloPSA credentials](/integrations/builtin/credentials/halopsa/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [HaloPSA integrations](https://n8n.io/integrations/halopsa/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Client * Create a client @@ -45,4 +42,7 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get all users * Update a user +## Templates and examples + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.harvest.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.harvest.md index b02b5ce6d..7ad69a6b2 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.harvest.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.harvest.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Harvest node supports and lin /// note | Credentials Refer to [Harvest credentials](/integrations/builtin/credentials/harvest/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Harvest integrations](https://n8n.io/integrations/harvest/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Client * Create a client @@ -82,4 +79,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get data of authenticated user * Update a user +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.helpscout.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.helpscout.md index e5aeafb83..c4a446563 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.helpscout.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.helpscout.md @@ -10,17 +10,13 @@ contentType: integration Use the Help Scout node to automate work in Help Scout, and integrate Help Scout with other applications. n8n has built-in support for a wide range of Help Scout features, including creating, updating, deleting, and getting conversations, and customers. - On this page, you'll find a list of operations the Help Scout node supports and links to more resources. /// note | Credentials Refer to [Help Scout credentials](/integrations/builtin/credentials/helpscout/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Help Scout integrations](https://n8n.io/integrations/helpscout/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Conversation * Create a new conversation @@ -40,4 +36,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Create a new chat thread * Get all chat threads +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.highlevel.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.highlevel.md index f3fe333b2..dc524d47c 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.highlevel.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.highlevel.md @@ -14,18 +14,6 @@ On this page, you'll find a list of operations the HighLevel node supports and l /// note | Credentials Refer to [HighLevel credentials](/integrations/builtin/credentials/highlevel/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [HighLevel integrations](https://n8n.io/integrations/highlevel/){:target="_blank" .external-link} list. -/// -## Related resources - -### Credentials - -You can find authentication information for this node [here](/integrations/builtin/credentials/highlevel/). - -### HighLevel documentation and support - -HighLevel has [API documentation and support forums](https://help.gohighlevel.com/support/solutions/articles/48001060529-highlevel-api){:target=_blank .external-link}. ## Operations @@ -48,4 +36,13 @@ HighLevel has [API documentation and support forums](https://help.gohighlevel.co * Get All * Update +## Templates and examples + + +[[ templatesWidget(title, page) ]] + +## Related resources + +Refer to [HighLevel's API documentation and support forums](https://help.gohighlevel.com/support/solutions/articles/48001060529-highlevel-api){:target=_blank .external-link} for more information about the service. + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant.md index 41f2eb120..6067f6c71 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant.md @@ -14,9 +14,6 @@ On this page, you'll find a list of operations the Home Assistant node supports /// note | Credentials Refer to [Home Assistant credentials](/integrations/builtin/credentials/homeassistant/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Home Assistant integrations](https://n8n.io/integrations/home-assistant/){:target="_blank" .external-link} list. -/// ## Operations @@ -41,10 +38,11 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Template * Create a template +## Templates and examples + + +[[ templatesWidget(title, page) ]] + ## Related resources - -View [example workflows and related content](https://n8n.io/integrations/home-assistant/){:target=_blank .external-link} on n8n's website. - - Refer to [Home Assistant's documentation](https://developers.home-assistant.io/docs/api/rest/){:target=_blank .external-link} for more information about the service. diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hubspot.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hubspot.md index 776ac169d..ede188085 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hubspot.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hubspot.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the HubSpot node supports and lin /// note | Credentials Refer to [HubSpot credentials](/integrations/builtin/credentials/hubspot/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [HubSpot integrations](https://n8n.io/integrations/hubspot/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Contact * Create/Update a contact @@ -63,4 +60,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get all tickets * Update a ticket +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.humanticai.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.humanticai.md index bfddfc96d..533a17585 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.humanticai.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.humanticai.md @@ -14,9 +14,6 @@ On this page, you'll find a list of operations the Humantic AI node supports and /// note | Credentials Refer to [Humantic AI credentials](/integrations/builtin/credentials/humanticai/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Humantic AI integrations](https://n8n.io/integrations/humantic-ai/){:target="_blank" .external-link} list. -/// ## Operations @@ -25,5 +22,8 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Retrieve a profile * Update a profile +## Templates and examples + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hunter.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hunter.md index 22f1b38b1..ee32ed4e4 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.hunter.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.hunter.md @@ -14,12 +14,14 @@ On this page, you'll find a list of operations the Hunter node supports and link /// note | Credentials Refer to [Hunter credentials](/integrations/builtin/credentials/hunter/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Hunter integrations](https://n8n.io/integrations/hunter/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Get every email address found on the internet using a given domain name, with sources * Generate or retrieve the most likely email address from a domain name, a first name and a last name * Verify the deliverability of an email address + +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.intercom.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.intercom.md index 67660b9c1..c9914f0ed 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.intercom.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.intercom.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Intercom node supports and li /// note | Credentials Refer to [Intercom credentials](/integrations/builtin/credentials/intercom/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Intercom integrations](https://n8n.io/integrations/intercom/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Company * Create a new company @@ -38,3 +35,8 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get data of a user * Get data of all users * Update a user + +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja.md index cb5070d00..aa9db72fa 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Invoice Ninja node supports a /// note | Credentials Refer to [Invoice Ninja credentials](/integrations/builtin/credentials/invoiceninja/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Invoice Ninja integrations](https://n8n.io/integrations/invoice-ninja/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Client * Create a new client @@ -53,4 +50,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get data of a task * Get data of all tasks +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.iterable.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.iterable.md index bfaf2a52c..23763f1b0 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.iterable.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.iterable.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Iterable node supports and li /// note | Credentials Refer to [Iterable credentials](/integrations/builtin/credentials/iterable/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Iterable integrations](https://n8n.io/integrations/iterable/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Event * Record the actions a user perform @@ -30,3 +27,7 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Add user to list * Remove a user from a list +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.jenkins.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.jenkins.md index fde176001..936aa34bc 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.jenkins.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.jenkins.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Jenkins node supports and lin /// note | Credentials Refer to [Jenkins credentials](/integrations/builtin/credentials/jenkins/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Jenkins integrations](https://n8n.io/integrations/jenkins/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Build * List Builds @@ -35,3 +32,7 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Trigger a specific job * Trigger a specific job +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.jira.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.jira.md index dd49fc8bd..7003fdb54 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.jira.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.jira.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Jira node supports and links /// note | Credentials Refer to [Jira credentials](/integrations/builtin/credentials/jira/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Jira integrations](https://n8n.io/integrations/jira-software/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Issue * Get issue changelog @@ -45,25 +42,26 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Delete a user. * Retrieve a user. +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" -## FAQs +## Related resources -### How to fetch issues for a specific project? +Refer to the [official JQL documentation](https://www.atlassian.com/software/jira/guides/expand-jira/jql) about Jira Query Language (JQL) to learn more about it. -The 'Get All' operation returns all the issues from Jira. To fetch issues for a particular project, you need to use JQL (Jira Query Language). +## Fetch issues for a specific project -For example, if you want to receive all the issues of a project named `n8n`, follow the steps mentioned below. -- Select 'Get All' from the ***Operation*** dropdown list. -- Toggle ***Return All*** to true. -- Click on ***Add Option*** and select 'JQL'. -- Enter `project=n8n` in the ***JQL*** field. +The **Get All** operation returns all the issues from Jira. To fetch issues for a particular project, you need to use Jira Query Language (JQL). + +For example, if you want to receive all the issues of a project named `n8n`, you'd do something like this: + +- Select **Get All** from the **Operation** dropdown list. +- Toggle **Return All** to true. +- Select **Add Option** and select **JQL**. +- Enter `project=n8n` in the **JQL** field. This query will fetch all the issues in the project named `n8n`. Enter the name of your project instead of `n8n` to fetch all the issues for your project. - -You can refer to the [official documentation](https://www.atlassian.com/software/jira/guides/expand-jira/jql) about JQL to learn more about it. - - - - - diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kafka.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kafka.md index a1a08f957..ec1725cf1 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kafka.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kafka.md @@ -14,10 +14,12 @@ On this page, you'll find a list of operations the Kafka node supports and links /// note | Credentials Refer to [Kafka credentials](/integrations/builtin/credentials/kafka/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Kafka integrations](https://n8n.io/integrations/kafka/){:target="_blank" .external-link} list. -/// ## Operations - Send message + +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.keap.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.keap.md index bfd2ab3a0..dfe41f95f 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.keap.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.keap.md @@ -14,12 +14,8 @@ On this page, you'll find a list of operations the Keap node supports and links /// note | Credentials Refer to [Keap credentials](/integrations/builtin/credentials/keap/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Keap integrations](https://n8n.io/integrations/keap/){:target="_blank" .external-link} list. -/// - -## Basic Operations +## Operations * Company * Create a company @@ -58,4 +54,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Retrieve all files * Upload a file +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kitemaker.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kitemaker.md index f26de0a88..0aaa01b75 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kitemaker.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kitemaker.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Kitemaker node supports and l /// note | Credentials Refer to [Kitemaker credentials](/integrations/builtin/credentials/kitemaker/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Kitemaker integrations](https://n8n.io/integrations/kitemaker/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Organization * Retrieve data on the logged-in user's organization. @@ -32,3 +29,7 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get All * Update +## Templates and examples + + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md index 01a951004..320a48337 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox.md @@ -14,9 +14,7 @@ On this page, you'll find a list of operations the KoboToolbox node supports and /// note | Credentials Refer to [KoboToolbox credentials](/integrations/builtin/credentials/kobotoolbox/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [KoboToolbox integrations](https://n8n.io/integrations/kobotoolbox/){:target="_blank" .external-link} list. -/// + ## Operations * File @@ -41,6 +39,11 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get Validation Status * Update Validation Status +## Templates and examples + + +[[ templatesWidget(title, page) ]] + ## Options ### Query Options diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lemlist.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lemlist.md index 926a9f144..e01b5e81c 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lemlist.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lemlist.md @@ -14,11 +14,8 @@ On this page, you'll find a list of operations the Lemlist node supports and lin /// note | Credentials Refer to [Lemlist credentials](/integrations/builtin/credentials/lemlist/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Lemlist integrations](https://n8n.io/integrations/lemlist/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations * Activity * Get All @@ -36,5 +33,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Delete * Get All +## Templates and examples + + +[[ templatesWidget(title, page) ]] --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.line.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.line.md index 439e81934..dadf129a8 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.line.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.line.md @@ -14,13 +14,15 @@ On this page, you'll find a list of operations the Line node supports and links /// note | Credentials Refer to [Line credentials](/integrations/builtin/credentials/line/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Line integrations](https://n8n.io/integrations/line/){:target="_blank" .external-link} list. -/// ## Operations * Notification * Sends notifications to users or groups +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.linear.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.linear.md index 302895875..58a6b66a3 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.linear.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.linear.md @@ -14,9 +14,7 @@ On this page, you'll find a list of operations the Linear node supports and link /// note | Credentials Refer to [Linear credentials](/integrations/builtin/credentials/linear/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [Linear integrations](https://n8n.io/integrations/linear/){:target="_blank" .external-link} list. -/// + ## Operations * Issue @@ -26,4 +24,9 @@ For usage examples and templates to help you get started, take a look at n8n's [ * Get All * Update +## Templates and examples + + +[[ templatesWidget(title, page) ]] + --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex.md index ac951c345..339444f17 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex.md @@ -14,13 +14,13 @@ On this page, you'll find a list of operations the LingvaNex node supports and l /// note | Credentials Refer to [LingvaNex credentials](/integrations/builtin/credentials/lingvanex/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [LingvaNex integrations](https://n8n.io/integrations/lingvanex/){:target="_blank" .external-link} list. -/// -## Basic Operations +## Operations - Translate data +## Templates and examples + +[[ templatesWidget(title, page) ]] diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.linkedin.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.linkedin.md index 452c6d99d..13f9ef830 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.linkedin.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.linkedin.md @@ -15,10 +15,6 @@ On this page, you'll find a list of operations the LinkedIn node supports and li Refer to [LinkedIn credentials](/integrations/builtin/credentials/linkedIn/) for guidance on setting up authentication. /// -/// note | Examples and templates -For usage examples and templates to help you get started, take a look at n8n's [LinkedIn integrations](https://n8n.io/integrations/linkedin/){:target="_blank" .external-link} list. -/// - ## Operations * Post @@ -36,13 +32,15 @@ For usage examples and templates to help you get started, take a look at n8n's [ * **Text**: the post contents. * **Media Category**: use this when including images or article URLs in your post. +## Templates and examples + + +[[ templatesWidget(title, page) ]] + ## Related resources -View [example workflows and related content](https://n8n.io/integrations/linkedin/){:target=_blank .external-link} on n8n's website. - Refer to [LinkedIn's API documentation](https://learn.microsoft.com/en-us/linkedin/){:target=_blank .external-link} for more information about the service. - --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md" diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lonescale.md b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lonescale.md index 4af128f36..ded8fe51a 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-base.lonescale.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-base.lonescale.md @@ -14,9 +14,7 @@ On this page, you'll find a list of operations the LoneScale node supports, and /// note | Credentials You can find authentication information for this node [here](/integrations/builtin/credentials/lonescale/). /// -/// note | Examples and templates -For usage examples and templates to help you get started, refer to n8n's [LoneScale integrations](https://n8n.io/integrations/lonescale/){:target=_blank .external-link} page. -/// + ## Operations * List @@ -24,12 +22,15 @@ For usage examples and templates to help you get started, refer to n8n's [LoneSc * Item * Create +## Templates and examples + + +[[ templatesWidget(title, page) ]] + ## Related resources Refer to [LoneScales documentation](https://help-center.lonescale.com/en/articles/6454360-lonescale-public-api){:target=_blank .external-link} for more information about the service. n8n provides a trigger node for LoneScale. You can find the trigger node docs [here](/integrations/builtin/trigger-nodes/n8n-nodes-base.lonescaletrigger/). - -View [example workflows and related content](https://n8n.io/integrations/lonescaletrigger/){:target=_blank .external-link} on n8n's website. --8<-- "_snippets/integrations/builtin/app-nodes/operation-not-supported.md"