Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-716: Remove outdated examples from app nodes #1945

Merged
merged 4 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -51,55 +51,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Create
* Get
* Get All

## Example

This workflow allows you to create a new event in Action Network, then create a new person and mark them as having attended your event. This workflow uses the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [ActiveCampaign]()

The final workflow should look like the following image.

![A workflow with the Action Network node](/_images/integrations/builtin/app-nodes/actionnetwork/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Action Network node

1. First enter your credentials. You can find out how to do that [here](/integrations/builtin/credentials/actionnetwork/).
2. Fill in the remaining parameters as follows:
* **Resource**: Select **Event** from the dropdown list.
* **Operation**: Select **Create** from the dropdown list.
* **Origin System**: Enter where this event originated. n8n.io in our example.
* **Title**: Enter the name of your event, July Meetup in our example here.
3. Enable the **Simple** toggle to return an easier to view response as opposed to the complete raw data.
4. Use the **Additional Fields** to enter any further details about your event. Here we provided the Start Date.

![Action Network node](/_images/integrations/builtin/app-nodes/actionnetwork/action_network_node.png)

### 3. Action Network1 node

1. First enter your credentials. You can find out how to do that [here](/integrations/builtin/credentials/actionnetwork/).
2. Fill in the remaining parameters as follows:
* **Resource**: Select **Person** from the dropdown list.
* **Operation**: Select **Create** from the dropdown list.
3. Enable the **Simple** toggle to return an easier to view response as opposed to the complete raw data.
4. In the **Email Address** section, enter the address and status for this person (here we Subscribe them).
5. Use the **Additional Fields** to enter any further details about this person. Here we provided their given name.

![Action Network1 node](/_images/integrations/builtin/app-nodes/actionnetwork/action_network_node1.png)

### 4. Action Network2 node

1. First enter your credentials. You can find out how to do that [here](/integrations/builtin/credentials/actionnetwork/).
2. Fill in the remaining parameters as follows:
* **Resource**: Select **Attendance** from the dropdown list.
* **Operation**: Select **Create** from the dropdown list.
* **Person ID**: Enter the ID for the person created by the previous node.
* **Event ID**: Enter the ID for the event created in the first node.
3. Enable the **Simple** toggle to return an easier to view response as opposed to the complete raw data.

![Action Network2 node](/_images/integrations/builtin/app-nodes/actionnetwork/action_network_node2.png)

Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Get data of a tag
* Get data of all tags
* Update a tag

## Example Usage

This workflow allows you to create a contact in ActiveCampaign. You can also find the [workflow](https://n8n.io/workflows/412) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [ActiveCampaign]()

The final workflow should look like the following image.

![A workflow with the ActiveCampaign node](/_images/integrations/builtin/app-nodes/activecampaign/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. ActiveCampaign node

1. First of all, you'll have to enter credentials for the ActiveCampaign node. You can find out how to do that [here](/integrations/builtin/credentials/activecampaign/).
2. Enter the email of the contact in the *Email* field.
3. Toggle the *Update if exists* option to yes.
4. Under the *Additional Fields* section, click on the *Add Field* button and select *First Name*.
5. Enter the first name of the contact in the *First Name* field.
6. Click on *Add Field* again and select *Last Name*.
7. Enter the last name of the contact in the *Last name* field.
8. Click on *Execute Node* to run the workflow.

23 changes: 0 additions & 23 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.affinity.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Get a person
* Get all persons
* Update a person


## Example Usage

This workflow allows you to create an organization in Affinity. You can also find the [workflow](https://n8n.io/workflows/476) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Affinity]()

The final workflow should look like the following image.

![A workflow with the Affinity node](/_images/integrations/builtin/app-nodes/affinity/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Affinity node

1. First of all, you'll have to enter credentials for the Affinity node. You can find out how to do that [here](/integrations/builtin/credentials/affinity/).
2. Enter the name of the organization in the *Name* field.
3. Enter the domain name of the organization in the *Domain* field.
4. Click on *Execute Node* to run the workflow.

26 changes: 0 additions & 26 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.agilecrm.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Get a deal
* Get all deals
* Update deal properties


## Example Usage

This workflow allows you to create a new contact in Agile CRM. You can also find the [workflow](https://n8n.io/workflows/474) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Agile CRM]()

The final workflow should look like the following image.

![A workflow with the Agile CRM node](/_images/integrations/builtin/app-nodes/agilecrm/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Agile CRM node

1. First of all, you'll have to enter credentials for the Agile CRM node. You can find out how to do that [here](/integrations/builtin/credentials/agilecrm/).
2. Select the 'Create' option from the *Operation* dropdown list.
3. Under the *Additional Fields* section, click on the *Add Field* button and select *First Name*.
5. Enter the first name of the contact in the *First Name* field.
6. Click on *Add Field* again and select *Last Name*.
7. Enter the last name of the contact in the *Last name* field.
8. Click on *Execute Node* to run the workflow.

26 changes: 0 additions & 26 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.asana.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,3 @@ Due to changes in Asana's API, some operations in this node stopped working on 1
* User
* Get a user
* Get all users

## Example Usage

This workflow allows you to create a new task in Asana. You can also find the [workflow](https://n8n.io/workflows/478) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Asana]()

The final workflow should look like the following image.

![A workflow with the Asana node](/_images/integrations/builtin/app-nodes/asana/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Asana node

1. First of all, you'll have to enter credentials for the Asana node. You can find out how to do that [here](/integrations/builtin/credentials/asana/).
2. Select your workspace from the *Workspace* dropdown list.
3. Enter the name of the task in the *Name* field.
4. Click on *Execute Node* to run the workflow.





21 changes: 0 additions & 21 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.awslambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
## Basic Operations

* Invoke a function

## Example Usage

This workflow allows you to invoke a function using AWS Lambda. You can also find the [workflow](https://n8n.io/workflows/510) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [AWS Lambda]()

The final workflow should look like the following image.

![A workflow with the AWS Lambda node](/_images/integrations/builtin/app-nodes/awslambda/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. AWS Lambda node

1. First of all, you'll have to enter credentials for the AWS Lambda node. You can find out how to do that [here](/integrations/builtin/credentials/aws/).
2. Select the function that you want to invoke from the *Function* dropdown list.
3. Click on *Execute Node* to run the workflow.

26 changes: 0 additions & 26 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.awss3.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Create a folder
* Delete a folder
* Get all folders

## Example Usage

This workflow allows you to create a bucket on AWS S3. You can also find the [workflow](https://n8n.io/workflows/458) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [AWS S3]()

The final workflow should look like the following image.

![A workflow with the AWS S3 node](/_images/integrations/builtin/app-nodes/awss3/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. AWS S3 node

1. First of all, you'll have to enter credentials for the AWS S3 node. You can find out how to do that [here](/integrations/builtin/credentials/aws/).
2. Select 'Bucket' from the *Resource* dropdown list.
3. Enter a name for your bucket in the *Name* field.
4. Click on *Execute Node* to run the workflow.





28 changes: 0 additions & 28 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.awsses.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Get a template
* Get all templates
* Update a template

## Example Usage

This workflow allows you to send an email using AWS SES. You can also find the [workflow](https://n8n.io/workflows/507) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [AWS SES]()

The final workflow should look like the following image.

![A workflow with the AWS SES node](/_images/integrations/builtin/app-nodes/awsses/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. AWS SNS node

1. First of all, you'll have to enter credentials for the AWS SES node. You can find out how to do that [here](/integrations/builtin/credentials/aws/).
2. Enter a subject for your email in the *Subject* field.
3. Enter your message in the *Body* field.
4. Enter the email address from which you want to send the email in the *From Email* field.
5. Click on the *Add To Email* button and add your recipient email addresses.
6. Click on *Execute Node* to run the workflow.





23 changes: 0 additions & 23 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.awssns.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
## Basic Operations

* Publish a message to a topic

## Example Usage

This workflow allows you to publish a message using AWS SNS. You can also find the [workflow](https://n8n.io/workflows/501) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [AWS SNS]()

The final workflow should look like the following image.

![A workflow with the AWS SNS node](/_images/integrations/builtin/app-nodes/awssns/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. AWS SNS node

1. First of all, you'll have to enter credentials for the AWS SNS node. You can find out how to do that [here](/integrations/builtin/credentials/aws/).
2. Select the topic in the *Topic* dropdown list. You can find instructions on how to create a new topic in AWS SNS [here](https://docs.aws.amazon.com/sns/latest/dg/sns-tutorial-create-topic.html).
3. Enter a subject for your message in the *Subject* field.
4. Enter your message in the *Message* field.
5. Click on *Execute Node* to run the workflow.

28 changes: 0 additions & 28 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.bannerbear.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Template
* Get a template
* Get all templates

## Example Usage

This workflow allows you to create an image using the Bannerbear welcome template. You can also find the [workflow](https://n8n.io/workflows/544) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Bannerbear]()

The final workflow should look like the following image.

![A workflow with the Bannerbear node](/_images/integrations/builtin/app-nodes/bannerbear/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Bannerbear node

1. First of all, you'll have to enter credentials for the Bannerbear node. You can find out how to do that [here](/integrations/builtin/credentials/bannerbear/).
2. Select 'Welcome Template' from the *Template ID* dropdown list.
3. Click on the *Add Field* dropdown, select 'Wait for Image', and set the slider is set to 'on'.
4. Click on the *Add Modification* button and select 'message' from the *Name* dropdown list.
5. Enter the text in the *Text* field.
6. Click on *Execute Node* to run the workflow.





21 changes: 0 additions & 21 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.bitly.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Create a link
* Get a link
* Update a link

## Example Usage

This workflow shows you how to create a new link. You can also find the [workflow](https://n8n.io/workflows/442) on the website. This example usage workflow uses the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Bitly]()

The final workflow should look like the following image.

![A workflow with the Bitly node](/_images/integrations/builtin/app-nodes/bitly/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Bitly node

1. First of all, you'll have to enter credentials for the Bitly node. You can find out how to do that [here](/integrations/builtin/credentials/bitly/).
2. Enter the URL in the *Long URL* field.
3. Click on *Execute Node* to run the workflow.

22 changes: 0 additions & 22 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.box.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Search files
* Share a folder
* Update folder

## Example Usage

This workflow allows you to create a folder on Box. You can also find the [workflow](https://n8n.io/workflows/559) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Box]()

The final workflow should look like the following image.

![A workflow with the Box node](/_images/integrations/builtin/app-nodes/box/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Box node

1. First of all, you'll have to enter credentials for the Box node. You can find out how to do that [here](/integrations/builtin/credentials/box/).
2. Select the 'Folder' option from the *Resource* dropdown list.
3. Enter the name of the folder in the *Name* field.
4. Click on *Execute Node* to run the workflow.

25 changes: 0 additions & 25 deletions docs/integrations/builtin/app-nodes/n8n-nodes-base.chargebee.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,3 @@ For usage examples and templates to help you get started, take a look at n8n's [
* Subscription
* Cancel a subscription
* Delete a subscription

## Example Usage

This workflow allows you to create a new customer in Chargebee. You can also find the [workflow](https://n8n.io/workflows/483) on the website. This example usage workflow would use the following two nodes.
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
- [Chargebee]()

The final workflow should look like the following image.

![A workflow with the Chargebee node](/_images/integrations/builtin/app-nodes/chargebee/workflow.png)

### 1. Start node

The start node exists by default when you create a new workflow.

### 2. Chargebee node

1. First of all, you'll have to enter credentials for the Chargebee node. You can find out how to do that [here](/integrations/builtin/credentials/chargebee/).
2. Select the 'Customer' option from the *Resource* dropdown list.
3. Under the *Properties* section, click on the *Add Property* button and select *First Name*.
5. Enter the first name of the contact in the *First Name* field.
6. Click on *Add Property* again and select *Last Name*.
7. Enter the last name of the contact in the *Last name* field.
8. Click on *Execute Node* to run the workflow.

Loading
Loading