Update Notion Database Item

i get data about a customer with a unique customer id via webhook. now i want to check in make if there is already an entry in a notion database for this customer with this id, if yes, the entry should be updated.

I have done it with the flow
webhook → Notion: Search Object → Notion: Update Database Item

but i can’t get a database item id through the “search object” module, which i can use in the “update” module. does anyone have an idea?

The “item id” you are looking for is actually the Page ID. Everything in Notion is a page, including individual database items.

Screenshot_2023-10-19_181040

2 Likes

got this, but dont help. maybe this is the right flow? indeed, dont work properly…