---
title: "Webhook: nonbusiness_group.created"
method: POST
path: "nonbusiness_group_created"
tags: ["Webhook"]
---

# Webhook: nonbusiness_group.created

`POST nonbusiness_group_created` (webhook)

This webhook is triggered when a nonbusiness_group created event occurs.

## Payload

- WebhookEventNonbusinessGroupCreated — Complete webhook body for event "nonbusiness_group.created"
  - `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
    - `nonbusiness_group` object — The nonbusiness group entity
      - `id` integer, required — The ID of the nonbusiness group
  - `event_name` 'nonbusiness_group.created', 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.net/clockodo/apis/clockodo-api-documentation.md) · [All operations](https://skmtc.net/clockodo/apis/clockodo-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clockodo/clockodo-api-documentation/versions/0f27ed36400c/schema)
