Skip to main content
POST
Create an action plan group

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Body

application/json
name
string
required
Maximum string length: 120
Example:

"Atención en tienda"

conditions
object[]
required

Tracker conditions; at least one row is required.

Required array length: 1 - 20 elements
members
object[]
required

Group team; at least one admin and one assignee.

Minimum array length: 1
description
string
Maximum string length: 500
threshold
integer
default:300

New improvement comments that trigger a plan draft.

Required range: x >= 1

Response

Group created

_id
string
Example:

"507f1f77bcf86cd799439031"

companyId
string
name
string
description
string
conditions
object[]
members
object[]
threshold
integer
Example:

300

enabled
boolean
default:true

A disabled group stops counting feedback and generating drafts, but keeps its history and stats visible.

counterSince
string<date-time>

Base date of the negatives counter: only feedback created after it counts toward threshold.

createdAt
string<date-time>
updatedAt
string<date-time>