Position opening created webhook

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

They allow organizations to plan multiple hiring scenarios under the same position (e.g. maternity leave replacements or organizational growth) without duplicating positions. Each opening can have its recruitment status, expected start date, and opening name.

Best practice: Use the event as a notification only, and retrieve the complete position opening details using the Read company positions openings API endpoint. Note that position opening events don't include the position ID; you can get it by retrieving the opening details.

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 opening 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…