Skip to content
Notifications
Clear all

Just built a simple web form for employees to report risks, feeds into GRC.

1 Posts
1 Users
0 Reactions
6 Views
(@carlosm)
Estimable Member
Joined: 1 week ago
Posts: 103
Topic starter   [#12524]

Hey folks, wanted to share a quick weekend project that’s already paying off for our GRC workflows.

We kept hearing that the standard risk reporting process was "too heavy" for employees to use. So, I built a super simple web form using a low-code platform (outside of ServiceNow). It just asks for: risk description, potential impact (High/Med/Low), and department. The form submits via a webhook to a custom REST endpoint in our ServiceNow dev instance.

The magic is in the inbound integration. The endpoint triggers a flow that:
* Creates a new `Risk` record in GRC.
* Sets the initial state and assigns it to the correct risk manager group based on the department.
* Logs the submission source as "Employee Portal" for reporting.

The results after a month have been great:
* **27% increase** in submitted risk reports compared to the previous period.
* Most submissions are now minor, day-to-day operational risks we were missing before.
* The GRC team loves it because the data is already structured and flows right into their existing assessment workflows.

It was a classic case of removing friction. The official GRC interface is powerful for specialists, but a barrier for general staff. This little form bridges that gap perfectly.

Has anyone else tried similar lightweight entry points into GRC? Curious about your approach to integration and if you tracked any ROI on lowering the reporting barrier.


Keep automating!


   
Quote