{
  "name": "Send a daily email summary of new Airtable contacts via Gmail",
  "nodes": [
    {
      "id": "5048b8bc-e508-4722-af5b-146ec0f9f057",
      "name": "Search Airtable Contacts",
      "type": "n8n-nodes-base.airtable",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "1c2b77e7-6244-47e5-b0d9-7beb5e0655af",
      "name": "Convert to HTML Table",
      "type": "n8n-nodes-base.html",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "f0be4258-8972-46cf-842c-891618c32b6a",
      "name": "Send Daily Contacts Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "35fa79cd-3699-47e0-bc01-79b59d469eab",
      "name": "Daily Evening Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "doc-note-1771263655470",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -150
      ],
      "parameters": {
        "width": 600,
        "height": 817,
        "content": "## Workflow Overview\n\nThis automation sends you a daily email summary of all new contacts added to your Airtable base. Every evening, it searches for contacts created that day, formats them into a cle"
      }
    },
    {
      "id": "contact-note-1771263708643",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -610
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "video-note-1771324743906",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -90,
        -610
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_recidrbznaXlmqFUI.jpg)](https://youtu.be/lQh1fuIrBN8)"
      }
    }
  ],
  "connections": {
    "Convert to HTML Table": {
      "main": [
        [
          {
            "node": "Send Daily Contacts Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Evening Schedule": {
      "main": [
        [
          {
            "node": "Search Airtable Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Airtable Contacts": {
      "main": [
        [
          {
            "node": "Convert to HTML Table",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}