Basecamp · JSON Structure

Webhookcreaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Webhookcreaterequest Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/webhookcreaterequest-structure.json",
  "title": "WebhookCreateRequest",
  "type": "record",
  "members": [
    {
      "name": "payload_url",
      "type": "string",
      "description": "HTTPS URL to receive webhook event notifications"
    },
    {
      "name": "types",
      "type": "array",
      "description": "Resource types to subscribe to. Omit to subscribe to all types."
    },
    {
      "name": "active",
      "type": "boolean",
      "description": "Whether the webhook should be active upon creation"
    }
  ]
}