πͺ Event Notifications (Webhooks)
Complete guide to implementing event notifications in your aviation platform
Request Webhook Access
Create HTTP Endpoint
Subscribe to Events
Renewal Logic
Failure Handling
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
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.
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.
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.
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
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
Subscribe to Events
Register for specific webhook events
Renewal Logic
Implement subscription renewal
Failure Handling
Handle webhook delivery failures
Production Setup
Deploy to production environment