Automate New Hire Onboarding with Zapier: Create Emails, Schedule Training, and More | Full Tutorial

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

КОМЕНТАРІ • 16

  • @mylessmith9895
    @mylessmith9895 8 місяців тому

    I have definitely gotten the most value from your zapier walk through videos! Keep em coming!

  • @drriks0017
    @drriks0017 8 місяців тому +2

    Hey Corbin, how do I daisy chain custom agents? I have no idea how to code, but I want to create a multi-step process where each agent carries out a specific task, and then we get the final output, which can be sent to another platform or saved as a file.

  • @FrederikBlegvadAndersen-cu8fm
    @FrederikBlegvadAndersen-cu8fm 8 місяців тому

    He is back :-) solid long flow’s 🙏

  • @PaulDaviesSEO
    @PaulDaviesSEO 7 місяців тому

    Wicked video Mate ! Look forward to running with that setup on my first hire, cheers

  • @Corbin_Brown
    @Corbin_Brown  8 місяців тому

    Code I used for Step 5 Code Block!


    // Extract the date from the input data 


    const date = inputData.date;



    // Convert the date string to a Date object 


    const inputDate = new Date(date); 



    // Define a constant for the number of days to be added 

    const daysToAdd = 4; 



    // Create a new Date object by adding the defined number of days to the input date 


    const newDate = new Date(inputDate.setDate(inputDate.getDate() + daysToAdd)); 



    // Format the new date to YYYY-MM-DD format 


    const formattedDate = newDate.toISOString().split("T")[0]; 



    // Output the formatted date in an object 


    output = { formattedDate };

  • @jennyw6576
    @jennyw6576 8 місяців тому

    if I need to reply 500 email a day, how much do I have to pay OpenAI by using an automation like you talked here

    • @FrederikBlegvadAndersen-cu8fm
      @FrederikBlegvadAndersen-cu8fm 8 місяців тому

      Depends on the size of the mails. But you need alot of zaps. Is easy.

    • @Corbin_Brown
      @Corbin_Brown  8 місяців тому

      For this context, I would use a model like ChatGPT 3.5 to get the most cost-effective solution. As for scaling, GPT-4 can be costly.

  • @TonyinAustin
    @TonyinAustin 3 місяці тому

    uhhhhhhh yeah. I'm an idiot apparently. I have no idea what's going on in this vid. I was told to use Zap. " it's easy for you to create an onboarding automation process" they said lol. I'm lost

  • @JohnSpradlin-p7m
    @JohnSpradlin-p7m 8 місяців тому

    Obviously this creates another account in workspace and increases subscription. What if the user try’s to fill out form twice.

    • @Corbin_Brown
      @Corbin_Brown  8 місяців тому

      In this context, we could set up a filter block that checks for relevant emails already made, and if there is a duplication, there won't be an additional email made. Furthermore, we could leverage the Interfaces feature that makes a landing page require user authentication, so anyone who attempts to access the form link is pre-approved.

    • @JohnSpradlin-p7m
      @JohnSpradlin-p7m 8 місяців тому

      @@Corbin_Brown "Interfaces feature that makes a landing page require user authentication". This is interesting.
      I have made a few chatbots using Zapier with an OpenAi account to use 4o model. I am sending the link to the Bot vialemail to the interested party to test the roofI was going to do this to prevent people from using the Bot forever without payinging bot out. I dont mind paying for the OpenAI tokens so the owners can see the power of having all internal knowledge a RAG. I was worried about the link going way into the wild. I was going to copy the bot once every 14 days so it has a different URL and delete the old bot. Any ideas?