Workflow Settings

Configure approval workflows, SLAs, and notification settings

Workflow Types

SLA Configuration

Set review and approval time limits by risk level

Risk Level Review SLA (hours) Approval SLA (hours) Escalation (hours)
Low
Medium
High
Extreme

Default Team Settings

Configure default assignment and approval behavior

How reviewers are assigned to new items

How approvals are processed

Automatically submit items for review when created

Require comments when rejecting items

Notification Settings

Configure when email notifications are sent

On Submission

Notify reviewers when an item is submitted

Enabled

On Review Complete

Notify approvers after review is done

Enabled

On Approval

Notify submitter when approved

Enabled

On Rejection

Notify submitter when rejected

Enabled

n8n Integration Required

Email notifications are sent via n8n workflows. Configure your n8n webhook below to enable automated notifications.

n8n Workflow Integration

Configure automation webhooks

Webhook Endpoint

/risk/api/workflow/webhook

Use this endpoint in your n8n workflows to receive notifications

Available Webhook Events

workflow.submitted
workflow.reviewed
workflow.approved
workflow.rejected
workflow.sla_warning
workflow.escalated

n8n Setup Instructions

  1. Create a new n8n workflow
  2. Add a "Webhook" trigger node
  3. Set the webhook URL to match the endpoint above
  4. Add nodes for email, Slack, or other notifications
  5. Use the event type to route different actions