fa_set_alerts_endpoint
Configure the webhook endpoint for flight alert notifications. Use confirm:true to apply changes, or omit for a dry-run preview.
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.
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. |