How to use Notion in Make - the ultimate guide (Make/Integromat tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 22

  • @rodrussell2871
    @rodrussell2871 หลายเดือนก่อน

    Great tutorial, I was just watching "Wolfs" at the same time as this & wow! Austin Abrams looks just like you!

  • @kuoroakihamza1235
    @kuoroakihamza1235 5 หลายเดือนก่อน

    Thank you for your structured tutorial, you just responded to all my questions

  • @KenshiDigital
    @KenshiDigital 8 หลายเดือนก่อน +2

    Can you make a full video about custom API calls, having issues with those functions

  • @sarralev
    @sarralev 2 หลายเดือนก่อน

    Great video. You say you've created other videos in the past showing automation possiblities between Make and Notion, but I can't find them. Can you post links? Thanks so much!

    • @simosme
      @simosme  2 หลายเดือนก่อน

      Thank you, you can find all automation-related videos in this playlist: th-cam.com/play/PLvmzMeUzkWbTCnM583inVfWMZ96Wcl9il.html

  • @FinanciallySavvyParent
    @FinanciallySavvyParent 10 หลายเดือนก่อน

    This is a great tutorial. Thank you!

    • @simosme
      @simosme  10 หลายเดือนก่อน

      Thanks Nadav!

  • @bruno12830
    @bruno12830 4 หลายเดือนก่อน

    Good tutorial, good audio! Tks

  • @rajivraisingh
    @rajivraisingh ปีที่แล้ว

    Thanks Simo, once again super helpful video. If I may request can you make a video on how to pass through relational data from one database to another. Basically, adding a task as a sub-task to the main task.

    • @simosme
      @simosme  ปีที่แล้ว +1

      Thank you - yes that sounds like a great idea for a video. More specifically, what's the use case you're referring to here? Is it for creating a "replica" database while maintaining the relations between items? Or something else?

    • @rajivraisingh
      @rajivraisingh ปีที่แล้ว +1

      @@simosme yes exactly for creating a replicate database. If we use the projects template by notion then we will need it to link projects to task and parent task to subtask

    • @simosme
      @simosme  11 หลายเดือนก่อน +1

      The latest video is addressing the topic you requested in this comment: th-cam.com/video/rbozdVYpVMA/w-d-xo.html

    • @rajivraisingh
      @rajivraisingh 11 หลายเดือนก่อน

      @@simosme thanks a lot. It is very helpful.

  • @skyboy612
    @skyboy612 ปีที่แล้ว

    Amazing Vid Simo, is there any courses or resources you'd recommend to further develop my knowledge of Make?

    • @simosme
      @simosme  ปีที่แล้ว

      Thank you - I believe the official Make Academy is a great place for that: academy.make.com/

  • @ThinkAIAutomation
    @ThinkAIAutomation 28 วันที่ผ่านมา

    How can I scrape the complete page and blocks so I can get the text from the ntion page

    • @simosme
      @simosme  28 วันที่ผ่านมา +1

      You can use the "List page contents" in Make - here is the API documentation for this endpoint: developers.notion.com/reference/get-block-children

    • @ThinkAIAutomation
      @ThinkAIAutomation 28 วันที่ผ่านมา

      @@simosme i'm going to try it, appreciate your response ✌️

  • @LootsIsLearning
    @LootsIsLearning 7 หลายเดือนก่อน

    Question: Could you use the API example you shared to delete any page where the name is "untilited"?

    • @simosme
      @simosme  7 หลายเดือนก่อน +1

      Yes, you could use a "search objects" module filtered by "name" "is empty" "true", and then make an API call to the deletion endpoint in the Notion API, passing the page ID from the search objects module