---
title: "Webhook: absence.updated"
method: POST
path: "absence_updated"
tags: ["Webhook"]
---

# Webhook: absence.updated

`POST absence_updated` (webhook)

This webhook is triggered when a absence updated event occurs.

## Payload

- WebhookEventAbsenceUpdated — Complete webhook body for event "absence.updated"
  - `subscription_id` integer, required — The ID of the webhook subscription
  - `company_id` integer, required — The ID of the company
  - `occurred_at` string, date-time, required — The timestamp when the event occurred (ISO 8601 format)
  - `payload` object, required — The event-specific payload data
    - `absence` object — The absence entity
      - `id` integer, required — The ID of the absence
  - `event_name` 'absence.updated', required — The name of the webhook event
  - `token` string, required — The webhook verification token

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.dev/clockodo/apis/clockodo-api-documentation.md) · [All operations](https://skmtc.dev/clockodo/apis/clockodo-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockodo/clockodo-api-documentation/revisions/38e281d50d6d/schema)
