I am working on automating data synchronisation between two Notion databases and need some guidance on setting up Zaps for updating entries. Here's what I'm trying to achieve:
-
Objective: When an item in my primary Notion database is updated, I want those changes to be reflected in a corresponding item in a secondary Notion database. The secondary database acts as a passive mirror, only updating when changes are made in the primary.
-
Current Setup: I have a Zap that triggers on "New Database Item" in the first Notion database, which creates a corresponding new item in the second database. This part works fine.
-
Challenge: I'm stuck on how to handle updates. Since there isn't a direct "Update Database Item" action in Zapier for Notion, I understand that I might need to use webhooks or make a custom request to the Notion API. Here's what I need help with:
- How do I set up a Zap to trigger on an "Updated Database Item" in my first Notion database?
- What’s the best way to match the updated item in the first database with its counterpart in the second database? I assume I need a unique identifier; any best practices on setting this up?
- Could you provide guidance or an example on setting up a webhook or custom request in Zapier to perform the update in the second Notion database?
I am looking for a step-by-step guide or any tips from someone who has managed to set up a similar automation. Any help or points in the right direction would be greatly appreciated!