---
title: "Webhook: customer.updated"
method: POST
path: "customer_updated"
tags: ["Webhook"]
---

# Webhook: customer.updated

`POST customer_updated` (webhook)

This webhook is triggered when a customer updated event occurs.

## Payload

- WebhookEventCustomerUpdated — Complete webhook body for event "customer.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
    - `customer` object — The customer entity
      - `id` integer, required — The ID of the customer
  - `event_name` 'customer.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)
