🔀 Merge branch 'master' of github.com:n8n-io/n8n-docs

This commit is contained in:
Jan Oberhauser
2020-07-15 09:07:14 +02:00
43 changed files with 762 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
# AMQP
You can find information about the operations supported by the AMQP node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.amqp) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Amqp).
## Prerequisites
You need to have a AMQP 1.0 compatible message broker installed.
## Using ActiveMQ connection
Use your Hostname, Port, User, and Password as the AMQP Sender credential data in n8n.
**Note:** The default username for ActiveMQ is `admin` and the default password is `admin`.

View File

@@ -0,0 +1,25 @@
# AWS
AWS credentials work with several different nodes. You can find a list of nodes and their supported operations in the integrations page linked below. You can also browse the source code of the node on GitHub.
| Node Name | Supported Operations | Source Code |
|-----------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| [AWS Lambda](../../nodes-library/nodes/AWSLambda/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsLambda) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsLambda.node.ts) |
| [AWS SES](../../nodes-library/nodes/AWSSES/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSes) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSes.node.ts) |
| [AWS S3](../../nodes-library/nodes/AWSS3/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsS3) | [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Aws/S3) |
| [AWS SNS](../../nodes-library/nodes/AWSSNS/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSns) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSns.node.ts) |
| [AWS SNS Trigger](../../nodes-library/trigger-nodes/AWSSNSTrigger/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSnsTrigger) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts) |
## Prerequisites
Create an [AWS](https://aws.amazon.com/) account.
## Using Access Token
1. Open your AWS Management Console.
2. Click on your name on the top right and select 'My Security Credentials' from the dropdown.
3. Under the Access keys dropdown, click on the 'Create New Access Key' button.
4. Click on 'Show Access Key' to retrieve your ID and key for use with your AWS node credentials in n8n.
![Getting AWS credentials](./using-access-token.gif)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -9,17 +9,17 @@ Create a [Drift](https://www.drift.com/) account.
## Using OAuth
1. Access [your Drift apps](https://dev.drift.com/apps).
2. Select your App (Or Create a new one).
2. Select your App (or create a new one).
3. Click on "Manage".
4. Click on "App Credentials".
5. Use Client Secret and Client ID with your Drift Node credentials in n8n.
6. Enter n8n provided redirect URL in configuration. ![Redirect URL Explanation here](../README.md).
6. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md).
## Using Access Token
1. Access [your Drift apps](https://dev.drift.com/apps).
2. Select your App (Or Create a new one).
2. Select your App (or create a new one).
3. Click on "Manage".
4. Click on "Installing to Drift".
5. Use token with your Drift Node credentials in n8n.

View File

@@ -11,7 +11,7 @@ Create a [Flow](https://www.getflow.com/) account.
1. Access your Flow dashboard.
2. Click on your Organisation icon in the top left.
3. Click on Account Preferences.
4. Generate Personal Access token.
4. Click on the *Create a Personal Access Token* button.
5. As you generate your access token, you will also receive an organisation ID.
6. Use provided access token and organisation ID with your Flow node credentials in n8n.

View File

@@ -0,0 +1,16 @@
# MSG91
You can find information about the operations supported by the MSG91 node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.msg91) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Msg91).
## Prerequisites
Create a [MSG91](https://msg91.com/) account.
## Using Access Token
1. Login to your account.
2. Click on the dashboard button on the lop left.
3. Click on 'Developer Platform'.
3. Click on 'Authkey' in the left panel.
4. Click on *Create New*.
5. Enter the details and click on the *Add* button.
6. Use the token in your MSG91 node credentials in n8n.

View File

@@ -1,17 +1,17 @@
# Uplead
# UpLead
You can find information about the operations supported by the Uplead node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.uplead) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Uplead).
You can find information about the operations supported by the UpLead node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.uplead) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Uplead).
## Prerequisites
Create an [Uplead](https://uplead.com/) account.
Create an [UpLead](https://uplead.com/) account.
## Using Access Token
1. Access your Uplead dashboard.
1. Access your UpLead dashboard.
2. Click on your name in the bottom left.
3. Click on Profile.
4. Scroll down and generate API key.
5. Use the API Key with your Uplead node credentials in n8n.
4. Scroll down and click on the *Generate New API Key*.
5. Use the API Key with your UpLead node credentials in n8n.
![Getting Uplead credentials](./using-access-token.gif)
![Getting UpLead credentials](./using-access-token.gif)

View File

@@ -10,7 +10,7 @@ Create a [Zendesk](https://zendesk.com/) account.
1. Access your Zendesk dashboard.
2. Click on the gear icon on the left.
3. Click on the API tab on the left.
3. Click on API under the *Channels* section.
4. Click the plus icon under Token Access.
5. Use your Zendesk email, URL and the API token in your Zendesk credentials.

View File

@@ -11,7 +11,7 @@ Create a [Zulip](https://zulip.com/) account.
1. Access your Zulip dashboard.
2. Click on the gear icon on the top right.
3. Click on Settings.
4. Click on "Show/Change API Key".
4. Click on the *Show/change your API key* button under the API Key section.
5. Use your Zulip email, URL and the API token in your Zulip credentials.
![Getting Zulip credentials](./using-access-token.gif)

View File

@@ -0,0 +1,43 @@
---
permalink: /nodes/n8n-nodes-base.amqp
---
# AMQP Sender
[AMQP](https://www.amqp.org/) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. This node supports AMQP 1.0 compatible message brokers.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AMQP/README.md).
:::
## Basic Operations
- Send message
## Example Usage
This workflow allows you to send a message to an [ActiveMQ](https://activemq.apache.org/) queue via AMQP Sender. You can also find the [workflow](https://n8n.io/workflows/512) on the website. This example usage workflow would use the following three nodes.
- [Start](../../core-nodes/Start/README.md)
- [Set](../../core-nodes/Set/README.md)
- [AMQP Sender]()
The final workflow should look like the following image.
![A workflow with the AMQP Sender node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Set node
1. Click on the *Add Value* button and select 'String' from the dropdown list.
2. Enter `my_key`in the *Name* field.
3. Enter `my_value` in the *Value* field.
### 3. AMQP Sender node
1. First of all, you'll have to enter credentials for the AMQP Sender node. You can find out how to do that [here](../../../credentials/AMQP/README.md).
2. Enter the name of the queue or topic in the *Queue / Topic* field.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -0,0 +1,35 @@
---
permalink: /nodes/n8n-nodes-base.awsLambda
---
# AWS Lambda
[AWS Lambda](https://aws.amazon.com/lambda/) is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AWS/README.md).
:::
## 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](../../core-nodes/Start/README.md)
- [AWS Lambda]()
The final workflow should look like the following image.
![A workflow with the AWS Lambda node](./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](../../../credentials/AWS/README.md).
2. Select the function that you want to invoke from the *Function* dropdown list.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -0,0 +1,49 @@
---
permalink: /nodes/n8n-nodes-base.awsS3
---
# AWS S3
[AWS S3](https://aws.amazon.com/s3/) is a service offered by Amazon Web Services that provides object storage through a web service interface.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AWS/README.md).
:::
## Basic Operations
- Bucket
- Create a bucket
- Get all buckets
- Search within a bucket
- File
- Copy a file
- Delete a file
- Download a file
- Get all files
- Upload a file
- Folder
- 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](../../core-nodes/Start/README.md)
- [AWS S3]()
The final workflow should look like the following image.
![A workflow with the AWS S3 node](./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](../../../credentials/AWS/README.md).
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -0,0 +1,38 @@
---
permalink: /nodes/n8n-nodes-base.awsSes
---
# AWS SES
[AWS SES](https://aws.amazon.com/ses/) is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AWS/README.md).
:::
## Basic Operations
- Send Email
## 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](../../core-nodes/Start/README.md)
- [AWS SES]()
The final workflow should look like the following image.
![A workflow with the AWS SES node](./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](../../../credentials/AWS/README.md).
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -0,0 +1,38 @@
---
permalink: /nodes/n8n-nodes-base.awsSns
---
# AWS SNS
[AWS SNS](https://aws.amazon.com/sns/) is a notification service provided as part of Amazon Web Services. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AWS/README.md).
:::
## Basic Operations
- Publish
- 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](../../core-nodes/Start/README.md)
- [AWS SNS]()
The final workflow should look like the following image.
![A workflow with the AWS SNS node](./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](../../../credentials/AWS/README.md).
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,41 @@
---
permalink: /nodes/n8n-nodes-base.drift
---
# Drift
[Drift](https://www.drift.com/) is a tool for managing conversations, engaging with customers, and collaborating with teammates.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Drift/README.md).
:::
## Basic Operations
- Contact
- Create a contact
- Get custom attributes
- Delete a contact
- Get a contact
- Update a contact
## Example Usage
This workflow allows you to create a contact in Drift. You can also find the [workflow](https://n8n.io/workflows/497) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Drift]()
The final workflow should look like the following image.
![A workflow with the Drift node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Drift node
1. First of all, you'll have to enter credentials for the Drift node. You can find out how to do that [here](../../../credentials/Drift/README.md).
2. Enter the email of the contact in the *Email* field.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View File

@@ -0,0 +1,41 @@
---
permalink: /nodes/n8n-nodes-base.flow
---
# Flow
[Flow](https://www.getflow.com/) is modern task and project management software for teams. It brings together tasks, projects, timelines, and conversations, and integrates with a lot of tools.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Flow/README.md).
:::
## Basic Operations
- Task
- Create a new task
- Update a task
- Get a task
- Get all the tasks
## Example Usage
This workflow allows you to get all the tasks in Flow. You can also find the [workflow](https://n8n.io/workflows/506) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Flow]()
The final workflow should look like the following image.
![A workflow with the Flow node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Flow node
1. First of all, you'll have to enter credentials for the Flow node. You can find out how to do that [here](../../../credentials/Flow/README.md).
2. Select the 'Get All' option from the *Operation* dropdown list.
3. Toggle the *Return All* slider to true.
4. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@@ -0,0 +1,46 @@
---
permalink: /nodes/n8n-nodes-base.msg91
---
# MSG91
[MSG91](https://msg91.com/) is an enterprise SMS Solution providing Bulk SMS, Transactional SMS API, Regional SMS, OTP Verification APIs, Promotional SMS via powerful, and a robust SMS Gateway.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/MSG91/README.md).
:::
## Basic Operations
- SMS
- Send SMS
## Example Usage
This workflow allows you to send an SMS using MSG91. You can also find the [workflow](https://n8n.io/workflows/511) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [MSG91]()
The final workflow should look like the following image.
![A workflow with the MSG91 node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. MSG91 node
1. First of all, you'll have to enter credentials for the MSG91 node. You can find out how to do that [here](../../../credentials/MSG91/README.md).
2. Enter the sender ID in the *Sender ID* field. You can find instructions on how to obtain the sender ID in the FAQs below.
3. Enter the phone number to which you'll be sending the message in the *To* field.
4. Enter you message in the *Message* field.
5. Click on *Execute Node* to run the workflow.
## FAQs
### How do I find my Sender ID?
1. Log in to your MSG91 dasboard and click on 'Sender Id' in the left panel.
2. If you don't already have one, click on *Add Sender Id +*, fill in the details, and click on the *Save Sender Id* button.

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

View File

@@ -0,0 +1,55 @@
---
permalink: /nodes/n8n-nodes-base.salesmate
---
# Salesmate
[Salesmate](https://www.salesmate.io/) is a cloud-based CRM solution that caters to small and midsize businesses across various industries. Key features include contact management, sales pipeline management, email marketing and internal chat and phone integration.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Salesmate/README.md).
:::
## Basic Operations
- Activity
- Create an activity
- Delete an activity
- Get an activity
- Get all activities
- Update an activity
- Company
- Create a company
- Delete a company
- Get a company
- Get all companies
- Update a company
- Deal
- Create a deal
- Delete a deal
- Get a deal
- Get all deals
- Update a deal
## Example Usage
This workflow allows you to create a company in Salesmate. You can also find the [workflow](https://n8n.io/workflows/500) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Salesmate]()
The final workflow should look like the following image.
![A workflow with the Salesmate node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Salesmate node
1. First of all, you'll have to enter credentials for the Salesmate node. You can find out how to do that [here](../../../credentials/Salesmate/README.md).
2. Select the 'Company' option from the *Resource* dropdown list.
3. Enter the name of the company in the *Name* field.
4. Select the owner from the *Owner* dropdown list.
5. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

View File

@@ -0,0 +1,42 @@
---
permalink: /nodes/n8n-nodes-base.segment
---
# Segment
[Segment](https://segment.com/) is a customer data platform (CDP) that helps you collect, clean, and control your customer data.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Segment/README.md).
:::
## Basic Operations
- Identify
- Create an identity
- Track
- Record the actions performed by the users
- Record page views on the website along with optional extra information
## Example Usage
This workflow allows you to track an event in Segment. You can also find the [workflow](https://n8n.io/workflows/495) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Segment]()
The final workflow should look like the following image.
![A workflow with the Segment node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Segment node
1. First of all, you'll have to enter credentials for the Segment node. You can find out how to do that [here](../../../credentials/Segment/README.md).
2. Select the 'Track' option from the *Resource* dropdown list.
3. Enter the ID of the user in the *User ID* field.
4. Enter the name of event in the *Event* field.
5. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View File

@@ -0,0 +1,39 @@
---
permalink: /nodes/n8n-nodes-base.uplead
---
# UpLead
[UpLead](https://www.uplead.com/) helps increase sales by quickly finding, connecting, and engaging with qualified prospects.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/UpLead/README.md).
:::
## Basic Operations
- Company
- Get information about a company
- Person
- Get information about a person
## Example Usage
This workflow allows you to get information about a company with UpLead. You can also find the [workflow](https://n8n.io/workflows/504) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [UpLead]()
The final workflow should look like the following image.
![A workflow with the UpLead node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. UpLead node
1. First of all, you'll have to enter credentials for the UpLead node. You can find out how to do that [here](../../../credentials/UpLead/README.md).
2. Enter the name of the company in the *Company* field. For example, I entered `Apple`.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

@@ -0,0 +1,45 @@
---
permalink: /nodes/n8n-nodes-base.vero
---
# Vero
[Vero](https://www.getvero.com/) is a messaging platform that helps manage real-time data to create a better customer experience.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Vero/README.md).
:::
## Basic Operations
- User
- Create or update a user profile
- Change a users identifier
- Unsubscribe a user
- Resubscribe a user
- Delete a user
- Add a tag to a users profile
- Remove a tag from a users profile
- Track
- Track an event for a specific customer
## Example Usage
This workflow allows you to create a user profile in Vero. You can also find the [workflow](https://n8n.io/workflows/499) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Vero]()
The final workflow should look like the following image.
![A workflow with the Vero node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Vero node
1. First of all, you'll have to enter credentials for the Vero node. You can find out how to do that [here](../../../credentials/Vero/README.md).
2. Enter the unique identifier of the user in the *ID* field.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

View File

@@ -0,0 +1,44 @@
---
permalink: /nodes/n8n-nodes-base.zendesk
---
# Zendesk
[Zendesk](https://www.zendesk.com/) is a support ticketing system, designed to help track, prioritize, and solve customer support interactions. More than just a help desk, Zendesk Support helps nurture customer relationships with personalized, responsive support across any channel.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Zendesk/README.md).
:::
## Basic Operations
- Ticket
- Create a ticket
- Delete a ticket
- Get a ticket
- Get all tickets
- Update a ticket
- Ticket Field
- Get a ticket field
- Get all system and custom ticket fields
## Example Usage
This workflow allows you to create a ticket in Zendesk. You can also find the [workflow](https://n8n.io/workflows/496) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Zendesk]()
The final workflow should look like the following image.
![A workflow with the Zendesk node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Zendesk node
1. First of all, you'll have to enter credentials for the Zendesk node. You can find out how to do that [here](../../../credentials/Zendesk/README.md).
2. Enter the description of the ticket in the *Description* field.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

View File

@@ -0,0 +1,54 @@
---
permalink: /nodes/n8n-nodes-base.zulip
---
# Zulip
[Zulip](https://zulipchat.com/) is an open source chat and collaborative software. In Zulip, communication occurs in streams (which are like channels in IRC).
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Zulip/README.md).
:::
## Basic Operations
- Message
- Delete a message
- Get a message
- Send a private message
- Send a message to stream
- Update a message
- Upload a file
- Stream
- Create a stream
- Delete a stream
- Get all streams
- Get subscribed streams
- Update a stream
- User
- Create a user
- Deactivate a user
- Get a user
- Get all users
- Update a user
## Example Usage
This workflow allows you to send a private message on Zulip. You can also find the [workflow](https://n8n.io/workflows/498) on the website. This example usage workflow would use the following two nodes.
- [Start](../../core-nodes/Start/README.md)
- [Zulip]()
The final workflow should look like the following image.
![A workflow with the Zulip node](./workflow.png)
### 1. Start node
The start node exists by default when you create a new workflow.
### 2. Zulip node
1. First of all, you'll have to enter credentials for the Zulip node. You can find out how to do that [here](../../../credentials/Zulip/README.md).
2. Select the user you want to send a private message to from the *To* dropdown list.
3. Type the message you want to post in the *Content* field.
4. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

View File

@@ -0,0 +1,28 @@
---
permalink: /nodes/n8n-nodes-base.amqpTrigger
---
# AMQP Trigger
[AMQP](https://www.amqp.org/) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. This node supports AMQP 1.0 compatible message brokers.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AMQP/README.md).
:::
## Example Usage
This workflow allows you to receive messages for an [ActiveMQ](https://activemq.apache.org/) queue via AMQP Trigger. You can also find the [workflow](https://n8n.io/workflows/513) on the website. This example usage workflow would use the following node.
- [AMQP Trigger]()
The final workflow should look like the following image.
![A workflow with the AMQP Trigger node](./workflow.png)
### 1. AMQP Trigger node
1. First of all, you'll have to enter credentials for the AMQP Trigger node. You can find out how to do that [here](../../../credentials/AMQP/README.md).
2. Enter the name of the queue or topic in the *Queue / Topic* field.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

@@ -0,0 +1,28 @@
---
permalink: /nodes/n8n-nodes-base.awsSnsTrigger
---
# AWS SNS Trigger
[AWS SNS](https://aws.amazon.com/sns/) is a notification service provided as part of Amazon Web Services. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/AWS/README.md).
:::
## Example Usage
This workflow allows you to receive updates for events in AWS SNS. You can also find the [workflow](https://n8n.io/workflows/509) on the website. This example usage workflow would use the following node.
- [AWS SNS Trigger]()
The final workflow should look like the following image.
![A workflow with the AWS SNS Trigger node](./workflow.png)
### 1. AWS SNS Trigger node
1. First of all, you'll have to enter credentials for the AWS SNS Trigger node. You can find out how to do that [here](../../../credentials/AWS/README.md).
2. Select the topic you want to listen for in the *Topic* dropdown list.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,29 @@
---
permalink: /nodes/n8n-nodes-base.flowTrigger
---
# Flow Trigger
[Flow](https://www.getflow.com/) is modern task and project management software for teams. It brings together tasks, projects, timelines, and conversations, and integrates with a lot of tools.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Flow/README.md).
:::
## Example Usage
This workflow allows you to receive updates for specified tasks in Flow. You can also find the [workflow](https://n8n.io/workflows/508) on the website. This example usage workflow would use the following node.
- [Flow Trigger]()
The final workflow should look like the following image.
![A workflow with the Flow Trigger node](./workflow.png)
### 1. Flow Trigger node
1. First of all, you'll have to enter credentials for the Flow Trigger node. You can find out how to do that [here](../../../credentials/Flow/README.md).
2. Select 'Task' from the *Resource* dropdown list.
3. Enter one or more task IDs separated by commas in the *Task ID* field. You can find the task ID by clicking on the task in Flow and copying the number after `tasks/` in the URL.
4. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB