BrandKarma

publish_workstream

Publishes all ready articles in a workstream at once. Cross-links between articles in the cluster are preserved (not stripped). Articles must have generated content (status DraftReadyForReview).

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called publish_workstream? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "planId": {
      "description": "Content plan ID (ObjectId)",
      "type": "string"
    },
    "workstreamId": {
      "description": "Workstream ID (GUID)",
      "type": "string"
    }
  },
  "required": [
    "planId",
    "workstreamId"
  ]
}