Create FAQ

POST https://api.helpshift.com/v1/{{domain}}/faqs/

Creates a new FAQs with multiple translations and optionally mark them as published.

Request Body

[{"name"=>"app-id", "value"=>"{{app_id}}", "datatype"=>"string"}, {"name"=>"section-id", "value"=>"{{section_id}}", "datatype"=>"string"}, {"name"=>"issue-tags", "value"=>"[\"foo\", \"bar\"]", "datatype"=>"string"}, {"name"=>"published", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"translations", "value"=>"{\"en\": {\"title\":\"All warfare is based on deception.\", \"body\":\"Hence, when we are able to attack, we must seem unable; when using our forces, we must appear inactive; when we are near, we must make the enemy believe we are far away; when far away, we must make him believe we are near.\", \"enabled\":true}}", "datatype"=>"string"}]

RESPONSES

status: Created

{"created_at":1606458482234,"app_id":"moana_app_20201112130423136-f1e44a2827fe632","section_id":"moana_section_20201127062355225-290a4cdf8976284","id":"moana_faq_20201127062802244-82548ce73f68ee1","issue_tags":[],"translations":{"en":{"title":"All warfare is based on deception.","body":"Hence, when we are able to attack, we must seem unable; when using our forces, we must appear inactive; when we are near, we must make the enemy believe we are far away; when far away, we must make him believe we are near.","stags":[]}},"published?":true}