Workflow Settings
Configure approval workflows, SLAs, and notification settings
Workflow Types
SLA Configuration
Set review and approval time limits by risk level
Default Team Settings
Configure default assignment and approval behavior
Notification Settings
Configure when email notifications are sent
On Submission
Notify reviewers when an item is submitted
EnabledOn Review Complete
Notify approvers after review is done
EnabledOn Approval
Notify submitter when approved
EnabledOn Rejection
Notify submitter when rejected
Enabledn8n 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
- Create a new n8n workflow
- Add a "Webhook" trigger node
- Set the webhook URL to match the endpoint above
- Add nodes for email, Slack, or other notifications
- Use the event type to route different actions