Hi, is it possible to use FNC Push Notifications with standard HTML (no TMS Webcore)?
Hi,
Yes, that is possible, you just need to communicate with the endpoints of TTMSFNCWebPushServer (GET for vapid key, POST for subscriptions).
You can check the expected format to be sent as a POST request for the various endpoints here: TTMSFNCWebPushServer - TMS FNC Push Notifications
Hi,
Thank you for the information. I will check this.