AutomationFlowsData & Sheets › Openclaw to Notion Timeline

Openclaw to Notion Timeline

OpenClaw to Notion Timeline. Uses notion. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesNotion
Data & Sheets Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "OpenClaw to Notion Timeline",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "openclaw-to-notion",
        "options": {}
      },
      "id": "webhook-trigger",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        100,
        200
      ]
    },
    {
      "parameters": {
        "resource": "databasePage",
        "operation": "create",
        "databaseId": "={{$node[\"Webhook Trigger\"].json[\"databaseId\"]}}",
        "propertiesUi": {
          "propertyValues": [
            {
              "key": "Name",
              "title": "={{$node[\"Webhook Trigger\"].json[\"title\"]}}"
            },
            {
              "key": "Date",
              "date": "={{$node[\"Webhook Trigger\"].json[\"date\"]}}"
            },
            {
              "key": "Type",
              "select": "={{$node[\"Webhook Trigger\"].json[\"type\"]}}"
            },
            {
              "key": "Summary",
              "richText": [
                {
                  "text": {
                    "content": "={{$node[\"Webhook Trigger\"].json[\"summary\"]}}"
                  }
                }
              ]
            }
          ]
        }
      },
      "id": "notion-node",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "typeVersion": 2,
      "position": [
        400,
        200
      ],
      "credentials": {
        "notionApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

OpenClaw to Notion Timeline. Uses notion. Webhook trigger; 2 nodes.

Source: https://github.com/sky770825/NEUXA-/blob/64df752f2b7887870f21101cdd61f7b8e3aa7931/n8n-workflows/openclaw-to-notion.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Bookmarking Urls In Your Browser And Save Them To Notion. Uses notion, stickyNote. Webhook trigger; 4 nodes.

Notion
Data & Sheets

Send New Clockify Invoice To Notion Database. Uses notion, stickyNote. Webhook trigger; 3 nodes.

Notion
Data & Sheets

This workflow sends a new Clockify invoice to a Notion database of your choosing when a new invoice is created in Clockify. Notion account and Notion credentials. Clockify account. webhook node will t

Notion
Data & Sheets

WorkFlow 06. Uses notion. Webhook trigger; 38 nodes.

Notion
Data & Sheets

This workflow automates the entire lifecycle of a service-based client, combining four distinct business flows into a single view: Intake Leads: Receives a webhook from your form builder, validates th

Airtable, Notion, Google Calendar +3