v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Webhook Events
Public API

Company Integrations Updated

Triggered when company integrations are updated.

Behavior & Constraints

  • Permission Checking: This event does not enforce permission checking. The webhook will fire for all subscribers regardless of the API token's permissions.
  • Event Scope: This event fires when any integration settings are modified for the company, including enabling, disabling, or updating integration configurations.
postWebhookcompany-integrations.updated

Payload

type'company-integrations.updated'

The event type identifier

timestampstring date-time

ISO 8601 timestamp (UTC) when the event was fired

Example payload

{
  "type": "company-integrations.updated",
  "timestamp": "2025-02-18T15:30:00Z",
  "data": {
    "companyId": "12345"
  }
}

Response

Webhook received successfully (200-299 status code).