---
title: "Upsert Workflow Rule"
method: PUT
path: "/workflow-rule/{projectId}"
tags: ["Workflow Rules"]
---

# Upsert Workflow Rule

`PUT /workflow-rule/{projectId}`

Create or update a workflow rule

## Path parameters

- `projectId` string, required

## Request body

- object
  - `integrationType` string, required
  - `eventType` string, required
  - `columnId` string, required

## Response `200`

Workflow rule upserted successfully

- object

## Changes

- **2026-07-11** `32cece1ebe43` — 2 breaking
  - request body became required
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
- **2026-02-21** `3a866dc99326` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/workflow-rule/:projectId/put.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/09053e1c8b21/schema)
