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 →
| Command | Calls | What it does |
|---|---|---|
hanzo content doctype transition <doctype> <name> | POST /v1/content/{doctype}/{name}/transition | Moves one content item to a new lifecycle state and, on the move to published, fans it out to the item's channels. |
hanzo content board | GET /v1/content/board | Aggregates the caller org's marketing content across every publishable content type into ONE queue board — the… |
hanzo content channels | GET /v1/content/channels | Lists the distribution channels the caller's org has connected — the social integrations a publish can target. |
hanzo content generate | POST /v1/content/generate | Draft a piece of marketing content and file it in the CMS as a draft. |
hanzo content lifecycle | GET /v1/content/lifecycle | Returns the ONE marketing-content state machine: the ordered lifecycle states, which state a fresh document starts in,… |
hanzo content publish | POST /v1/content/publish | Publish distributes one CMS content item to the channels recorded on it and returns the honest per-channel outcome. |
How is this guide?