Any Notion fans here? You will be pleased to hear that Notion webhooks are now available on Make for everyone!
With Notion webhooks, you can receive instant notifications of changes made in Notion via the user interface or REST API. Forget relying on scheduled checks, trigger workflows when updates happen!
Key benefits
Faster automations - trigger workflows as soon as changes happen
Real-time visibility - stay up to date with the latest data from Notion
More efficient workflows - cut down on unnecessary operations
Seamless API Integration - Receive instant event payloads from Notionβs interface or API actions
Does anyone make this work? I try to use to to trigger everytime that a new item is register in a table (database), but the information that recieve is only the ID event no the information in the table, not sure what I am doing wrong.
Hi, it looks like your webhook subscription also includes the page.deleted events. If you donβt want to receive those, you may remove that event subscription from the webhook configuration page.
Besides, in order to process the data from the webhook, you can use the βGet database itemβ / similar modules depending on your desired use case