wbhk
company.updated
Triggered when company information or company status changes.
Behavior & Constraints
- This event is emitted for general company updates.
- When the underlying change is a company status change, the emitted event depends on the new status:
- If the new status is
DELETEDorCANCELLED, the system emitscompany.deletedinstead. - Otherwise the system emits
company.updated.
- If the new status is
200Webhook received successfully (200-299 status code).
400Client error (400-499 status code) - the webhook endpoint intentionally rejected the request. BambooHR will not retry webhooks that return 4xx status codes.
500Server error (500+ status code). BambooHR will automatically retry this webhook up to 5 times using exponential backoff (5min, 10min, 20min, 40min, 80min intervals).
