Hook

Their other posts in the index, biggest breakout first.
I'm currently working for a magazine company. Our task is to build their website and interior automation. I'm still working on the website, but I want to take you through the automation. I want to show you the skeleton of the automation and what I've done so far. I hope you learned something from this video. If you find this video helpful, don't forget to like this video and follow this channel. Let's look at it. If we dive into anything, the first thing that I have here is a trigger node because this particular automation is going to look for news. I was using RSS feed before, but I wasn't getting the results that I needed. And it really took me time for me to figure out how to do it. So, if you want to learn how I got it, let me know in the comment section. I will explain all these nodes for you. What I'm basically using here is something called the EXA. It's a word if I'm not mistaken. The task is to search the web, query is celebrity, wedding in Nigeria. And then you have the results here. And the highlight is the AI. The thing I love about this node so much is the fact that the node will give you a summary of what you are searching for. So, that AI node that you can give prompt to, you can give system prompt. But that's the first thing that we have here, just different news query. The next node that we have here is a limit node because I don't want any activity that is more than 48 hours. So, that's the work of this node. There's also a filter node which I've deactivated. The work of the filter node is just to filter out dates. Don't want any activity that is more than 48 hours. So, that's the work of this node. The next one that you have here is the loop node. As I said, there are a lot of information that is coming into this pipeline. And I don't want this loop node to go to the AI at once because each of those node, once the loop node is done, it goes to the AI. And if I open the AI, I have my system prompt and my system message. I was having difficulty in putting it to a specific output format. Because of the way this automation is going to work. I don't want this AI to give me a normal test. I want it to give me a JSON. The way to do that is to click on require specific output format. CHECK THE PAGE FOR PART 2