This n8n workflow automates the process of receiving data via a webhook, extracting relevant information from a URL, and storing it in a Notion database. It begins with a webhook trigger that receives a POST request containing data. Based on the data type, the workflow decides whether to proceed. If applicable, it sends an HTTP request to retrieve content, extracts the page title, and then adds the link along with its title into a specified Notion database. Additionally, it registers the URL for further processing and sends a confirmation message on Discord. This setup is useful for automating content curation, bookmarking, and data organization workflows, making it ideal for content creators, researchers, or teams needing automated data handling.
Automated Link Extraction and Bookmarking Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | htmlExtract, httpRequest, if, notion, set, webhook |
Reviews
There are no reviews yet.