You can create a new article by making a POST request to https://api.intercom.io/articles
.
You can create a new article by making a POST request to https://api.intercom.io/articles
.
{ "title": "Thanks for everything", "description": "Description of the Article", "body": "Body of the Article", "author_id": 991266232, "state": "published", "parent_id": 87785, "parent_type": "collection", "translated_content": { "fr": { "title": "Merci pour tout", "description": "Description de l'article", "body": "Corps de l'article", "author_id": 991266232, "state": "published" } } }
200
article created
400
Bad Request
401
Unauthorized
{ "id": "92831", "type": "article", "workspace_id": "this_is_an_id26_that_should_be_at_least_4", "parent_id": 87785, "parent_type": "collection", "parent_ids": [ ], "statistics": { "type": "article_statistics", "views": 0, "conversations": 0, "reactions": 0, "happy_reaction_percentage": 0, "neutral_reaction_percentage": 0, "sad_reaction_percentage": 0 }, "title": "Thanks for everything", "description": "Description of the Article", "body": "<p class=\"no-margin\">Body of the Article</p>", "author_id": 991266232, "state": "published", "created_at": 1695332983, "updated_at": 1695332983, "url": "http://help-center.test/myapp-26/en/articles/92831-thanks-for-everything" }