{
  "name": "Tool - Email Research Report",
  "nodes": [
    {
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "markdownReportContent"
            },
            {
              "name": "emailAddress"
            },
            {
              "name": "subjectLine"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1.1,
      "position": [
        0,
        0
      ],
      "id": "954fe9c4-92f1-451d-ac89-3acd7361122b",
      "name": "workflow_trigger"
    },
    {
      "parameters": {
        "mode": "markdownToHtml",
        "markdown": "={{ $json.markdownReportContent }}",
        "options": {}
      },
      "type": "n8n-nodes-base.markdown",
      "typeVersion": 1,
      "position": [
        240,
        0
      ],
      "id": "f4cae5f5-38cf-4490-bec7-47ff9365a83d",
      "name": "convert_to_html"
    },
    {
      "parameters": {
        "sendTo": "={{ $json.emailAddress }}",
        "subject": "={{ $json.subjectLine }}",
        "message": "={{ $json.data }}",
        "options": {
          "appendAttribution": false
        }
      },
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 2.1,
      "position": [
        496,
        0
      ],
      "id": "07926ae9-d2f6-4bf6-b80d-5768f159c23b",
      "name": "send_email",
      "credentials": {
        "gmailOAuth2": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "workflow_trigger": {
      "main": [
        [
          {
            "node": "convert_to_html",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "convert_to_html": {
      "main": [
        [
          {
            "node": "send_email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "dec6cd1d-3083-443a-84c2-401246654a38",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "6GoQu7XHmMiep2kV",
  "tags": []
}