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.
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.
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.
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.
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.