IMAP Mail UID #8
-
Hi, when i use IMAP receiving block in n8n there is no email uid included from what i can see. Is there anyway to get this email uid so i can manipulate emails with this module? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Unfortunately there is currently no way to connect N8N builtin IMAP trigger node and this node, because N8N node doesn't return UID, which is used to retrieve specific emails. Available options are:
|
Beta Was this translation helpful? Give feedback.
-
It seems that with the last update uid Is returned |
Beta Was this translation helpful? Give feedback.
-
Released with Native IMAP Trigger node now also returns UIDs, which could be used with this node. PR in N8N core repository: n8n-io/n8n#13152 |
Beta Was this translation helpful? Give feedback.
Released with
[email protected]
Native IMAP Trigger node now also returns UIDs, which could be used with this node.
PR in N8N core repository: n8n-io/n8n#13152