How to trigger webhooks from Notion databases - Make, Zapier, n8n, Pipedream

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 14

  • @simosme
    @simosme  2 місяці тому

    Update: you can now send webhook requests via Notion Automations or buttons. Learn more here: ua-cam.com/video/L6PV8qieD9E/v-deo.html

  • @carlosandres.gomezg
    @carlosandres.gomezg 4 місяці тому +1

    What a solution my friend, really appreciate your effort sharing this 🙏

  • @Abdo-El-Mobayad
    @Abdo-El-Mobayad 5 місяців тому +3

    Great idea! Lovely work man!
    For users of Make, if you create a webhook response module with this code - the new tab with "accepted" will close automatically
    window.close()

    • @simosme
      @simosme  5 місяців тому +1

      Fantastic, thanks for sharing

  • @samiraordahi
    @samiraordahi 4 місяці тому +1

    This is awesome! More greetings from Brazil! lol

  • @practical-skills-school
    @practical-skills-school 4 місяці тому

    Thank you for the video! Actually, the polling way is very dumb in Notion. I checked it with n8n, and its native Notion triggers just missed some changes. This is because it looks at the update time, which is minute-based in Notion. Suppose it's 10:58 in Notion and you updating some records. Trigger polls, gets this update time and takes updated data. But during the rest of 10:58, if you alter the records, it will not be noticed by the trigger. This is because Notion update time hasn't changed, it's still 10:58.
    So there are other ways. I like to put the status "Send to process", "Being processed" and "Processed". But this requires to poll manually which is too costly unless using n8n on VPS. Your link-based way is also great.

    • @simosme
      @simosme  4 місяці тому

      Yes, very valid points - thank you for sharing them here

  • @sirishkumar-m5z
    @sirishkumar-m5z 5 місяців тому +1

    Workflows may be made simpler via webhooks. Even though Notion integration is strong, don't forget to look at alternative tools that could have more features or better compatibility. TechTips #Automation

  • @AdminGXMT
    @AdminGXMT 5 місяців тому +3

    Simo, você é foda pra caceta! Prabéns! Greetings forom Brazil!

    • @simosme
      @simosme  5 місяців тому +1

      muito obrigado!

  • @para_arriba
    @para_arriba 5 місяців тому

    awesome video man! is there a way to put that webhook link into a callout (im using as a button) and pass the page id , ive tried adding ?id() but doesn't work, is that only for pages inside databases?

    • @simosme
      @simosme  5 місяців тому +1

      Thank you! Yes your finding is correct - dynamic URL parameters are only possible on database pages currently