{
  "name": "Insert Notion database fields from a public URL via WhatsApp",
  "nodes": [
    {
      "id": "4a7cba95-d787-4b0d-9b46-47d40f90e37d",
      "name": "Extract Url ",
      "type": "n8n-nodes-base.code",
      "position": [
        656,
        64
      ]
    },
    {
      "id": "72991adf-2161-4097-a540-d1a700b11186",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        64
      ]
    },
    {
      "id": "3673cf8d-562a-44b2-bc3f-edbd69f7cd17",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        1184,
        64
      ]
    },
    {
      "id": "14b82099-d4ae-46e5-a222-53415873606c",
      "name": "Insert in Notion DB",
      "type": "n8n-nodes-base.notion",
      "position": [
        1328,
        64
      ]
    },
    {
      "id": "bbdcdd93-14bb-472d-9184-8a7f710ab238",
      "name": "WhatsApp Trigger",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "position": [
        320,
        64
      ]
    },
    {
      "id": "ded3f289-cc26-45f9-b2cc-a04039b7303f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -16
      ],
      "parameters": {
        "width": 496,
        "height": 304,
        "content": "### 1.- Search URL and extract info\n"
      }
    },
    {
      "id": "7407a104-1e51-4719-bbed-f58d1544c394",
      "name": "Scrape URL Apify",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        816,
        64
      ]
    },
    {
      "id": "56840ec3-ab17-48a0-95bd-dba1c2e9a0d1",
      "name": "Search",
      "type": "n8n-nodes-serpapi.serpApi",
      "position": [
        512,
        64
      ]
    },
    {
      "id": "7da81536-3baa-4b58-a234-9562da2265b3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        -192
      ],
      "parameters": {
        "width": 400,
        "height": 752,
        "content": "## Insert Notion Database Fields from a Public URL via WhatsApp\n\n### How it works\n1. WhatsApp Trigger receives a message containing a public URL.\n2. The workflow extracts the URL and retrieves the pag"
      }
    },
    {
      "id": "e1b7ad3d-6540-41aa-9247-766f05faae33",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1024,
        -16
      ],
      "parameters": {
        "width": 496,
        "height": 304,
        "content": "### 2.- Convert data into fields and insert in DB\n"
      }
    },
    {
      "id": "32faa248-8ce6-46b0-9bec-c724d7e0c7a1",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1552,
        -112
      ],
      "parameters": {
        "width": 864,
        "height": 448,
        "content": "![](https://res.cloudinary.com/dofqaxnpv/image/upload/v1771874412/books_zdxjju.jpg)"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Insert in Notion DB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search": {
      "main": [
        [
          {
            "node": "Extract Url ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Url ": {
      "main": [
        [
          {
            "node": "Scrape URL Apify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape URL Apify": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WhatsApp Trigger": {
      "main": [
        [
          {
            "node": "Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}