


Forget Big Apps. These Tiny Tools Are Making Millions

He Makes $3M/Year From Tiny AI Tools (Here’s How You Can Too)

My AI agents scrape Google Maps to make $$ in BORING businesses

n8n Full Course: How to Build Custom User Interfaces (Step-by-Step)

Complete Guide to Making Money with MCPs
In this step-by-step tutorial I'm going To show you how to completely automate Your social media post using a no code Tool like NN we're going to be able to Grab any news article about any topic And post it to our Google sheet that Will be attached to our automation where We will have perplexity grab and Summarize the article and then we have Ai agents that's going to completely Create separate posts individually Tailored to that platform like LinkedIn Medium Facebook X slack and Gmail for Slack and Gmail we'll be able to grab These articles and summarize it and send It to any but internal teams or even Send ourselves a nice little email Summary of the article and what's that Article about all using AI agents all of The templates for the tutorials that I Provide will be put it on my classroom In the school Community where all you Have to do is basically go to import From file and you can download that file And have all these templates ready to go Where then when you're building these AI Agents on automations you'll have a good Reference to compare in case you on any Kind of issues if you're new to channel My name is z my YouTube channel and my School Community is all about building Incredible AI agents and automation Using no cold tools like nadn we have a Great Community where we have very
Active members who are always trying to Lend the help to each other and solve Any issues that comes about I'll put the Link in the description for my schools Community make sure you join us where You'll be able to connect to like-minded Individuals and then on top of that if You run into any kind of issues or if You have any questions you can always Post it to our community and then Somebody or myself will be able to Respond to you right away to solve that Problem with that being said let's get Started with the tutorial all right so I'm in my blank workflow here let's go Ahead and start by naming our workflow So I'm just going to say social media Automation okay so the first step is Going to be us adding our Google Sheets Because our trigger is going to be our Google sheet where every time we add in Neuro to our Google sheet meaning every Time we add a new article rink to our Google sheet our triggle will get Activated and therefore we'll move on to The next step so in order to do that you Have to first of all go ahead uh to your Google Sheets you can create a blank Worksheet um I've already created one With a few links so that way you have Some kind of a reference but basically I Created a plain blank Google sheet name Media links one column and all we have To do is just copy and paste uh a news
Article that's that we want to create The social media post about and again This doesn't necessarily have to be just Um news articles you can create and Utilize this for any um anything you Want so for example have an entire Article for example for medium or some Other blog post that you're used to Reading or some newsletter and basically Utilize that as a trigger where then You'll be able to create individualized Social media post about then I going to Point it out in a little bit once people Bu this thing out but let's go ahead and Add our first trigger and in this case I'm just going to click on this first Step and I'm going to search for Google Sheets if you just search for Sheets it Will show up so there you go go Google Sheets so the trigger is going to be on Row added right because every time we Add a new row then we want to be able to Have that row be grabbed or the content Of the row in this case it's going to be That news article um be processed for Further notes all right so therefore We're going to click on Roll added so Here you need to connect to your Credentials um if you don't know how to Do this watch my previous videos where I Show you how to connect to all of your Uh Google Drive Google Sheets all of That good stuff uh we're just going to Leave the poll time every minute as it
Is uh from the document list you're just Going to create on choose here or click On choose here and this is it's going to Load up all of the different um Documents that are inside your Google Sheets and in my case as you can see Mine's name is Media Link so I'm just Going to go ahead and grab this Media Link um document and then inside that it Will process if there's multiple sheets That you have this will show right here But I only have one sheet and I haven't Named it so I'm just going to select it And then it says triggered on row added Right so you can have the trigger on row Updated row added or updated so you can Select any of that but I'm just going to Say R added for now so let's go ahead And fetch test results so let me go Ahead and actually put a brand new Article so let me search For AI Agents News Okay click on this article and then I'm going to just simply go ahead and Copy the URL so now let's go ahead and Add that to our um media post or media Links document and I'm just going to Paste this all right there go cio.com s Collaborative AI agent as knowledge in All right great so now let's go ahead And actually test this step to make sure That it's grabbing uh the media links That's inside this um uh sheet I'm going
To click on fetch test Results let's see all right great so There you go now we have four different Media tic Les or four rows and as you Can see the first one is the finance. Yahoo.com about Nvidia and the last one Is CIO sap launches collaborative AI Agents all right perfect so now as you Can see we have five it items coming out Of this Google sheet trigger so we have Our proper uh output that we're looking For okay so now um here's what we need To do because as you can see right now This output is it's sending all of the News articles um as an output what we Want to do we want to only grab the Latest one that's being added to our Google sheet right because otherwise This is going to process all of our all Of these articles from the from the Entire sheet so in order to do that We're just going to put a quickly um a Simple code and again I'm not going to Utilize any code I'm just going to use Chat GPT uh to grab that for us but uh You can click on this add no button here And you have to search for code and you Will see you can just grab this again Don't be intimidated we're not going to Write any code we're just liter going to Copy and paste from chpt okay let's get Out of this first so now again the goal Is because right now as you can see Everything is coming out as one giant
Post link right so if I go to the Json Here it's sending all of these um posts Or all of these links to this node but What we want to do is we want to grab The latest one that got added to our Google sheet and in order to do that all We have to do is literally just copy and Paste I I just took a screenshot into uh My chat custom GPT that I've created and If you're in my school Community you'll Have access to this custom GPT which is Called ID and FL Architect by AI Workshop which is constantly being Trained on the different nodes that I Add and I constantly train this custom GPT um with the different screenshots so That way it's providing the most Accurate information for anit and Workflows but anyways I I literally Posted that screenshot of that uh node And I said hey create um a code block For me that basic basically grab grabs The latest article that's added to this Google sheet and all I have to do is Just copy code and then go back and Paste it okay so now we're going to just Literally paste this here I'm going to Get rid of this copy and paste okay That's all so this is literally grabbing Get all the input items articles in our Case right and it's going to grab the Latest article and as you can see it Says get the most recent article Assuming it's the last one in the array
And in our case it is because every time You add a new link it's going to be the Last one from in this list basically Right so that's what's going to happen And then it's just going to return the Most recent article as an output for the Next mode and that's exactly what we Want so let's go ahead and actually test This out so now if I test the step I Should be able to grab one uh link there You go perfect so now let's go to the Json there you go right we only grab the Latest one which is this collaborative AI agent by sap okay perfect so let's Get out of this let's make sure we see This correctly done as you can see right Here it's kind of small but it's five Items are coming in from this note and Then this is only spitting out one item Which is again the latest article uh but Let's go ahead and actually uh rename Our uh notes I like to always do this so That way everything is organized so I Know exactly what is going on in my Workflow so this one I'm just going to Say media Links okay I'm just going to rename this And then this one instead of code I'm Just going to say latest media there you Go that's good enough so now let's go Ahead and add perplexity because we want To utilize perplexity AI to summarize The article because perplexity already Have access to uh the internet and
That's what great thing about it is Compared to let's say if you were to Utilize a uh large language module like Chat gbt or these other ones they won't Have access or they won't be able to Access a media link just by the URL Right however NN does not have a current Integration as of October 8th so in Order to add perplexity and take Advantage of perplexity what we're going To do is actually we're going to utilize The HTTP request tool that nadn already Has and connect that to our perplexity Cuz then we can save that and utilize That for our other automations uh Because once it's set up then we can Copy and paste that into other Automations that then we can utilize uh Perplexity moving forward so all I have To do is go ahead and click on this add Note so I'm going to search for HTTP Request click on that all right perfect So now we have our HTTP request tool Here and as you can see there's this one Media link that's coming in which is an Article about sap launching this Collaborative AI agent which we want to Utilize as uh perplexity to summarize The article so you're going to leave the Everything as it is because we need to Head over to perplexity you're going to Come down here on next to your username And click on this gear icon so this is Going to pull up the settings we're
Going to then head over to the API Tab And as you you can see right now I have U 4 $482 so you need to just add or click on Buy credits and add uh a payment method Just put $5 honestly that's enough like It could last you for a long time $5 is Going to last you for a very very long Time if you're just using it for Personal use or even for business you Know it's going to be um plenty so go Ahead and do that and then you're going To come down here and click on generate API key and as you can see in the bottom I got a new API key that got generated So you're just going to copy that you're Going to head over to perplexity API Documentation and that's just docs. Perplexity doai uh you will come to API Reference and then right here so it says Chat completion it only has this one Section here it's called chat completion What you need to do is this API key that We just generated you need to copy that And paste it here by the way I'm going To delete my API key so don't think About copying it and that's an important Point actually to make sure that you're Not sharing your API keys because then People will have access to your credits Here and they can empty that out quickly All right anyway so what you need to do Is you need to make sure you are at Carl Here right and on right here when it
Says Authorization as you can see in the Bottom yours will be empty so let me Just get rid of this there you go this Is what's yours going to look like right So you need to just basically copy and Paste that new token that you just Generated the API token oops I think I Got that Wrong go back I didn't copy it properly Copy and paste all right perfect now That that's done and on the right side As you can see here the authorization Bear PX and you have that uh secret key Or the API key that you just generated So now all you have to do is go on the Top right here and click on copy and now We can go back to our N8n and on the top right hand corner Right here as you can see it says import Curl that's why I said it's very Important that you are making sure that You're in the curl tab because they have The python JavaScript and all these Other uh different sections but make Sure you're on curl so once you copy That you'll come back to your n8n and You're going to click on import curl and You're literally just going to paste it That's it right and as soon as I do that Now as soon as I click on import you'll See that all of these existing Parameters going to get populated if I Click on
Import there you go perfect see Everything got uh populated initially The method was get the URL was empty Everything else was now all it basically Populated everything and on top of that The most important thing is on the Bottom right here this is what kind of Came over and this is exactly what this Is right and I'm going to show you how To change that to be able to utilize Perplexity basically inside nadn all Right so let's go back and let's take a Look at a few things because we need to Change a few things again everything Else don't touch it it's all good to go You need to create this once and now you Can basically utilize this on all your Future automations or AI agents that you Can create all right so let's go ahead Cuz this is what we need to change right Here so I'm going to click on expression Right here because we're using Json uh Expression below here so I'm just going To click on expression and click on this Little button you need to manually Change the prompt inside the system role And then also the user role because this Is kind of a hack uh because U andn Doesn't have integration with perplexity Hopefully they'll add that in the future But in the meantime this is the best Thing we can do because it's the easiest Way to utilize perplexity and you want To make sure that you're using the
Proper model that says online at the end Because that way you will have access to The internet so right now I'm using 3.1 Sonar small 128k online so we need to Provide a prompt for our system and then Also for our user and in my my case uh We're only summarizing this article Based on this link so therefore I'm just Going to get rid of this get rid of this And then type so I said summarize the Following article in detail cuz that's Literally all I'm doing is I just want To have a summary of this article and we Need to identify what this article is Right so in the user content rule right Here I'm going to get rid of this and All I'm going to do is type Article and let me go ahead and grab Grab the article now that's coming in From our previous media okay so I'm just Going to go ahead and grab that right Here and perfect as you can see right Here now on the result it says content Article and we have the the proper link Right there that's literally all you Have to do oh one more thing actually so You see right here it says Max tokens is Optional you want to make sure either Get rid of this or identify a token and Um I'm if you want to limit the token in This case I want to do I'm just going to Put 500 um tokens because this is going To be plenty to summarize a small to Medium uh length article and that's this
In majority of the cases that's going to Be plenty okay so everything else don't Touch it right so let's go ahead and Back out of this and now all I have to Do is click on test step Oops let's go ahead and test our step Let me make sure everything is good to Go yeah that's good let's test the step And if we did everything correct this Should just summarize this article for Us Executing Node all right perfect it looks like it Worked let's check let make it sure Everything is good here Json the content The article let me move this a little Bit here the article from CIO discusses Sap's recent announcement at his 2024 Tech ad conference focusing on the Integration of collaborative AI agents And introduction of sap Knowledge Graph Perfect and I'm also going to go ahead And name this perplexity all right great So it looks like everything is good to Go and um our article got summarized so Now what we need to do is go ahead and Uh add another AI node to be able to Split this article now into different Social media posts in order to do this Uh one of my you could use an AI agent Here uh an AI agent conversational AI Agents or uh for this particular case What I found to be extremely useful is Just the open AI module here right so
Just going to click on that open AI Module but if you want to use some other Large language models there's obviously A way to do that via the AI agent but I'm going to use the open AI um node Here and I'm going to click on message a Model and the great thing about this is Because we can um output the result That's coming out of this in as Json so Then we can grab that and separate it Individually for different platforms Like the LinkedIn Facebook uh and other Social platforms okay so connect your Credentials to your opena account the Resource we're going to leave as text Operation is going to be message and Model and then you're going to select The model whatever model you want to Select I'm going to use my uh gp4 Mini all right so here's where we need To provide our prompt and you can play Around with prompt um again same thing I Utilized my custom GPT that I've created For NN to get a really good prompt for This which is right here um it I just Set to generate I literally screenshot Put this screenshot into uh this N8 and FL architect custom GPT and told it to Generate a prompt for me so what I'm Going to do is just grab This and copy This go back And I'm going to click on Expression because we need to add that
Article there I'm going to paste it okay Based on the following article summary Create tailor social media post for okay That's good Enough and I'm just going to say article Summary cuz we need to provide the Article summary right and that needs to Be that can't be a constant value it Needs to come in from our perplexity Node which in our case is going to be Right here it's going to be under Choices message and content right and This structure is coming in from it's Kind of native to perplexity uh if You've used make.com before you'll be Familiar with this but this essentially Provides all these prompt tokens and Total tokens and all that other stuff That was used to generate and then Obviously the model that it used right Let's go ahead and grab the content here So all I have to do is just grab the Content right here and put it right here And now on right hand side the results Is shown that it's uh uh taking this uh Uh article summary that we already Generated okay so we're good here I'm Going to back out uh another important Thing is you want to make sure that the Output content is done as Json cuz uh we Want to be able to grab the results out Afterwards to uh different um nodes that We will attach for our social media post So I'm going to click on this and now
Let's go ahead and test this step And you can always add oh there you go Perfect so now you can tell right here That it has split everything and we can Take a look at the table view um the Json View and the schema same thing it's Going to have a nice little separation Here because if you don't have this Output content as Json it's going to Dump everything into one output and you Don't want that because for further Notes it's going to be very difficult so You want to make sure that you're Toggling this output content this Json And that's why like I said I like this Open AI node compared to an agent Because for the agent you would have to Add a second step to uh edit the output That's coming in but this one it's great Because it's already provides Us in the Format that we need for our further Notes so yeah so we're good I think here And you know you can tell that for Linkin it's more professional because That's what we said it in this um prompt That for LinkedIn for example a Professional post that highlights the Key insights of the article without the Formal tone suitable for business or Professional audience for Instagram it Needs to be short visually engaging post What call to action and Twitter it's Going to be based on whatever that Platform requires and the same thing for
Medium a longer form summary of the Article that can act as a blog post okay Great so now we can back out of this and You can see that Medium has the longest Longest and you can further edit this so Let's say before uh you want to uh add This to a medium or to a LinkedIn you Can add further notes to be able to edit This to whatever you like so let's say If you want to add further emojis or Something like that you can play with The prompt to do that but we're good to Go for here now let's get out of this Now all right so now we have our output So now let's go ahead and add our um First social media platform I'm going to Uh use LinkedIn and uh let me show you My LinkedIn here quickly if I go back so This is my AI Workshop LinkedIn page let Me just Refresh and if you see the post these Are the post that I tested out earlier So the post uh the last post was an hour Ago here here and this was about the Exciting world of Chip design which was The article that's uh previous to this Uh but for this one uh the article that We have the summary for is about sap so Let's go ahead and add that and then We'll test it out to make sure it got Processed properly so I'm going to click On this add button right here and I'm Going to look for LinkedIn click on LinkedIn here and we're going to create
A post the good thing is like we can see All of the output and the first one is LinkedIn so all we have to do is just Grab gra this and put it here but I'm Going to switch to the schema tab Because now we can just literally grab The post here but before we do that the Way to connect to Linkin it's a little Bit tricky um but let me show you Exactly what to do here so if you click On uh your credentials and I've already Connected my account so but let's go Ahead and click on create new Credentials na1 has good docs and all These things but if I click on open Docks here uh so this kind of show walks Me through the the different steps that I need to do in order to integrate and Then however the problem is a lot of This is focused on um this linkedin's Community managed API documentation but I went through this a couple of times I Think the easiest way to do this is Literally stay on the standard because If you go to the Community Management It's going to ask you to for a client ID And a client secret and you have to go Through and put your call back URI and You have to go to linkedin's developer Form it's a big mess and that's what the Docs here explain as you can see it says Using Community Management or to use This method if you're new to LinkedIn User or creating a new LinkedIn app so
If you're new to LinkedIn or you don't Even have an app then go through or if You're going to utilize organization Then you have to go through this uh step By step where it says you know you have To log in select the create a new Developer app you have to name the app And you got to go through through all These steps but the easiest way to do This if you're just using this for your Personal account is go to stay on Standard and all you have to do is click On connect my account but this will only Work if you have this toggled off Because if this organization support is On this connect my account to this is Not going to work so you want to make Sure that this is toggled off and if you Click on connect my account this will Have a popup uh mine's already connected So that's why it's going to go directly And connected uh but if yours is doesn't Have that then you will have a popup Where It'll ask you that and ITN wants To um asking you for permission to allow To make changes on its beh have but if You run into any issues uh then go ahead And walk through these uh step-by-step Guide because it is a good guide but Again it's talking about this Community Management o to but if you see that for Example you're getting an error and you Can't connect your account through this Then go ahead and create this new
Developer app through the developer Council um on LinkedIn and then go back And go to the step again and it will Connect to your account very easily but I'm going to go ahead and delete this Credential because I've already have One let me make sure I got my yep so now You will click on your LinkedIn Account resource you're going to leave As post operation is going to be create Post is going to be as person and this Is what I was talking about if you want To post as an organization you want to Make sure that you are connected to the Proper credentials but person name or ID So now if you are uh account Disconnected properly you should be able To grab that from the drop down menu and In my case here I have my AI Workshop Here all right and that's pretty much Where you will know that your account is Connected properly so the text um here's What we need to do we need to now grab Our post that we're going to uh put onto Our platform so I'm just going to go Ahead and grab this and bring it over Here so let's go ahead and click on this Expression Tab and it shows right here Exciting developments from saps 2024 Tech conference happens spear hitting Innovation through integration so it's a Really good post that's already there However let's say want to add the Article at the bottom of this post right
Because right now it's not showing the Article you could ask maybe the previous Step um on the AI agent but I'm just Going to quickly do this I'm just going To come here and say Original article Link and then what I need to do is Basically go Here because you can see that you can uh Expand this or um collapse this and I'm Just going to grab the link from the Previous from previous note which was Whoops I got that wrong yeah I'm going To grab the link from the this node Right cuz this is the latest link that I Put yep exactly so I'm going to grab the Link from my code module here and all I Have to do is now grab this and bring it Right here and this will post the Original link to the article right all Right so that's exactly what we needed I'm going to back out of this okay so Now um actually in the bottom here so You have this media category right here Right so you can also put let's say your Media or your uh post includes an image You can utilize this image right here or You can actually even put the article Link here so if say that if the post Contains an article URL you can just Select this and you can add field and You can either put the description or The original URL Let's see we put the Original URL and same thing we can go
Back there and grab it here PR your on Here so we'll do both we'll see like Where um where this ends up and then Based on the formatting let's say if we Don't like this one and we want to uh Keep this as it is here which is this is What I like honestly because I have kind Of like a little title that says Original article link and then therefore Uh but we can we we can see how the post Goes all right so let's take a look at Our LinkedIn here right now let me Refresh looks like all right last post Was an hour ago all right that's good so Let me go ahead go back to my n in and Click on test step and now this should Post that article all right it looks Like everything worked out let me back Out yep it looks good so now let's go Ahead and take a look at our LinkedIn if I refresh the page hopefully I'll see The new Post and perfect there you go exciting Developments from sap 2024 conference And it says AI Workshop posted this now Right this was an hour ago this is now So let's go ahead and click on this Great there you go so now you have this Really nice ni um post that's tailored To uh LinkedIn and again this is where You can play around with your uh prompt To be able to change if you don't like The way this looks then you can uh go Ahead and change the prompt to see until
You really like the post the way the way You originally intended but on the Bottom so this is what I was saying that The original article link I like this Because that's where we post it but it Also has um that link here to if you Just click on it it's going to take you That article but like I said I like this Version because um it says clearly right There that the original article thing so That way people don't get confused so You can always remove this option which Is um this right here so if I go back so If you get rid of this if you just say None this then it will only have that Right there which is exactly what I'm Going to do all right good so we're good There all right so now let's go ahead And add our medium let me move this a Little bit here this is This little too much space okay let me Put this here and let's go ahead and out Our medium uh because we already have All these different uh let me go back Here wait a Minute oh yeah right here the output is Already separated right the output is Already separated so now all we have to Do is go ahead and add our medium Article so I'm just going to grab this Right here and search medium there you Go so we're going to create a Post okay so same thing with the medium Account so to add your credentials um
I've already added mine but you're going To click on new credentials medium is Probably one of the easiest ways to do This because all you have to do is just Create a access token and you'll be able To connect your account um but you're Going to click on open docs here and From here you're going to scroll down And this this is the one y you're going To click on self-issued access token Documentation and this will take you Directly to that page where it gives you Like a really good guide it is on GitHub But um this takes you directly to that Section so you're going to go to click On account setting page and if you Already have a media account this will Take you directly there but if you don't You have to log in obviously so now so Let's go ahead and go to security and Apps you're going to head over to Security and apps and then you scroll Down in the bottom right here as you can See it says integration tokens you're Going to click on this I've already Created several tokens um so you can Revoke this and generate a new one uh But it's very simple you just put a name Click on get token it will generate a New token for you so then you're going To grab that token you're going to copy It go back to your NN and literally just Paste this and that's that's literally All you need to do but I'm going to get
Rid of this because I already have a uh Account setup there and then you'll be Able to grab this you're going to create Uh leave the resource as post operation Is create uh TI so this is where I was Saying earlier if you want to be able to Add a separate let's say a another set Node right so let's say you want to add A set node where you want to separate The title so go ahead and or generate a Title from the summary that you're Getting from here then go ahead and just Use the set note and you can generate a Title so that way then you can directly Post it here with a nice little title But for now this is just for this demo Purposes um I'm just going to just Say uh basically copy and paste this Right So let's see there you Go copy this put the title again you Don't have to do this manually like I Said create a set node where you can Grab a title from this and just that way You can dra drag and drop it for the Content format I'm going to keep it as HTML and then the content so this is Where you will add where' It Go the Medium post right here right oh actually Earlier I grabbed it from LinkedIn this Is a better title right here okay so I'm Going to just literally copy This and paste It
Perfect okay and then for the content All I have to do is go back to Schema and find medium here and this is The post and drop it right Here right okay so so now let me go to My medium so that way I can show you Exactly what this looks Like um my post you're going to click on Your profile and this is where all your Posts are going to be I already have This one leg test that I did earlier but We're going to go ahead and generate This um workflow and then you'll see or Click on the test uh step here and this Is going to generate that article and Immediately posted there so let's click On test Step and perfect let me back out See one item went to LinkedIn and Another item went to medium so let's go Ahead and go back to my Medium Let me refresh the Page and perfect key insides from saf 2024 Tech conference if I click on this Now you can see that I have that nice Little article there and again same Thing play around with the prompt an Additional Ru if you want to further Customize the formatting of this Particular one there but if you're Satisfied then go go ahead and leave it As it is okay great so medium is Done all right let me go back here so Now you can pretty much add all these
Other uh posts the same exact method so Like for example you can just drag Another one for Twitter let's say right Search for Twitter X formally as Twitter And you're going to create a direct Message same thing you're going to click Your connect to your account Unfortunately the thing about Twitter is You have to have um a a basic or a pro Account in order for you to be able to Directly post via their API and that Limitation is because of X but if you Click on this open docs um naden has Really good step-by-step guide just Follow this step-by-step guide and it Will um it will make sense and things Will you'll be able to connect to your Account but basically you'll go to your Developer portal you'll create a Developer account right and right now as You can see I already have one mine but I don't have a basic or a pro so that's Why I can't like post this you will Click on the this gear icon right here Because if you don't already have an Project uh it will always have a default Project but you can always create the Other one and rename it and for Authentication you'll just come down Here and click on edit and then this Will um give you you you want to make Sure that you're copying pasting Callback URI and that is right here so You want to make sure you're clicking
This and copying it and then you will go To your developer app and just paste This here website Ur URL you can just Put whatever you want I put my link in There um um but then you also want to Make sure that you're selecting this Read and write and direct message Because you want to be able to do Everything from an8 end and you'll Pretty much save this and then that will Generate and give you a um client ID and A client secret where then all you have To do just copy and paste it here and Then your account will be connected but Since I already have mine like I said I'll just get rid of this and now you Can just basically do the same thing Right grab your user once you're Connected and then you can grab the Twitter post here and this will be um This will post that message directly There same thing with um Facebook so let Me go ahead and grab Facebook Facebook has a trigger as well But you're going to click on Facebook Graph API and the same thing click on The credentials here I didn't connect my P Facebook but but it's pretty same Thing it's kind of like the simple uh Guide that they have here just go ahead And create you'll create a new app put a Name in a contact email and then all you Have to is just go and create that app And it'll give you a token that that you
Could generate from there through the App access token and then you'll come Back and just paste that in here and You'll be good to go so then you can Again post um all of these things Together uh so another good thing is um You can actually have a separate AI Agent that generates a summary article For your internal teams or for yourself So for example you can add an AI agent Here if I could type AI agent agent and This time for example let's say I want To use this a conversational agent let Me grab get rid of this you're going to Delete This let's say I want to use a different Chat model right because I don't want to Use open a let's say I want to use Grock you can select um this whatever Whatever large language model you want To select and now and prompt this model To say hey you're going to Define below You will just basically click on Expression And you will type you will typee Summarize the former article to be sent Via email and slack let's say right so Then I can essentially grab the article That's coming out of this and further Summarize it because we I can grab this From my perplexity summary if I just Grab this to here right now I have this Article and now I can send this and ship It off as another summary that could be
Sent to email or slack and then I can Attach This let me actually go ahead and do That real quickly test Step there you go so now I got this uh Summary right here that was done via Groc so now I can attach a Gmail and Send myself a quick Gmail message about This particular article send message Right connect to your account and you Can just basically grab this message With an output or whatever right and That will uh send that oh why is this oh You can put your um email here and as Basically this will send you a nice Little summary email you can add a slack Message either here or from here Whatever uh it may be so let's say I Want to add a slack message of this Summary as well same thing Oops Slack boom you can send a message to a Particular group let's say send a Message now I can select my Credentials uh oh the input is coming Here so yeah that's why but anyways That's fine we can send a message to Channel from list you can choose a Channel let's say I'm going to do AI Agents and let's for now let's just add A test Here get out of this okay let me shut This off because I didn't attach these Cuz this will give me an error otherwise
Okay now so let's go ahead and um Execute this entire workflow so if I get Rid of this I click on test workflow now Everything should be able to work first This is going to go ahead and generate a LinkedIn article a medium article Obviously these two are deactivated That's why it won't do that but it can If you have this activated then it'll do The same thing automate that process and Then it's going to uh come come down to The AI agent here this is going to get Processed this is going to send me an Email and then obviously from there I'm Going to receive a slack message as Well there you go so LinkedIn got post It's got an error uh let's see what's Going on here the service is receiving Too many requests from you oh okay yeah Just because I think there's a limit for The AI and I I did too many different API calls so that's probably why it's Not allowing but anyways for you it Shouldn't this this error won't exist But as you can see everything went to This proper Channel and then this one Same thing reason why it stopped is Because it um uh because of the error Here but here same thing everything went Through properly and now you should Receive an email uh if you put your Credential and everything as always I'm Going to uh paste this or provide this Template to my school community so all
You have to do is uh you can come in Here import from file and you'll be able To go to the um classroom section here And this will be under individual so I'm Going to post this video obviously in This section right here but I'll also Have it under the NN templates uh with The rest of the templates that I've Created where all you have to do is just Basically import it and you'll be able To have access there where you can have A reference so that way you can see that If something comes up or if you run this Kind of errors and then obviously if you Have any questions uh feel free to post It on the ask and assist channel in the Community and somebody or myself will be Able to help you all right well Hopefully you found this helpful let me Know if you have any questions like And Subscribe for more great upcoming Content I'll see you on the next one He
