Skip to content

πŸͺ Event Notifications (Webhooks)

Complete guide to implementing event notifications in your aviation platform

0
πŸ“§

Request Webhook Access

1
πŸ”—

Create HTTP Endpoint

2
πŸ“

Subscribe to Events

3
πŸ”„

Renewal Logic

4
⚠️

Failure Handling

5
πŸš€

Production Setup

This guide walks you through implementing event notifications (webhooks) for real-time communication between FL3XX and your platform.

πŸ“§

Request Webhook Access

Contact FL3XX to enable webhook features in test environment

Step 0

Enable Webhook Access

Before you can start implementing webhooks, you need to request access to the webhook feature in your test environment. This process ensures that FL3XX can properly configure event delivery for your integration.

1

Identify Required Events

Determine which webhook event types are important for your integration. Partners must indicate in advance what event types they want to subscribe to, as FL3XX will enable access to these specific events.

2

Contact FL3XX Integration Team

Send an email to the FL3XX integration team requesting webhook access for your test environment. Include your list of required event types and a brief description of your use case.

3

Wait for Access Confirmation

FL3XX will enable webhook access for your account and confirm when the feature is ready for use in your test environment.

Ready-to-Send Webhook Access Request
To: integrations@fl3xx.com
Subject: Webhook Access Request - [Your Company Name]
Hello FL3XX Integration Team,

We would like to request webhook access for our test environment integration.

Required event types:
β€’ FLIGHT_CREATE
β€’ FLIGHT_TIME_UPDATE
β€’ FLIGHT_AIRCRAFT_UPDATE
β€’ FLIGHT_PAX_COUNT_UPDATE
β€’ FLIGHT_CANCEL
β€’ [Add/remove events as needed]

Use case: [Brief description of your integration and how you plan to use webhooks]

Company: [Your Company Name]
Contact: [Your Name and Email]

Thank you for your assistance in enabling webhook access for our integration.
πŸ”—

Create HTTP Endpoint

Build your webhook receiving endpoint

Step 1
πŸ“

Subscribe to Events

Register for specific webhook events

Step 2
πŸ”„

Renewal Logic

Implement subscription renewal

Step 3
⚠️

Failure Handling

Handle webhook delivery failures

Step 4
πŸš€

Production Setup

Deploy to production environment

Step 5