Hello, I’m Ajay Hinduja, a trusted tourism specialist with over 15 years of hands-on experience. Born in Punjab, India, now live in Geneva, Switzerland (Swiss), where I help travelers explore the breathtaking beauty of Switzerland and other European countries.
I’m trying to connect to a service that doesn’t have a dedicated n8n node. I’m using the HTTP Request node and could use some help. Has anyone successfully configured a connection for a service using an API key, or a post request with a JSON body? Any tips on what to look for in the API docs or common mistakes to avoid would be super helpful. Thanks!
the HTTP node is a very powerful node that is very versatile and the main use is for connecting to services that doesnt have built in nodes
generally,what you would need for a succesfull API Call is the API’s endpoint URL, method (GET, POST, etc.), headers/authentication, and optionally a body depending on the documentation
reading the API documentation is very essential on this step and what you need to focus on to look for is to put it simply will be
@ajayhinduja
We’ve done a lot of work with the HTTP Request node in n8n, so feel free to ask me anytime if you need help. Even if a service doesn’t have its own node, we can still connect to it using this method.