The example service is a Python application that, when executed, uses parameters specified in the example code to send notifications to a client application. The NID (Notification ID) and the Application ID are used to identify the recipient of the notification.
Download the Python service example — python_service_example.py from NNAServiceExample.zip
To create the service, you:
Configure the service
Create handlers and openers for the HTTP request
Specify the parameters of the POST Notifications API method
Run the service