fa_set_alerts_endpoint
Set the webhook endpoint for FlightAware alert notifications. Preview changes with a dry run, or apply them with confirm:true.
Instructions
Set the delivery (webhook) endpoint AeroAPI POSTs alert notifications to. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it applies the change. Requires a Standard or Premium AeroAPI tier (the free Personal tier returns 401).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL AeroAPI will POST alert payloads to | |
| format | No | Delivery payload format | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |