πŸ”₯ Feature Spotlight: Notion Webhooks

Hey Makers :waving_hand:

Any Notion fans here? You will be pleased to hear that Notion webhooks are now available on Make for everyone! :hook:

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


Helpful resources
:make: Blog about Notion webhooks
:make: Notion on Make
:make: Notion in our Help Center

2 Likes

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.

Before:

After:

Notion Module:

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

2 Likes