{
  "name": "Weekly AI News Digest with Perplexity AI and Gmail Newsletter",
  "nodes": [
    {
      "id": "a808eaa1-744e-4a01-98d8-d96428346d11",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -120,
        60
      ]
    },
    {
      "id": "702221b3-c127-462a-a4f1-9b32518dd4ea",
      "name": "Set Dates",
      "type": "n8n-nodes-base.set",
      "position": [
        80,
        60
      ]
    },
    {
      "id": "e4e02799-c6e2-44ce-8015-5fd71ef9a848",
      "name": "Workflow Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        -400
      ],
      "parameters": {
        "width": 350,
        "height": 400,
        "content": "## Daily AI News Summary Workflow\n\nThis workflow runs every day at 9 AM to:\n\n1. **Fetch Latest AI News**: Uses Perplexity to find recent AI developments\n2. **Categorize Content**: Organizes news into "
      }
    },
    {
      "id": "dd06d61f-a4bd-4813-9586-d690e0177dc8",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        -280
      ],
      "parameters": {
        "width": 300,
        "height": 260,
        "content": "⚙️ **Configuration Needed:**\n\n1. **Perplexity API**: Add your Perplexity API key to \"perplexity-credentials\"\n\n2. **Email Settings**: \n   - Update SMTP credentials in \"email-credentials\"\n   - Change re"
      }
    },
    {
      "id": "d1990f1e-04bb-4a64-a3ed-9f4dc01416f3",
      "name": "Perplexity AI News Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        60
      ]
    },
    {
      "id": "492432d5-3c18-4517-85b9-4407c4ed26a3",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        820,
        60
      ]
    },
    {
      "id": "9d871937-9d72-40ff-8c26-8680475ae183",
      "name": "Format Email Content1",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        60
      ]
    }
  ],
  "connections": {
    "Set Dates": {
      "main": [
        [
          {
            "node": "Perplexity AI News Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Set Dates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Email Content1": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Perplexity AI News Search": {
      "main": [
        [
          {
            "node": "Format Email Content1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}