- Article Content
The Content of an Article.
The type of object - article_content .
The description of the article.
The body of the article in markdown.
The time when the article was last updated (seconds).
Whether this locale's published content has unpublished changes staged as a draft on top of its live content. Only returned on the Preview API version.
The time, in seconds, when this locale's staged draft was last edited, or null when there is no staged draft. Only returned on the Preview API version.
The list of audience IDs this article content is targeted to for Fin AI Agent. On multilingual help centers this field appears per-locale inside translated_content. On single-language help centers it appears at the article root level. Empty array means no audience targeting is set.
[ 1, 2 ]
The ID of the teammate who created this content version.
{ "type": "article_content", "title": "How to create a new article", "description": "This article will show you how to create a new article.", "body": "This is the body of the article.", "body_markdown": "# How to create a new article\n\nThis is the body of the article.\n", "author_id": "5017691", "state": "draft", "created_at": 1663597223, "updated_at": 1663597260, "has_unpublished_changes": false, "draft_updated_at": 1663597260, "url": "http://intercom.test/help/en/articles/3-default-language", "audience_ids": [ 1, 2 ], "ai_chatbot_availability": true, "ai_copilot_availability": true, "ai_sales_agent_availability": true, "created_by_id": 5017691, "updated_by_id": 5017691 }