v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBWebhook 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
Example payload
{
"type": "company-integrations.updated",
"timestamp": "2025-02-18T15:30:00Z",
"data": {
"companyId": "12345"
}
}Response
Webhook received successfully (200-299 status code).