Send an approved plan to a destination
provider: jira | monday | clickup | notion (external, needs target) or internal (managed inside woku, no target). External providers require the plan to be approved or delivery_error; delivery then runs asynchronously (poll GET /v1/action-plans/{id}). internal requires the plan to be approved and applies synchronously, moving it to in_progress.
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Path Parameters
MongoDB ObjectId of the action plan.
^[0-9a-fA-F]{24}$Body
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.
jira, monday, clickup, notion, internal Required for every provider except internal:
jira:{ siteId?, projectId, issueTypeId }monday:{ boardId, groupId }clickup:{ listId }notion:{ databaseId }
Human destination summary (e.g. "Operaciones CX · Backlog"), persisted as delivery.resourceLabel. Omitted for internal.
300Response
Send accepted
sending for external providers (delivery runs async; poll GET /v1/action-plans/{id} for status/delivery). managed for internal, applied synchronously.
sending, managed