Web Scraping & Data Extraction

0448 Schedule HTTP Create Webhook

0448 Schedule HTTP Create Webhook

Scheduled
High
10
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
10
Node Types
7

Node Types

schedule Trigger
Every 15 minutes
1 node
n8n
Get all workflows with tag
1 node
set
Set fields, Map fields
2 nodes
http Request
Get notion page with workflow id
1 node
if
if newly added workflow
1 node
notion
Add to Notion, Update in Notion
2 nodes
sticky Note
Sticky Note3, Sticky Note2
2 nodes

Workflow JSON

10.58 KB
{
  "name": "0448 Schedule HTTP Create Webhook",
  "nodes": [
    {
      "id": "2c3549c1-99c1-4255-a02d-2f454e6ced5e",
      "name": "Every 15 minutes",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        560,
        340
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 15
            }
          ]
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "3380272e-5631-44aa-b7da-5e23e0966978",
      "name": "Get all workflows with tag",
      "type": "n8n-nodes-base.n8n",
      "position": [
        780,
        340
      ],
      "parameters": {
        "filters": {
          "tags": "sync-to-notion"
        }
      },
      "credentials": {
        "n8nApi": {
          "id": "230",
          "name": "n8n admin account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "d702f13e-8e93-4142-87c7-49fbb6031e19",
      "name": "Set ...

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