The Trigger Object

class  Record {
  id: String
  status: Boolean
  event_id: String
  user_id: String
  begin: DateTime
  end?: DateTime
  request_data: Json
  response_data?: Json
}
  • id --> The id of the Trigger
  • status --> The status of the Triger
  • event_id --> The id of the Event that triggered the Webhook
  • user_id --> The id of the user that created the Trigger
  • begin --> The time when the Trigger was created
  • end --> The time when the Trigger was finished/failed
  • request_data --> The Json of the request of the Trigger
  • response_data --> The Json of the response of the Trigger

Trigger Visualization

The Following HTTP Requests can be used to visualize Triggers:

  • List Triggers: GET /v1/webhook/trigger/list