Jicoo Developer Potal
  1. Webhook Schema
Jicoo Developer Potal
  • Create powerful apps with Jicoo's API
  • Quick start
  • Authentication
  • Errors
  • Versioning
  • Types
  • API Reference Overview
  • Guide
    • How to use webhook
    • How to use Account integration
  • Guide(Japanese)
    • アカウント連携の使い方
    • Webhookの使い方
    • ホストの優先度を更新する方法
  • API Reference
    • Jicoo API
    • Webhook Schema
      • Webhook schema
      • event property
      • createdAt property
      • object property
      • contact property
      • answers property
      • answers items property
      • tracking property
    • Booking
      • List Bookings
      • Get Booking
      • Cancel Booking
      • Reschedule Booking
      • Create Booking
      • Update Booking
      • Get Booking Contacts
    • Schedule
      • Update Schedule
      • Create Schedule
      • List Schedules
      • Delete Schedule
    • Availability
      • List User Availability Calendars
      • Get User Availability Calendar
    • Oraganization
      • User
        • List Organization Users
        • Delete Organization User
        • Get Organization User
        • Update Organization User
      • Invitation
        • Create Organiztion Invitation
        • List Organization Invitations
        • Get Organization Invitation
        • Delete Organiztion Invitation
      • Get Organization Team
    • Event Types
      • Get Event Type
      • List Event Types
      • List Event Type Hosts
      • Get Event Type Available Schedules
      • Account Integration
      • Update Event Type Host
      • Delete Event Type Host
      • Create Event Type Host
  1. Webhook Schema

Webhook schema

Schema#

Webhook Event Type#

object (Webhook Event)

Webhook Event Properties#

PropertyTypeRequiredNullableDefined by
eventstringRequiredcannot be nullevent
createdAtstringRequiredcannot be nullcreatedAt
objectobjectRequiredcannot be nullobject

event#

The event that caused the webhook to fire
event
is required
Type: string
cannot be null
defined in: event

event Type#

string

event Examples#

"guest_booked"

createdAt#

The time that webhook event was created
createdAt
is required
Type: string
cannot be null
defined in: createdAt

createdAt Type#

string

createdAt Constraints#

date time: the string must be a date time string, according to RFC 3339, section 5.6

createdAt Examples#

"2019-08-24T10:02:02.000Z"

object#

Event object
object
is required
Type: object (Details)
cannot be null
defined in: object

object Type#

object (Details)
Previous
Jicoo API
Next
event property
Built with