For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook Event for Appointment Scheduled

This event fires when an appointment has been scheduled using the Clarityflow appointment booking feature.

Here is an example request body:

{
  "type": "new_appointment",
  "id": "abfe656b-cb51-4540-af32-a8e8b954221b",
  "occurred_at": "2022-04-01T14:25:48.585+00:00",
  "payload": {
    "appointment": {
      "id": 283,
      all appointment data...
    }
  }
}

Last updated