Notion: Embeded video in a page

Hi @One1Tick, the Notion node in n8n does not support the embed block type. So to achieve this you’d need to call their API directly through the HTTP Request node. Here’s an example (make sure to replace d0bf71744c8c431cb9f7b76212e551ab with your actual page ID):

Using [email protected], this inserted the YT video like below on my test Notion page:

Hope this helps :slight_smile:

3 Likes