mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'imap-email' of https://github.com/smamudhan/n8n-docs into smamudhan-imap-email
This commit is contained in:
commit
87642f648d
@ -11,7 +11,7 @@ Create a [Hubspot](https://www.hubspot.com/) account.
|
||||
1. Access your Hubspot dashboard.
|
||||
2. Click on the gear icon on the top.
|
||||
3. Click on Integrations, API key.
|
||||
1. Create Key.
|
||||
2. Use the key with Hubspot node credentials in n8n.
|
||||
4. Create Key.
|
||||
5. Use the key with Hubspot node credentials in n8n.
|
||||
|
||||

|
||||
|
||||
12
docs/nodes/credentials/IMAPEmail/README.md
Normal file
12
docs/nodes/credentials/IMAPEmail/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# IMAP Email
|
||||
|
||||
You can find information about the operations supported by the IMAP Email node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.emailReadImap) 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).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create an email account on a service with IMAP support.
|
||||
|
||||
## Using IMAP
|
||||
|
||||
1. Retrieve your login credentials and IMAP connection parameters.
|
||||
2. Use the login credentials and IMAP connection parameters with your IMAP Email node credentials in n8n.
|
||||
41
docs/nodes/nodes-library/core-nodes/IMAPEmail/README.md
Normal file
41
docs/nodes/nodes-library/core-nodes/IMAPEmail/README.md
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.emailReadImap
|
||||
---
|
||||
|
||||
# IMAP Email
|
||||
|
||||
The IMAP Email node is used to receive emails via an IMAP email server. This node is a trigger node.
|
||||
|
||||
::: tip 🔑 Credential
|
||||
You can find authentication information for this node [here](../../../credentials/IMAPEmail/README.md).
|
||||
:::
|
||||
|
||||
## Basic Operations
|
||||
|
||||
- Receive an email
|
||||
|
||||
## Node Reference
|
||||
|
||||
- **Mailbox Name:** The mailbox from which you want to receive emails.
|
||||
- **Action:** Used to specify whether or not an email should be marked as read when n8n receives it.
|
||||
- **Download Attachment** *toggle*: Used to specify whether or not you want to download any attachments received with the emails.
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to receive an email using the IMAP Email node. You can also find the [workflow](https://n8n.io/workflows/587) on the website. This example usage workflow would use the following two nodes.
|
||||
- [Start](../../core-nodes/Start/README.md)
|
||||
- [IMAP Email]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. IMAP Email node
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Send Email node. You can find out how to do that [here](../../../credentials/IMAPEmail/README.md).
|
||||
2. Enter the name of the mailbox from which you want to receive emails in the *Mailbox Name* field.
|
||||
3. Click on *Execute Node* to run the workflow.
|
||||
BIN
docs/nodes/nodes-library/core-nodes/IMAPEmail/workflow.png
Normal file
BIN
docs/nodes/nodes-library/core-nodes/IMAPEmail/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue
Block a user