Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LMFS provides the capability to get notifications of alerts and atc status as they occur.   This requires the setup of a url on the web partner's end to receive notifications.  Submit a request on the service desk here and request a webhook.  You will need to provide a url to your server that we will send the notifications to.  The JSON data that is pushed to your site is defined in the WSDL reference here: https://www.elabs.testafss.net/Website2/resources/doc/WebService.xml under WebServicePushFlightChange and WebServicePushNGBAlert.  Whenever the webhook receives a push notification, we expect a JSON response {"success": "true"}.