Skip to main content

Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts

Workflow preview

Workflow preview
100%
Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This guide details the setup and functionality of an automated workflow designed to monitor the health, uptime, and SLA compliance of travel supplier APIs, specifically the Amadeus Flight API and B...

Best for

  • DevOps automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.debughelper, n8n-nodes-base.stickynote, n8n-nodes-base.whatsapp

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts
Workflow name
Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts

This guide details the setup and functionality of an automated workflow designed to monitor the health, uptime, and SLA compliance of travel supplier APIs, specifically the Amadeus Flight API and Booking.com Hotel API. The workflow runs every 10 minutes, processes health and SLA data, and sends alerts or logs based on the status.

What It Monitors

  • API Health: UP/DOWN status with health indicators.
  • Uptime Tracking: Real-time availability percentage.
  • SLA Compliance: Automatic breach detection and alerts.
  • Performance Rating: Classified as EXCELLENT, GOOD, AVERAGE, or POOR.

Features

  • Runs every 10 minutes automatically.
  • Monitors the Amadeus Flight API with a 99.5% SLA target.
  • Monitors the Booking.com Hotel API with a 99.0% SLA target.
  • Smart Alerts that notify via WhatsApp only on SLA breaches.
  • Logging of results for both breaches and normal status.

Workflow Steps

  • Monitor Schedule: Triggers the workflow every 10 minutes automatically.
  • Amadeus Flight API: Tests the Amadeus Flight API (GET: https://api.amadeus.com) simultaneously.
  • Booking Hotel API: Tests the Booking.com Hotel API (GET: https://distribution-xml.booking.com) simultaneously.
  • Calculate Health & SLA: Processes health, uptime, and SLA data.
  • Alert Check: Routes to appropriate responses based on breach status.
  • SLA Breach Alert: Sends an alert with throwError if an SLA breach occurs.
  • Normal Status Log: Records results with throwError for healthy status.
  • Send Message: Sends a WhatsApp message for breach alerts.

How to Use

  1. Copy the JSON configuration of the workflow.
  2. Import it into your n8n workspace.
  3. Activate the workflow.
  4. Monitor results in the execution logs and WhatsApp notifications.

The workflow will automatically start tracking your travel suppliers and alert you via WhatsApp only when SLA thresholds are breached. Please double-check responses to ensure accuracy.

Requirements

Customizing this Workflow

  • Adjust the Monitor Schedule interval to change the frequency (e.g., every 5 or 15 minutes).
  • Modify SLA targets in the Calculate Health & SLA node to align with your service agreements (e.g., 99.9% for Amadeus).
  • Update API endpoints or credentials in the Amadeus Flight API and Booking Hotel API nodes for different suppliers.
  • Customize the Send Message node to integrate with other messaging platforms (e.g., Slack, email).
  • Enhance the Normal Status Log to include additional metrics or export logs to a database.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Monitor Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Amadeus Flight API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 3 - Booking Hotel API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 4 - Calculate Health & SLA

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Alert Check

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 6 - SLA Breach Alert

Type / Role
n8n-nodes-base.debugHelper - debugHelper
Config choices
Version 1

Block 7 - Normal Status Log

Type / Role
n8n-nodes-base.debugHelper - debugHelper
Config choices
Version 1

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Send message

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts
Complexity intermediate
Nodes 14
Categories DevOps
Author Oneclick AI Squad
Published 22 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6263/6263.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts do?

This guide details the setup and functionality of an automated workflow designed to monitor the health, uptime, and SLA compliance of travel supplier APIs, specifically the Amadeus Flight API and B...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.