n8n Workflow

Bookmarking Urls In Your Browser And Save Them To Notion

This n8n workflow automates tasks using Notion. Bookmarking Urls In Your Browser And Save Them To Notion - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Notion. Bookmarking Urls In Your Browser And Save Them To Notion - ready to import and run in your n8n instance.
Features:
  • Receives webhook events
  • Integrates with Notion
Source Code
{
    "nodes": [
        {
            "id": "0db90229-9929-4d48-93f0-2425c83993ea",
            "name": "POST",
            "type": "n8n-nodes-base.webhook",
            "position": [
                780,
                280
            ],
            "webhookId": "0626e4cc-e132-4024-9ab9-443a9ac7b133",
            "parameters": {
                "path": "1c04b027-39d2-491a-a9c6-194289fe400c",
                "options": [],
                "httpMethod": "POST"
            },
            "typeVersion": 1
        },
        {
            "id": "5441fa4b-adea-4cdc-a224-b4240e3711ea",
            "name": "Notion",
            "type": "n8n-nodes-base.notion",
            "position": [
                1080,
                280
            ],
            "parameters": {
                "title": "={{ $json.body.url }}",
                "options": [],
                "resource": "databasePage",
                "databaseId": {
                    "__rl": true,
                    "mode": "list",
                    "value": "1420d3ae-bedc-4d23-a932-b402814db9d1",
                    "cachedResultUrl": "https://www.notion.so/1420d3aebedc4d23a932b402814db9d1",
                    "cachedResultName": "Bookmarks"
                }
            },
            "typeVersion": 2.1
        },
        {
            "id": "9cde5c9e-743a-4368-be53-d8fb57e2da01",
            "name": "Sticky Note",
            "type": "n8n-nodes-base.stickyNote",
            "position": [
                720,
                100
            ],
            "parameters": {
                "color": "#FFF59D",
                "width": 223,
                "height": 350,
                "content": "Configuration note: update with your credentials or endpoint."
            },
            "typeVersion": 1
        },
        {
            "id": "0763df72-8eb0-4fe5-9dbb-f5cc12445e46",
            "name": "Sticky Note1",
            "type": "n8n-nodes-base.stickyNote",
            "position": [
                1000,
                100
            ],
            "parameters": {
                "color": "#FFF59D",
                "width": 463,
                "height": 349,
                "content": "Configuration note: update with your credentials or endpoint."
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "POST": {
            "main": [
                [
                    {
                        "node": "Notion",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Notion API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows