Skip to main content
POST

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 managed destination (no target, no external call): the plan moves to in_progress and its tasks are worked with the task endpoints below.

Available options:
jira,
monday,
clickup,
notion,
internal
target
object

Required for every provider except internal:

  • jira: { siteId?, projectId, issueTypeId }
  • monday: { boardId, groupId }
  • clickup: { listId }
  • notion: { databaseId }
resourceLabel
string

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

Maximum string length: 300

Response

Send accepted

status
enum<string>

sending for external providers (delivery runs async; poll GET /v1/action-plans/{id} for status/delivery). managed for internal, applied synchronously.

Available options:
sending,
managed