Hanzo
CLIContent

Content

6 `hanzo` commands for Content, each calling one operation on api.hanzo.ai.

Package content is marketing content from draft to published, on every channel.

6 commands · API reference →

CommandCallsWhat it does
hanzo content doctype transition <doctype> <name>POST /v1/content/{doctype}/{name}/transitionMoves one content item to a new lifecycle state and, on the move to published, fans it out to the item's channels.
hanzo content boardGET /v1/content/boardAggregates the caller org's marketing content across every publishable content type into ONE queue board — the…
hanzo content channelsGET /v1/content/channelsLists the distribution channels the caller's org has connected — the social integrations a publish can target.
hanzo content generatePOST /v1/content/generateDraft a piece of marketing content and file it in the CMS as a draft.
hanzo content lifecycleGET /v1/content/lifecycleReturns the ONE marketing-content state machine: the ordered lifecycle states, which state a fresh document starts in,…
hanzo content publishPOST /v1/content/publishPublish distributes one CMS content item to the channels recorded on it and returns the honest per-channel outcome.

How is this guide?