How Can We Help?
< All Topics
Print

How to integrate with an online booking and reservation system?

There are many online booking and reservation system, Robin, Skedda, etc. How can we sync the desk/room booking schedule on the SyncSign Display? The answer is through API calls.

How it work

You may generate the iCal feed/JSON feed from your online booking system, then run through the python code that provided by SyncSign, which can transfer the iCal feed/JSON feed into a renderable JSON file and then push to the SyncSign Display via API calls.

Below is an example to explain the workflow and implementation logic of how to make the iCal feed (or JSON feed) extracted from your booking system and show it on the SyncSign Display:

https://github.com/syncsign/syncsign-python-sdk/tree/master/examples/ical_feed_integration_on_aws_lambda

  • For the draft API, please check: http://dev.sync-sign.com/webapi
  • The API tutorial, please check: https://dev.sync-sign.com/hubsdk/getstarted/webapi_sample.html

With this you can turn the SyncSign 2.9-inch Display into your digital desk signage on the desk hotelling use case, or the 4.2-inch/7.5-inch Display into the digital meeting room signage that can sync with your existing booking system.

Table of Contents