0893 Stickynote Emailreadimap Create

0893 Stickynote Emailreadimap Create

Manual
High
13
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
13
Node Types
8

Node Types

hubspot
Creates an email engagement, Search for the contact via email, Creates contact
3 nodes
lm Chat Open Ai
OpenAI Chat Model
1 node
chain Llm
Parse the mail with AI
1 node
email Read Imap
When an email is received
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note7
4 nodes
output Parser Structured
Set the output Json
1 node
if
contact exists?
1 node
set
Edit Fields
1 node

Workflow JSON

10.93 KB
{
  "name": "0893 Stickynote Emailreadimap Create",
  "nodes": [
    {
      "id": "9f2dc93f-bae5-4419-8411-d2fff4b31f5e",
      "name": "Creates an email engagement",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        916,
        -260
      ],
      "parameters": {
        "type": "email",
        "metadata": {
          "html": "={{ $('When an email is received').item.json.textHtml || $('When an email is received').item.json.textPlain}}",
          "subject": "={{ $('When an email is received').item.json.subject }}",
          "toEmail": [
            "={{ $('When an email is received').item.json.to }}"
          ],
          "fromEmail": "={{ $('When an email is received').item.json.from }}"
        },
        "resource": "engagement",
        "authentication": "oAuth2",
        "additionalFields": {
          "associations": {
            "contactIds": "={{ $json.vid }}"
          }
        }
      },
      "credentials": {
        "hubspotOAuth2Api": {
          ...

Showing first 1000 characters. Click "Expand" to view the full JSON.