This n8n workflow automates the process of capturing URLs sent via a webhook, validating the type, retrieving page title, adding the link and title to a Notion database, and notifying via Discord. It is designed to streamline content curation or monitoring tasks by automating data collection and notifications.
The workflow starts with a webhook trigger, which receives data containing a URL and a type indicator. The ‘Check type’ node verifies if the data type is not equal to 1, allowing only certain data to proceed. If valid, the ‘HTTP Request’ node fetches the webpage content from the provided URL. Next, the ‘Extract Title’ node scrapes the webpage’s title for easier identification.
The ‘Add Link to Notion’ node then automatically creates a new entry in a specified Notion database, adding the page title and the URL. A ‘Register URL’ node sets a type indicator, possibly for further processing or logging. Finally, a message confirming the addition is sent to a designated Discord channel.
This workflow is useful for curated content collection, research, or monitoring specific URLs, providing a seamless way to organize and get notified about new links efficiently.
Reviews
There are no reviews yet.