Time off request requested

Triggered when submitting a time off request.

Use the getApi URL in the payload to retrieve the full request details. When using the getApi URL immediately after this event, the status in the response will be approved if the request was auto-approved, or pending if it is awaiting approval.

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

Payload
number
required

The company ID

string
enum
required

Event type for time off request submitted

Allowed:
string
required

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

string
required

The timestamp when the event occurred (ISO 8601-style string)

string
required

The webhook version (e.g., v2)

data
object
required

Data payload for timeoff.request.requested event

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…