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()
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.
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
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?
Update: you can now send webhook requests via Notion Automations or buttons. Learn more here: ua-cam.com/video/L6PV8qieD9E/v-deo.html
What a solution my friend, really appreciate your effort sharing this 🙏
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()
Fantastic, thanks for sharing
This is awesome! More greetings from Brazil! lol
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.
Yes, very valid points - thank you for sharing them here
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
Simo, você é foda pra caceta! Prabéns! Greetings forom Brazil!
muito obrigado!
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?
Thank you! Yes your finding is correct - dynamic URL parameters are only possible on database pages currently