It's unreal how good and clear this is!! I have never worked with APIs nor their documentation, and this video showed me both n8n and how to read the documentation and what to look for. Thanks a lot!!
@nemo84814 күн бұрын
Great video Ben!
@clementgirard20453 ай бұрын
Awesome! Thanks, Ben. I love your tutorials and look forward to your videos! I have the impression that you're the only one on N8N who comes up with topics that interest me. I'm a beginner, and you're one of the few whose explanations I understand. I subscribe and ring the bell 😁
@BenYoungAI3 ай бұрын
Great to hear and appreciate the sub! I'll keep putting them out 😊
@JimShingler18 күн бұрын
Thank You, ... Love the tutorials
@e11e7en3 ай бұрын
Another tutorial suggestion: how to format code output to make sure the next node will iterate over it. Liked and subbed btw :)
@Jeganbaskaran2 ай бұрын
One basic questions. In n8n we are storing all API key and secret information in the individual component. How we can secure these information like read those senisitve information from some key-vault and while reading how to encrypt.. I hope n8n has some feature around this. Any video relate to this ll really helpful
@BenYoungAI2 ай бұрын
For all native n8n nodes including their HTTP Request node, you should store any API keys in n8n's "Credentials" manager and access them accordingly. With the HTTP Request node, this is accessed in their "Authentication" dropdown option. You don't want to store the API Key within the node.
@Jeganbaskaran2 ай бұрын
Thank you Ben for ur response
@gilsonmiranda83723 ай бұрын
Is it possible to make n8n ia chatbot ask for parameters no given by user to make api request?
@IversusAI3 ай бұрын
Is it just me or does your sound have a metallic echo? Only in this video... Love the content, by the way! Subscribed!
@BenYoungAI3 ай бұрын
Yes sorry! I was testing a new mic I bought, but I haven't quite tuned it properly yet. Will have this fixed in the next video.
@gilsonmiranda83723 ай бұрын
Great! Thanks. What happens when a user does not provide all parameters? Suppose 'units' is mandatory parameters, LLM will ask for it? Or api call won't be executed?
@BenYoungAI2 ай бұрын
If it's a mandatory parameter, the API will likely give you an error saying that you're missing a mandatory parameter.
@Tecno.Ideias2 ай бұрын
Thanks Ben!
@RANKSEO-nj6gc2 ай бұрын
Goog Video thank you! i want to know how to scrape Multiple Page Website ifr next your lesson)
@lsd77777773 ай бұрын
Thanks Ben.
@BenYoungAI3 ай бұрын
You're welcome!
@gtrusler3 ай бұрын
Really great tutorials. I watch a lot of these and yours are really well done and easy to follow. You're also covering concepts that I don't find elsewhere - queue mode is a great example. I've been looking for a way to scale my n8n and this sounds like a great solution. I was already using Railway so I just setup a new instance with the webhook processors following your instructions. The only issue I've run into is setting up the Google Drive and other Google credentials. I've done it several times before, but the redirect uri isn't working. I keep getting this error: Cannot GET /rest/oauth2-credential/callback I took the one straight out of the n8n credential setup. I've tried a url using my custom domain also and it doesn't work either. Have you run into this issue before?
@BenYoungAI2 ай бұрын
I haven't run across this issue before. Perhaps try posting your issue in the community forum?
@NS_Miata3 ай бұрын
How to do it when the api needs to be verified from the user to the api server? Like with an excess token an bearer
@BenYoungAI2 ай бұрын
You would have to put your credentials in the Authentication dropdown and select the appropriate credential type.