Position updated webhook

Webhook sent when any position fields are modified in the Workforce Planning module.

Positions can have various attributes such as department, site, employment type, and manager. The payload includes fieldUpdatesIds to indicate which fields were changed.

Best practice: Use the event as a notification only, and retrieve the complete position details using the Read company positions API endpoint. Use the fieldUpdatesIds from the payload to retrieve only the updated field values.

In the right panel, open Examples and select Payload Example to see a real payload.

Payload
number
required

The company ID

string
enum
required

The event type for position update

Allowed:
string
required

The backend-id of the employee that triggered the event or 'system' for events triggered automatically by the system

date-time
required

The timestamp when the event occurred

string
required

The webhook version

data
object
required

Contains the actual data and differs for each event type

Headers
string
required

Base64-encoded signature sent with each webhook request. Use it to verify that the request came from Bob. To verify webhook authenticity, see How does Bob calculate the signature.

Responses
200

Webhook received successfully

LoadingLoading…