Versions Compared

Key

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

API: This page summarizes currently exposed APIs for integration with virtual queues. I believe the most interesting The main one is the webhooks mechanism as it exposes most of the events from the system to a third party.

Common integration ideas and integrations that were done in the past:

  • CRM integration using webhooks – our service sends information about tickets and bookings to another web service that then maps this information into CRM customer activities. This allows you to capture the information about customer visits or customer feedback in your system and associate it with your existing CRM customer profiles. In general, data flowing from webhooks can be captured and used for anything: Webhooks integration

...

  • Building own booking UI using our APIs in order to, for example, include a payment gateway in the flow – we have exposed APIs that let you build your own customer-facing booking flow using our APIs that will seamlessly integrate with walk-in queue and still gain all the benefits of using Grid Platform; , Analytics, Queue manager, Digital Signage.

...