company.owner_changed

This event is triggered when a company's Account Owner role is transferred to a different user, including rotation and demotion scenarios.

Payload
string
required

The unique identifier of the related company.

string
required

The webhook event type identifier.

string
required

The unique identifier of the user who is now the Account Owner.

string | null

The unique identifier of the user who was previously the Account Owner. Null if there was no previous owner.

Response
2XX

Any 200 response confirms that the webhook was delivered.

LoadingLoading…