AMADEUS api integration

Hello!
I am trying to create a workflow for the integration of the Amadeus API. I can’t find the right knot for that.
I use the n8n trial online
Thank’s

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I am not sure if I understand your question correctly. Does “knot” means node? , if yes then you must know that if there is no a premade “node” in n8n that supports Amadeus out of the box, but most API’s can be called with HTTP request. You need to learn how to handle both http requests and desired API (auth method and possible requests and their form).
n8n http: HTTP Request | n8n Docs
Amadeus api: https://developers.amadeus.com/get-started/get-started-with-self-service-apis-335

Hi folks, fwiw, I got it working before though Amadeus seems to be selective about the IPs they accept requests from. Check out this thread which might contain an example that helps here: Amadeus API oauth2 - #3 by MutedJam

Hi,

Thank’s a lot.
The problem is resolved

While Amadeus APIs themselves wouldn’t directly contribute to B2B data building, understanding how to interact with them can be valuable for tasks like:

  • Enriching existing B2B data: Information retrieved through Amadeus APIs (hotel locations, flight schedules) could be used to supplement your B2B customer data, providing a more comprehensive view.
  • Building B2B integrations: These APIs could be integrated with your B2B platform to offer travel-related functionalities to your business partners.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.