Skip to main content

Create a personal property inventory with Notion and Anthropic Claude

Workflow preview

Workflow preview
100%
Create a personal property inventory with Notion and Anthropic Claude preview
Open on n8n.io

1. Workflow Overview

What it does An AI model identifies, describes, and give an estimated value range of a personal property item based on pictures of the item. How it works 1. One of more images, and an optional desc...

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.notion, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.aggregate, n8n-nodes-base.converttofile

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create a personal property inventory with Notion and Anthropic Claude
Workflow name
Create a personal property inventory with Notion and Anthropic Claude

What it does

An AI model identifies, describes, and give an estimated value range of a personal property item based on pictures of the item.

How it works

  1. One of more images, and an optional description, are posted to a n8n webhook. Note that the images should be of the same item. Submitting multiple images of different items will result in unpredictable output.
  2. The input is validated.
  3. The images and optional description are sent to an AI model, currently set to Anthropic's Claude Sonnet 4.6, for analysis.
  4. The model identifies the item in the image(s) and returns various properties, including name, description, and high and low value estimates.
  5. The AI model's output, along with the original images, are saved in a Notion database.

Requirements

  • An AI provider account, such as OpenAI, Anthropic, Gemini. As configured the template uses Anthropic, but any image-capable model should work.
  • A Notion account with a compatible database.

How to use

  • Configure authentication for your AI provider and the webhook header authentication.
  • iOS users can download a shortcut here that allow you to submit images from your photo library using the share sheet. You'll need to update the shortcut with your webhook url and webhook header authentication secret. Both are set in the 'Get contents of' shortcut node. When submitting images the Description input can be used to provide clarifying information, such a model number, to help the AI model correctly identify the item.
  • Configure a Notion database with the appropriate columns. A starter template is available here.
  • Configure Notion authentication in n8n and check that column mappings are correct in the Notion node

Customization

  • Edit system message to fine tune output requirements.
  • Use a form trigger to accept images and description from desktop/laptop systems.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - When Inventory Posted

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 8 - Home Inventory AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 9 - Claude Sonnet Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 10 - Add Page to Notion

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

Block 11 - Parse Structured Output

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 12 - Aggregate Files

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

Block 13 - Convert Images to Files

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 14 - Split Image Files

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

Block 15 - Extract Image Keys

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

Block 16 - Initiate Notion Upload Session

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

Block 17 - Attach Upload Context

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

Block 18 - Upload Images to Notion

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

Block 19 - Gather Upload Identifiers

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

Block 20 - Update Notion Attachments

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

3. Summary Table

Workflow Create a personal property inventory with Notion and Anthropic Claude
Complexity advanced
Nodes 20
Categories Document Extraction, AI Summarization
Author Warren Gates
Published 23 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15263/15263.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 Create a personal property inventory with Notion and Anthropic Claude do?

What it does An AI model identifies, describes, and give an estimated value range of a personal property item based on pictures of the item. How it works 1. One of more images, and an optional desc...

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, AI Summarization use case.