Inbox
Shared inbox helpdesk for all your support channels. Built for your team.
Chat
Live chat with automated messaging, chatbots, and video calls for your website or web app.
Chatbots
Automate every business opportunity with pre-built and custom chatbots.
Push Campaigns
Increase re-engagement and boost sales with targeted push notification campaigns.
AI
BETA
Leverage the power of AI to help you respond, create, and summarize.
FAQ
Customizable and embeddable FAQ center to help customers help themselves.
Status Page
Keep customers informed by alerting them when there’s an incident or outage.
Live
Get more sales with real time customer activity monitoring and personal messages.
POST /topics/{slug}/articles
Issuing a POST call to articles will allow you to create a new Help Article
Example Request
curl 'https://{brand}.reamaze.io/api/v1/topics/{slug}/articles' \ -u {login-email}:{api-token} \ -H 'Accept: application/json' \ -H 'Content-type: application/json' \ -X POST -d '{"article": {"title": "foo", "body": "support", "status": 1, "topic_id": "topic-slug-url-fragment"}}'
Response
A successful request will return the JSON for the newly created article.
A failed request will return an HTTP 422 Unprocessable Entity with the JSON body explaining the error.
Notes
- The
status
value denotes the visibility of the article: 0 (Published), 1 (Draft), 4 (Internal) - You can post directly to
/api/v1/articles
if you wish to create an article without a topic.
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.