Skip to main content
DocsWebhooks
Developer Guide

Webhooks

Receive real-time event notifications when things happen during AI conversations, such as tickets created, appointments booked, calls completed, and more.

Overview

Webhooks let you receive HTTP POST notifications to your server whenever events occur during AI-powered conversations. Instead of polling for updates, your system gets notified instantly when a ticket is created, an appointment is booked, a call ends, or any other supported event fires.

How it works

  1. 1Register a webhook endpoint URL in your Staffify dashboard and choose which events to subscribe to.
  2. 2When a subscribed event occurs, Staffify sends a signed POST request to your endpoint.
  3. 3Your server verifies the signature, processes the event, and responds with a 2xx status code.

In This Guide

Need Help?

Having trouble setting up webhooks? Our team is here to help.

Webhooks Overview | Staffify Docs