Notify Control Owner When an Artifact Is Added to Evidence

Objective

Automatically notify the control owner whenever a new artifact is uploaded to an evidence item linked to their control. This workflow improves visibility into documentation changes, supports timely evidence review, and ensures owners stay informed of updates that may affect control readiness.

Prerequisites

Before configuring this workflow, ensure you have:

  • Admin or Workspace Manager permissions.
  • Identified which evidence items and controls you want monitored.
  • Verified available notification channels:
    • Email (always available)
    • Slack message (Slack integration required)
    • Microsoft Teams message (Teams integration required)

Workflow Overview

This workflow notifies control owners when:

  • Object Type: Evidence
  • Scope: All manual evidence
  • Trigger Event: New artifact uploaded
  • Action: Send notification to the control owner

Step-by-Step Configuration

1. Create the Workflow

  1. Navigate to Settings โ†’ Workflows .
  2. Select Create Workflow .
  3. Configure:
    • Name: Notify when artifact added to evidence
    • Object Type: Evidence

Create Workflow

2. Define the Workflow Scope

  1. Under the Start step, choose All manual evidence .
  2. Click Continue to proceed.

Start

3. Select the Trigger

  1. Choose New artifact uploaded as the trigger.
  2. This event fires whenever a user uploads a new artifact file to an existing evidence item.

Trigger

4. Add Steps

Send Notification (Email Example)

  1. Add a Send notification step.
  2. Select your preferred notification method:
    • Email
    • Slack message
    • Microsoft Teams message
  3. For this example, configure Email .
  4. Set Control Owner as the recipient.
  5. Use dynamic variables such as:
    • {{evidence_name}}
    • {{new_artifact_uploaded_file_name}}
    • {{new_artifact_uploaded_by}}
    • {{new_artifact_uploaded_on}}
    • {{evidence_linked_control_name}}

Example Email Subject: New artifact uploaded to evidence: {{evidence_name}}

Example Email Body:

Copy
Copied
Hello,

A new artifact has been uploaded to the evidence item "{{evidence_name}}" linked to control "{{evidence_linked_control_name}}".

Uploaded By: {{new_artifact_uploaded_by}}
File Name: {{new_artifact_uploaded_file_name}}
Uploaded On: {{new_artifact_uploaded_on}}

Please review this update to ensure all documentation remains accurate and complete.

Thank you,
Compliance Team

Send Email

5. Review and Publish

  1. Confirm workflow details:
    • Scope: All manual evidence
    • Trigger: New artifact uploaded
    • Notification: Control Owner
  2. Select Publish to activate.
  3. Or save as Draft if further team review is needed.

Validation & Testing

  1. Upload a new artifact to a test evidence item .
  2. Confirm the workflow fires by checking Settings โ†’ Workflows โ†’ Run History .
  3. Verify the control owner receives the notification.
  4. Adjust message content or add additional recipients if desired.