Skip to content

Amadeus API

This component allows you to easily find travel information (flights, hotels, etc.) within Nappai using the Amadeus Travel API. It’s designed to make integrating travel data into your automated processes simple and efficient.

Relationship with Amadeus Travel API

This component directly interacts with the Amadeus Travel API. It acts as a bridge, allowing you to use Nappai to send requests to Amadeus and receive travel data back without needing to understand the complexities of the API itself.

Inputs

  • Input: This is where you provide the information for your search. This could be text (like “flights from London to Paris”) or more structured data (like a list specifying dates, destinations, etc.).
  • Default Currency: Choose the currency you want the results displayed in (e.g., USD, EUR, GBP). The default is EUR.
  • Default Language: Select the language you want the results in (e.g., English, Spanish, French). The default is English (en-US).
  • Api Selection: Choose the type of travel information you want to search for (flights, hotels, locations, or activities). This is required.
  • Credential: Enter your Amadeus API credentials to access the service. These credentials are needed to authorize your requests.

Outputs

The component produces a list of results based on your search. This data will contain information about flights, hotels, locations, or activities, depending on your Api Selection. You can then use this data in other parts of your Nappai workflow, such as displaying it on a dashboard or using it in further automated processes.

Usage Example

Let’s say you want to find flights from New York to London for a specific date. You would:

  1. Select “flights” in the Api Selection dropdown.
  2. Enter your search details (e.g., “New York”, “London”, “2024-03-15”) in the Input field. The exact format might depend on the Amadeus API requirements.
  3. Choose your preferred Default Currency and Default Language.
  4. Enter your Credential.
  5. Run the component.

The output will be a list of flights matching your criteria.

Templates

[This section will be populated with links to specific templates once they are created. These links will show you examples of how this component is used within different Nappai workflows.]

  • Google Sheet Writer: Use this to automatically write the Amadeus API results to a Google Sheet.
  • Slack Message: Send flight or hotel information directly to a Slack channel.
  • Data Conditional Router: Route the Amadeus data to different parts of your workflow based on specific conditions (e.g., price, airline).
  • [Other relevant components]: [Add links and descriptions of other relevant components as needed]

Tips and Best Practices

  • Carefully format your input data according to the Amadeus API requirements to ensure accurate results.
  • Test your configuration thoroughly before deploying it to a production environment.
  • Consider error handling in your workflow to manage situations where the Amadeus API might not return data.

Security Considerations

  • Protect your Amadeus API credentials: Never share your credentials with unauthorized individuals. Store them securely within Nappai’s secure credential management system.
  • Review the Amadeus API’s security documentation: Familiarize yourself with Amadeus’s security best practices to ensure your integration is secure.