Position budget created webhook

Webhook sent when a new position budget is created. Position budgets are always linked to a Position in Bob.

They allow tracking of the financial allocation for specific roles within the organization. Budget attributes include the budget date (when funding starts), currency, base salary, and variable pay. Budgets are available only if you activate the position cost feature in the workforce planning settings.

Best practice: Use the event as a notification only, and retrieve the complete position budget details using the Read company positions budgets API endpoint. Note that budget events include the position ID, because budget details don't return it.

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 budget creation

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…