mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
🐛 Make bug fixes
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
# MailChimp
|
||||
# Mailchimp
|
||||
|
||||
You can find information about the operations supported by the MailChimp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailchimp) 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/Mailchimp).
|
||||
You can find information about the operations supported by the Mailchimp node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.mailchimp) 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/Mailchimp).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [MailChimp](https://www.mailchimp.com/) account.
|
||||
Create a [Mailchimp](https://www.mailchimp.com/) account.
|
||||
|
||||
## Using Access Token
|
||||
|
||||
1. Access your MailChimp dashboard.
|
||||
1. Access your Mailchimp dashboard.
|
||||
2. Click on your user icon on the top right.
|
||||
3. Click on 'Account' in the dropdown list.
|
||||
4. Click on the *Extras* dropdown list and then select 'API Keys'.
|
||||
5. Scroll down and create a new key by clicking on 'Create a Key' under the 'Your API keys' section.
|
||||
6. Use the API key with your MailChimp node credentials in n8n.
|
||||
6. Use the API key with your Mailchimp node credentials in n8n.
|
||||
|
||||

|
||||

|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Access your MailChimp dashboard.
|
||||
1. Access your Mailchimp dashboard.
|
||||
2. Click on your user icon on the top right.
|
||||
3. Click on 'Account' in the dropdown list.
|
||||
4. Click on the *Extras* dropdown list and then select 'Registered apps'.
|
||||
@@ -27,7 +27,7 @@ Create a [MailChimp](https://www.mailchimp.com/) account.
|
||||
6. Copy the 'OAuth Callback URL' from your n8n Mailchimp OAuth2 API credentials and paste it in the 'Redirect URI' field of the Mailchimp form.
|
||||
7. Fill out any other necessary details and click on the *Create* button.
|
||||
8. Use the generated Client ID and Client secret with your Mailchimp OAuth2 API node credentials in n8n.
|
||||
9. Click on the circle button in the OAuth section to connect your MailChimp account to n8n.
|
||||
9. Click on the circle button in the OAuth section to connect your Mailchimp account to n8n.
|
||||
10. Click the *Save* button to save your credentials.
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -27,7 +27,7 @@ You can find authentication information for this node [here](../../../credential
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow shows you how to create a Dropbox folder. You can also find the [workflow](https://n8n.io/workflows/439) on this website. This example usage workflow uses the following two nodes.
|
||||
This workflow allows you to create a folder in Dropbox. You can also find the [workflow](https://n8n.io/workflows/439) on this website. This example usage workflow uses the following two nodes.
|
||||
- [Start](../../core-nodes/Start)
|
||||
- [Dropbox]()
|
||||
|
||||
@@ -42,6 +42,6 @@ The Start node exists by default when you create a new workflow.
|
||||
### 2. Dropbox node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Dropbox node. You can find out how to do that [here](../../../credentials/Dropbox/).
|
||||
2. Select 'Create' from the *Operation* dropdown list.
|
||||
2. Select 'Folder' from the *Resource* dropdown list.
|
||||
3. Enter the name of the new folder in the *Folder* field.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
permalink: /nodes/n8n-nodes-base.facebookGraphApi
|
||||
---
|
||||
|
||||
# Facebook
|
||||
# Facebook Graph API
|
||||
|
||||
[Facebook](https://www.facebook.com/) is an American online social media and social networking service based in Menlo Park, California.
|
||||
[Facebook](https://www.facebook.com/) is a social networking site that makes it easy to connect and share with family and friends online.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/Facebook/README.md).
|
||||
@@ -39,7 +39,8 @@ The start node exists by default when you create a new workflow.
|
||||
### 2. Facebook Graph API node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Facebook Graph API node. You can find out how to do that [here](../../../credentials/Facebook/README.md).
|
||||
2. Enter 'me' in the *Node* field.
|
||||
3. Click on the *Add Option* dropdown and select 'Fields' from the list.
|
||||
4. Click on the *Add Field* button and add `first_name` and `last_name` as fields.
|
||||
5. Click on *Execute Node* to run the workflow.
|
||||
2. Enter `me` in the *Node* field.
|
||||
3. Click on the *Add Option* button and select 'Fields' from the dropdown list.
|
||||
4. Click on the *Add Field* button and enter `first_name` in the *Name* field.
|
||||
5. Click on the *Add Field* button and enter `last_name` in the *Name* field.
|
||||
6. Click on *Execute Node* to run the workflow.
|
||||
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
@@ -16,7 +16,7 @@ You can find authentication information for this node [here](../../../credential
|
||||
- Copy a file
|
||||
- Delete a file
|
||||
- Download a file
|
||||
- Returns files and folders
|
||||
- Return files and folders
|
||||
- Upload a file
|
||||
- Folder
|
||||
- Create a folder
|
||||
@@ -24,7 +24,7 @@ You can find authentication information for this node [here](../../../credential
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow shows you how to download a file from Google Drive. You can also find the [workflow](https://n8n.io/workflows/515) on the website. This example usage workflow uses the following two nodes.
|
||||
This workflow allows you to download a file from Google Drive. You can also find the [workflow](https://n8n.io/workflows/515) on the website. This example usage workflow uses the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [Google Drive]()
|
||||
|
||||
|
||||
@@ -7,24 +7,24 @@ permalink: /nodes/n8n-nodes-base.mailchimp
|
||||
[Mailchimp](https://mailchimp.com/) is an integrated marketing platform that allows business owners to automate their email campaigns and track user engagement.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
The instructions for authenticating with Mailchimp are [here](../../../credentials/MailChimp/README.md).
|
||||
The instructions for authenticating with Mailchimp are [here](../../../credentials/Mailchimp/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Member
|
||||
- Add a new member to the list
|
||||
- Delete a member of the list
|
||||
- Get a member of the list
|
||||
- Get all members of the list
|
||||
- Update a member of the list
|
||||
- Add a new member on list
|
||||
- Delete a member on list
|
||||
- Get a member on list
|
||||
- Get all members on list
|
||||
- Update a new member on list
|
||||
- Member Tag
|
||||
- Add tags for a list member
|
||||
- Remove tags of a list member
|
||||
- Add tags from a list member
|
||||
- Remove tags from a list member
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow demonstrates creating a new member in a list. You can also find the [workflow](https://n8n.io/workflows/413) on this website. This example usage workflow uses the following two nodes.
|
||||
This workflow allows you to create a new member in a list in Mailchimp. You can also find the [workflow](https://n8n.io/workflows/413) on this website. This example usage workflow uses the following two nodes.
|
||||
|
||||
- [Start](../../core-nodes/Start)
|
||||
- [Mailchimp]()
|
||||
@@ -39,8 +39,8 @@ The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Mailchimp Node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Mailchimp node. You can find out how to do that [here](../../../credentials/MailChimp/README.md).
|
||||
4. Choose the Mailchimp list you want to use from the *List* dropdown.
|
||||
5. Enter the email address you want to add in the *Email* field.
|
||||
6. Choose their status in the *Status* field.
|
||||
1. First of all, you'll have to enter credentials for the Mailchimp node. You can find out how to do that [here](../../../credentials/Mailchimp/README.md).
|
||||
4. Select the Mailchimp list from the *List* dropdown list.
|
||||
5. Enter the email address in the *Email* field.
|
||||
6. Select the status from the *Status* dropdown list.
|
||||
8. Click on *Execute Node* to run the workflow.
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
permalink: /nodes/n8n-nodes-base.mailchimpTrigger
|
||||
---
|
||||
|
||||
# MailChimp Trigger
|
||||
# Mailchimp Trigger
|
||||
|
||||
[Mailchimp](https://mailchimp.com/) is an integrated marketing platform that allows business owners to automate their email campaigns and track user engagement.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
The instructions for authenticating with Mailchimp are [here](../../../credentials/MailChimp/README.md).
|
||||
The instructions for authenticating with Mailchimp are [here](../../../credentials/Mailchimp/README.md).
|
||||
:::
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ The final workflow should look like the following image.
|
||||
|
||||
### 1. Mailchimp Trigger node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Mailchimp Trigger node. You can find out how to do that [here](../../../credentials/MailChimp/README.md).
|
||||
2. Select the list you want to listen for in the *List* dropdown list.
|
||||
3. Select 'Subscribe' in the *Events* dropdown list.
|
||||
4. Select 'API', 'Admin', and 'User' in the *Sources* dropdown list.
|
||||
1. First of all, you'll have to enter credentials for the Mailchimp Trigger node. You can find out how to do that [here](../../../credentials/Mailchimp/README.md).
|
||||
2. Select the list you want to listen to from the *List* dropdown list.
|
||||
3. Select 'Subscribe' from the *Events* dropdown list.
|
||||
4. Select 'API', 'Admin', and 'User' from the *Sources* dropdown list.
|
||||
5. Click on *Execute Node* to run the workflow.
|
||||
|
||||
Reference in New Issue
Block a user