Clarityflow API
  • Clarityflow Developer API
  • Authentication
  • Webhooks
    • Webhook Event for Conversation Created
    • Webhook Event for Message Created
    • Webhook Event for Message Viewed
    • Webhook Event for Appointment Scheduled
    • Webhook Event for Product Purchased
    • Webhook Event for Form Submission
  • API Reference
    • Conversations
    • Messages
Powered by GitBook
On this page
  1. Webhooks

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...
    }
  }
}
PreviousWebhook Event for Message ViewedNextWebhook Event for Product Purchased

Last updated 5 months ago