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.
Payload

Webhook payload containing company integration update information

string
enum

The event type identifier

Allowed:
date-time

ISO 8601 timestamp (UTC) when the event was fired

data
object

Event data containing company information

Responses
200

Webhook received successfully (200-299 status code).

400

Client error (400-499 status code) - the webhook endpoint intentionally rejected the request. BambooHR will not retry webhooks that return 4xx status codes.

500

Server error (500+ status code). BambooHR will automatically retry this webhook up to 5 times using exponential backoff (5min, 10min, 20min, 40min, 80min intervals).

LoadingLoading…