Create article
Create a new article in the Intercom Help Center. Required fields: - title: The article title - author_id: Numeric ID of the admin/teammate who authored the article Optional fields: - description: A short summary of the article - body: The article content in HTML format. Whitespace between block-level tags is converted into empty paragraphs and renders as unwanted blank space, so emit tags with no newlines or indentation between them. To create a deliberate blank line, insert a paragraph whose only content is . - state: 'published' or 'draft' (defaults to draft if not specified) - parent_id: Numeric ID of the parent collection or section - parent_type: 'collection' or 'section' (required if parent_id is set) Returns the created article metadata (id, title, state, timestamps, parent). Body and body_markdown are omitted from the response. Call get_article to read the stored content through the untrusted-content envelope.