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 →
{
"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.
notionApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Bookmarking Urls In Your Browser And Save Them To Notion. Uses notion, stickyNote. Webhook trigger; 4 nodes.
Send New Clockify Invoice To Notion Database. Uses notion, stickyNote. Webhook trigger; 3 nodes.
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
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