7shifts · JSON Structure

7Shifts Webhook Structure

7shifts Webhook structure.

Type: object Properties: 6
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

Webhook is a JSON Structure definition published by 7shifts, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id webhook_url event_type active created modified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-webhook-structure.json",
  "name": "Webhook",
  "type": "object",
  "description": "7shifts Webhook structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "webhook_url": {
      "type": "string",
      "description": ""
    },
    "event_type": {
      "type": "string",
      "description": "The event that triggers this webhook."
    },
    "active": {
      "type": "boolean",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}