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.
PUT /incidents/{identifier}
Issuing a PUT call to a specific incident will allow you to update the incident. This is also how you'll be able to add new incident updates to the specific incident.
Example Request
curl 'https://{brand}.reamaze.io/api/v1/incidents/{identifier}' \ -u {login-email}:{api-token} \ -H 'Accept: application/json' \ -H 'Content-type: application/json' \ -X POST -d '{ "incident": { "title": "Shipment issues", "updates_attributes": [{ "status": "resolved", "message": "Currently having an issue with shipments" }], "incidents_systems_attributes": [{ "id": "{incident-system-identifier}", "system_id": "{system-id}", "status": "operational" }] } }'
Response
A successful request will return the JSON for the updated incident.
A failed request will return an HTTP 422 Unprocessable Entity with the JSON body explaining the error.
Join thousands of teams using Reamaze to impress customers.
Find out how with a free account.