Publish and version a knowledge base article via the Zendesk Guide Help Center API and manage article translation locales

domain: developer.zendesk.com/api-reference/help_center · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with a Zendesk API token (email/token scheme) against https://{subdomain}.zendesk.com/api/v2
  2. GET /api/v2/help_center/categories and /api/v2/help_center/sections to identify the target section ID where the article should be published
  3. POST /api/v2/help_center/en-us/articles with section_id, title, body (HTML), locale, and draft:false to create and publish the article in the default locale
  4. POST /api/v2/help_center/articles/{articleId}/translations with locale (e.g., fr, de) and the translated title and body to add alternate language versions
  5. PUT /api/v2/help_center/en-us/articles/{articleId} to update the article body — this creates a new draft version; set draft:false to publish immediately
  6. GET /api/v2/help_center/articles/{articleId}/subscriptions to list agents or end-users subscribed to change notifications for the article

Known gotchas

Related routes

Create and publish a Zendesk Help Center article via the Guide API
zendesk.com · 6 steps · unrated
submit a Salesforce Knowledge article for translation and mark the translated version complete via REST
salesforce.com · 6 steps · unrated
Create and publish Salesforce Service Cloud Knowledge articles via the Knowledge REST API
developer.salesforce.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans