0
Trigger when a Notion Database Item has changed Trigger

This script triggers when a record in a Notion database has changed. Note: This trigger should not run more often than every 2 minutes, since Notion rounds the last edit time to a full minute. Calling it more often may result in changes not being recognized.

Created by peter kappelt640 715 days ago Viewed 5 times
In Windmill, a trigger script is designed to pull data from an external source and return all the new items since the last run. It operates without resorting to external webhooks and is typically used with schedules and states to compare the current execution to the previous one.