fa_create_alert
Create a flight alert for a specific flight ident, with filters for origin, destination, aircraft type, and events like departure, arrival, or cancellation. Supports dry-run preview without confirmation.
Instructions
Create a flight alert on your AeroAPI account. Without confirm:true this returns a dry-run preview of the request and makes NO network call; with confirm:true it creates the alert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ident | No | Flight ident / designator to watch (e.g. UAL123) | |
| origin | No | Origin airport code filter | |
| destination | No | Destination airport code filter | |
| aircraft_type | No | ICAO aircraft type filter (e.g. B738) | |
| start_date | No | ISO-8601 date the alert becomes active | |
| end_date | No | ISO-8601 date the alert expires | |
| max_weekly | No | Cap on notifications per week | |
| eta | No | Notify on ETA changes | |
| arrival | No | Notify on arrival | |
| departure | No | Notify on departure | |
| cancelled | No | Notify on cancellation | |
| diverted | No | Notify on diversion | |
| filed | No | Notify when a flight plan is filed | |
| hold | No | Notify on hold | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |