Skip to main content

Insert Notion database fields from a public URL via WhatsApp

Workflow preview

Workflow preview
100%
Insert Notion database fields from a public URL via WhatsApp preview
Open on n8n.io

1. Workflow Overview

Insert Notion Database Fields from a Public URL via WhatsApp How it works 1. WhatsApp Trigger receives a message containing a public URL. 2. The workflow extracts the URL and retrieves the page con...

Best for

  • Document Extraction automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.notion, n8n-nodes-base.whatsapptrigger, n8n-nodes-base.stickynote, n8n-nodes-serpapi.serpapi

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by txampa_n8n.

Original n8n.io source

1.1 Workflow description

Title
Insert Notion database fields from a public URL via WhatsApp
Workflow name
Insert Notion database fields from a public URL via WhatsApp

Insert Notion Database Fields from a Public URL via WhatsApp

How it works

  1. WhatsApp Trigger receives a message containing a public URL.
  2. The workflow extracts the URL and retrieves the page content (via Apify).
  3. The content is parsed and transformed into structured fields.
  4. A new record is created in Notion, mapping the extracted fields to your database properties.

Setup steps

  1. Configure your WhatsApp credentials in the WhatsApp Trigger node.
  2. In the Search / URL Extraction step, adjust the input logic if your message format differs.
  3. Configure your Apify credentials (and actor/task) to scrape the target page.
  4. Connect your Notion database and map the extracted values in Properties.

Customization

Default example: Amazon/Goodreads/Casa del Libro book pages.

Update the scraping/parsing logic to match your target sources (e.g., books, products, articles, recipes, news, or LinkedIn profiles).

If you change the data model in Notion, update the Properties mapping accordingly in the final node.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Extract Url

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 2 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 3 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Insert in Notion DB

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 5 - WhatsApp Trigger

Type / Role
n8n-nodes-base.whatsAppTrigger - whatsAppTrigger
Config choices
Version 1

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Scrape URL Apify

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Search

Type / Role
n8n-nodes-serpapi.serpApi - serpApi
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Insert Notion database fields from a public URL via WhatsApp
Complexity intermediate
Nodes 11
Categories Document Extraction
Author txampa_n8n
Published 23 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13638/13638.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Insert Notion database fields from a public URL via WhatsApp do?

Insert Notion Database Fields from a Public URL via WhatsApp How it works 1. WhatsApp Trigger receives a message containing a public URL. 2. The workflow extracts the URL and retrieves the page con...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.