{ "@context": "https://schema.org", "@type": "HowTo", "name": "How to automate incident reporting and management with AI", "description": "Use this workflow to collect incident reports, classify severity with AI, notify the right stakeholders, assign investigations, generate audit-ready documentation, and monitor all active cases.", "step": [ { "@type": "HowToStep", "position": 1, "name": "Submit an incident report", "text": "The person recording the incident completes a reporting form that automatically starts the workflow. The form can be shared through the Journeys portal or an existing internal company portal." }, { "@type": "HowToStep", "position": 2, "name": "Analyse the incident with AI", "text": "An AI agent analyses the report, identifies the incident type, determines its severity level, and creates a concise summary for the next stages of the process." }, { "@type": "HowToStep", "position": 3, "name": "Notify the appropriate stakeholders", "text": "The workflow uses the incident type and severity to send updates through the appropriate channels, including Teams, email, and SMS for high-severity or critical incidents." }, { "@type": "HowToStep", "position": 4, "name": "Assign the investigation", "text": "The central response team receives the incident summary and a unique investigation form to document the root cause, determine whether corrective and preventive action is required, and record the outcome." }, { "@type": "HowToStep", "position": 5, "name": "Generate the incident report", "text": "After the investigation is completed, the workflow compiles the key information into a report, converts it to PDF, and stores it in the organisation's file system for audits and case reviews." }, { "@type": "HowToStep", "position": 6, "name": "Monitor incident cases", "text": "Use the reporting table as a live dashboard to track incidents in progress, review completed cases, and see how previous incidents were resolved." } ] }
.png)
Incident reporting often involves emails, calls, or scattered documents, which makes it hard to ensure consistency, especially across locations. This template lets you unify the process: one form triggers the right workflow, AI classifies the incident, and the right people are alerted in real time. With automated investigation steps, documentation, and reporting, the entire process becomes transparent and traceable—helping you stay compliant and act fast when it matters most.



Additionally, if the severity is determined to be high or critical (which is the highest two levels on the severity scale which we fed to the AI via the prompt), the workflow will send a text message to designated receivers to immediately inform them of the high severity accident happening, so they’re informed just a minute after the incident is reported. In the example shown, the severity was ‘Moderate’ and thus the SMS action is not triggered but we can still see what the message would’ve looked like if the severity would’ve triggered the action via the condition being true.


The form itself is easily customisable, in this case we’re asking about root cause analysis and traceability to see if CAPA was created, or if not, a justification of why it wasn’t created for this case. The form has in-built conditions so depending on which option is selected, different fields will appear to capture additional information.

CAPA field, no selection:

CAPA field, “Yes” selected:

CAPA field, “No” selected:




Customise the AI prompt so it has your incident types, policy and severity scales. Ask it to generate additional outputs like data tagging to enable in-depth data analysis on each incident case.
Build in your communication protocols, make sure that appropriate stakeholders are informed at the right time (and immediately if required) through the right channels.
Adjust to accommodate different processes between teams or locations - e.g. have different branches and workflows for different incident types or locations.
.avif)

