Zapier's Ecosystem For Personalized AI Client Automations (Tables, Interfaces & Zaps) | Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

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

    Dude I’ve been digesting all your content like there’s no tomorrow 🙌🏼

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

    Navigate to key moments👇
    made via tubestamp.com
    01:27 - Explaining client data for a fitness workout plan.
    01:51 - Creating a form in Zapier to input client information.
    02:30 - Adding fields to the form: email, name, skill level, workout plan.
    04:31 - Connecting form to a table for database automations.
    07:43 - Creating a zap to trigger a flow based on a checkbox.
    08:03 - Testing the trigger for the zap.
    08:28 - Finding a specific row in Zapier tables using unique identifier.
    09:37 - Adding a ChatGPT block to structure data.
    10:07 - Adding a formatter block for better data visualization.
    11:51 - Creating an optimized workout plan from original data.
    13:33 - Sending the optimized workout plan via email.
    15:55 - Uploading PDF for conversion.
    16:07 - Checking if PDF is parsed in Pars Client.
    16:20 - Adding JavaScript code block in Zapier.
    17:00 - Testing step to get data from PDF.
    17:34 - Associating data with table record using GPT
    Recap by TubeStamp ✏️

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

    I am really blown away right now. I just commented today and honestly I was just hoping to get some answer in the comment section atmost but this......... I don't know what to say right, you made the whole video based on the comment.
    Thank you brother,

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

    Great stuff as always. Always learning something new and useful from you. Thanks, Corbin.

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

    Hy Corbin, love your videos! I was wondering if it is possible to create a zap where when updating data in a spreadsheet, this same data is automatically updated in a zapier table. Thank you!

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

      Definitely possible, I can look into making a video on this topic!

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

      @@Corbin_Brown Love to! It would be a great help. Thank you! Love your videos

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

    JavaScript Code:
    const response = await fetch(inputData["text"]); const text = await response.text(); const words = text.split(" "); output = { result: words.slice(0, 10000).join(" ") };

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

    Thanks

  • @Conor-x8y
    @Conor-x8y ปีที่แล้ว

    We send the personal diet plan and workout plan to the client in WhatsApp with zap ? its possible?

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

      Yes, it would require you to gain access to the WhatsApp API. However, the described flow can incur happen.