The Event Object

class  Record {
  enabled: Boolean
  id: String
  kind: WebhookEventKind
  webhook_id: String
}
  • id --> The id of the Event
  • enabled --> The status of the Event
  • event_kind --> The kind of the event that will trigger the Webhook
  • webhook_id --> The id of the webhook that the event is in

Event Manipulation

The Following HTTP Requests can be used to manipulate Events:

  • Create Event: POST /v1/webhook/event
  • Delete Event: DELETE /v1/webhook/event