Skip to main content
POST
Manage an approved plan inside woku

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.

Path Parameters

id
string
required

MongoDB ObjectId of the action plan.

Pattern: ^[0-9a-fA-F]{24}$

Body

application/json
provider
enum<string>
required

internal is the only provider available on the public API: the plan is managed inside woku (no target, no external call), moving to in_progress so its tasks are worked with the task endpoints below.

Available options:
internal
resourceLabel
string

Human destination summary (e.g. "Operaciones CX · Backlog"), persisted as delivery.resourceLabel.

Maximum string length: 300

Response

Send accepted

status
enum<string>

managed for internal, applied synchronously.

Available options:
managed