Cubu Docs
Technical Guide
Technical Guide
  • Welcome to Cubu's Technical Guide!
  • White Papers
    • Data Protection
    • Sign On and Authentication
  • Advanced Configuration
    • Configuring Video Meetings
      • ⚒️Using Microsoft Teams for Video Meetings
      • ⚒️Using Zoom for Online Meetings
    • Calendar Integration
      • ⚒️Configuring Microsoft Office 365 Calendar Integration
      • ⚒️Configuring Google Workspace Calendar Integration
    • Configuring Single Sign On (SSO)
      • ⚒️Configuring SSO with Azure AD
      • ⚒️Configuring SSO with Okta
      • ⚒️Configuring SSO with Auth0
    • Configuring Chatbots
      • Configure Chatbot using WhatsApp
  • Webhooks
    • Webhooks Configuration
    • Developing Webhooks
      • Dev Tools
      • HMAC Validation (ASP.NET Core)
    • Webhooks Reference
      • Organization Webhooks
        • 🪝Webhook: Send SMS
      • Data Table Webhooks
        • 🪝Webhook: Query
        • 🪝Webhook: Find
        • 🪝Webhook: Fetch
      • Service Webhooks
        • 🪝After Book Appointment
        • 🪝After Check In
        • 🪝After Close
        • 🪝Before Book Appointment
        • 🪝Before Check In
        • 🪝Before Queue-Up
        • 🪝Before Resolve
        • 🪝After Queue-up
        • 🪝After Resolve
        • 🪝After Start Work
      • Kiosk Webhooks
        • 🪝Before Query Appointments
  • Server to Server (S2S) API
    • Server to Server (S2S) API
Powered by GitBook
On this page
  1. Webhooks
  2. Webhooks Reference

Data Table Webhooks

PreviousWebhook: Send SMSNextWebhook: Query

Last updated 1 year ago

Data table webhooks allow Cubu to fetch data from a remote system. A typical example is getting customer information from the organization's legacy database.

Enabling Customer Webhooks

To enable webhooks for customer data, turn on the "Query and sync remote data" switch on the Data Table / Customers / Webhooks tab:

Turning this option on enables three webhook calls: Query, Find, and Fetch, which are explained in the following articles.

When an agent searches for a customer using the Agent Console or Calendar or when a customer is self-authenticating on a Portal or Kiosk, Cubu will call the webhooks and get the data from the remote system.

Cubu will create a new customer record or update existing customer records with the data returned from the webhook.