Save Bookmarks to Notion via Webhook
detail.loadingPreview
Capture URLs from a webhook and save them as bookmarks in Notion.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow utilizes a webhook to receive URLs and then saves them as new entries in a specified Notion database. It's designed to be triggered by a bookmarklet or any external service that can send POST requests.
Key Features
- Webhook endpoint to receive incoming data.
- Automatically creates a new page in a Notion database.
- Configurable Notion database ID and page title based on incoming URL.
How To Use
- Set up your Notion database: Ensure you have a Notion database ready to store your bookmarks. Note its Database ID.
- Configure the Webhook node: Set the path for your webhook.
- Configure the Notion node: Input your Notion Database ID and set the
titleparameter to={{ $json.body.url }}or a similar expression to use the incoming URL as the page title. - Test the webhook: Use a tool like Postman or create a bookmarklet to send a POST request with a JSON body containing a
urlfield to your webhook endpoint.
Apps Used
Workflow JSON
{
"id": "c919c9d3-4aee-4355-af94-9025994af370",
"name": "Save Bookmarks to Notion via Webhook",
"nodes": 0,
"category": "Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: c919c9d3-4aee...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Icypeas Domain Scan (Bulk Search)
Scan domains in bulk using Icypeas to gather valuable intelligence.
Inventory Slack Alert Workflow
Triggers an alert based on inventory changes, processes data using RAG, and logs results.
Automate Voice Tasks to Notion with n8n and AI
This n8n workflow automatically processes voice tasks received via webhook, enriches them with AI, stores them in Weaviate, and logs the results in Google Sheets. It leverages AI-powered text splitting, embeddings, and agent reasoning to handle and categorize tasks efficiently.
Syncro to Clockify Time Entry
Create a Clockify time entry based on incoming webhook data, likely from Syncro.
Automated Incident Resolution and Notification
Automate the resolution of PagerDuty incidents and update Jira tickets, then notify relevant teams via Mattermost.
Automate GitHub Issue Assignment
Automatically assigns GitHub issues to the creator or a commenter based on specific keywords.