1. Add below lines of code inside the <head> section of webpage.
<script src="https://displays.introlution.partheas.net/introlution-partheas-compiled.min.js"></script>
<link rel="stylesheet" href="https://displays.introlution.partheas.net/introlution-partheas.css"/>
2. Add below line of code at the end of webpage inside the <body> tag.
<div id="partheas-introlution-block" class="partheas-introlution-block"></div>
3. Reload the web page with query parameters of application_id and client_id as below to receive notification.
application_id=introlution.quarts.eu&client_id=Wachtzaal-1
1. You can use CURL command from terminal or any third party application like Postman
2. Make a GET request for below URL
https://synapse.flowq.partheas.net/push?application_id=introlution.quarts.eu&client_id=Wachtzaal-1&data={"ticket":"TKT_RANDOM","desk":"DeskNamehere","user":"UserNameGoesHere"}
3. You should be able to see the notification displaying ticket number, desk name and user name which disappeared after 10 seconds. You can test with different values in above URL.
Here is an example: demo