---
title: "Task changes"
method: POST
path: "webhooks/taskChanges"
tags: ["Webhooks"]
---

# Task changes

`POST webhooks/taskChanges` (webhook)

## Payload

- union
  - object
    - `eventTimestamp` string, required — Timestamp of when the event happened
    - `action` 'CREATED', required
    - `clientId` string, required — The ID of the client
    - `workspaceId` string, nullable, required — The ID of the workspace
    - `resource` 'TASK', required
    - `data` object, required
      - `id` string, required — The ID of the task
      - `createdAt` string, required — The date and time of the creation for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `updatedAt` string, required — The date and time of the last update for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `title` string, required — The title of the task
      - `text` string, nullable, required — The text of the task
      - `status` string, required — The status of the task
      - `dueDate` string, nullable, required — The due date of the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `destinationFolderId` string, nullable, required — The ID of the destination folder this task was created in.
      - `assetFileIds` string[], required — The IDs of the files that should be attachement of this task. For example to give extra context to the user who works on this task.
      - `labelIds` string[], nullable, required — The IDs of the assigned labels
      - `workspaceId` string, required — The ID of the workspace
  - object
    - `eventTimestamp` string, required — Timestamp of when the event happened
    - `action` 'DELETED', required
    - `clientId` string, required — The ID of the client
    - `workspaceId` string, nullable, required — The ID of the workspace
    - `resource` 'TASK', required
    - `data` object, required
      - `id` string, required — The ID of the task
      - `createdAt` string, required — The date and time of the creation for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `updatedAt` string, required — The date and time of the last update for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `title` string, required — The title of the task
      - `text` string, nullable, required — The text of the task
      - `status` string, required — The status of the task
      - `dueDate` string, nullable, required — The due date of the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `destinationFolderId` string, nullable, required — The ID of the destination folder this task was created in.
      - `assetFileIds` string[], required — The IDs of the files that should be attachement of this task. For example to give extra context to the user who works on this task.
      - `labelIds` string[], nullable, required — The IDs of the assigned labels
      - `workspaceId` string, required — The ID of the workspace
  - object
    - `eventTimestamp` string, required — Timestamp of when the event happened
    - `action` 'UPDATED', required
    - `clientId` string, required — The ID of the client
    - `workspaceId` string, nullable, required — The ID of the workspace
    - `resource` 'TASK', required
    - `data` object, required
      - `id` string, required — The ID of the task
      - `createdAt` string, required — The date and time of the creation for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `updatedAt` string, required — The date and time of the last update for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `title` string, required — The title of the task
      - `text` string, nullable, required — The text of the task
      - `status` string, required — The status of the task
      - `dueDate` string, nullable, required — The due date of the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `destinationFolderId` string, nullable, required — The ID of the destination folder this task was created in.
      - `assetFileIds` string[], required — The IDs of the files that should be attachement of this task. For example to give extra context to the user who works on this task.
      - `labelIds` string[], nullable, required — The IDs of the assigned labels
      - `workspaceId` string, required — The ID of the workspace
    - `previousData` object, required
      - `id` string, required — The ID of the task
      - `createdAt` string, required — The date and time of the creation for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `updatedAt` string, required — The date and time of the last update for the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `title` string, required — The title of the task
      - `text` string, nullable, required — The text of the task
      - `status` string, required — The status of the task
      - `dueDate` string, nullable, required — The due date of the task. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
      - `destinationFolderId` string, nullable, required — The ID of the destination folder this task was created in.
      - `assetFileIds` string[], required — The IDs of the files that should be attachement of this task. For example to give extra context to the user who works on this task.
      - `labelIds` string[], nullable, required — The IDs of the assigned labels
      - `workspaceId` string, required — The ID of the workspace

## Acknowledgement `200`

Webhook received

---

[API](https://skmtc.net/steuerboard/apis/steuerboard-api.md) · [All operations](https://skmtc.net/steuerboard/apis/steuerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steuerboard/steuerboard-api/revisions/2289f3059f77/schema)
