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.
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 };
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
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.
@@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?
I have definitely gotten the most value from your zapier walk through videos! Keep em coming!
Awesome, thank you!
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.
He is back :-) solid long flow’s 🙏
Wicked video Mate ! Look forward to running with that setup on my first hire, cheers
Cheers 🍻
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 };
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
Depends on the size of the mails. But you need alot of zaps. Is easy.
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.
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
Obviously this creates another account in workspace and increases subscription. What if the user try’s to fill out form twice.
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.
@@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?