Trigger: Notion updated DB item

I see that currently n8n has only the “new page” trigger. Some other serices have a bundle iof triggers, the most important of which is the “item updated” trigger.

For instance, automate.io has:

Arte there any plans to add such kind of triggers?

Regards

Good question. When we created the trigger, there was a limitation with the “item update” event. I do not remember what. But, back then, the API was in private beta. Maybe that is not a limitation any more.

Make sure you upvote the feature request.

1 Like

Upvoted, thanl you. Looking forward for more triggers.

Currently I am on Integromat, but would prefer this service.
Once you guys update this Notion trigger + Microsoft TODO event triggering, then I am all aboard.

Upvoted.

3 Likes

I’m trying to figure out how to create a workflow for myself and the community that updates a Google Sheets spreadsheet to keep it in sync with a Notion database. Without a “Database Item Updated” event in the Notion Trigger node, this is looking like a complicated task.

1 Like

Just upvoted this - it’s critical for managing our workflows in Notion.

1 Like

@San Did you ever figure out a solution or if you know if this has been solved?

I’m running into the same issue. I just need to trigger a workflow based on a specific property changing in a database page

1 Like

Hello @Geo. Yes, the solution I landed on was to develop something in python to more directly interact with a notion database via the notion-client python library.

If you decide to go that way, I made the repository public if you want to check it out.

Although, I must say that the code would only be good to set you in the right direction as I no longer use Notion.

Hey @San, thank you for replying to my message and providing that link. It looks promising, so much appreciated!

1 Like