LMFS provides the capability for implementers to get notifications of alerts and ATC status as they occur. This requires the setup of a URL on the implementer's end to receive notifications. Send a request to our Vendor Support Team email address to request a webhook. You will need to provide a URL to your server to which we will send the notifications. The JSON data that is pushed to your site is defined in the WSDL reference here: https://lmfswebffspelabs.afssleidos.com/WebsiteWebsite2/resources/doc/WebService.xml under under WebServicePushFlightChange and WebServicePushNGBAlert. Whenever the webhook receives a push notification, we expect a JSON response {"success": "true"}.
...