From 15e44730d9873057be7933e841dc75ef0afbfc49 Mon Sep 17 00:00:00 2001 From: jmorascalyr <42879226+jmorascalyr@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:43:10 -0600 Subject: [PATCH 1/2] Update datapipelines-training.json From 14546137a771f15078a3c9ebd36dd439dcc0bd18 Mon Sep 17 00:00:00 2001 From: jmorascalyr <42879226+jmorascalyr@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:45:06 -0600 Subject: [PATCH 2/2] Update datapipelines-training.json --- .../AI SIEM/datapipelines-training.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/workflows/community/undefind vendor/AI SIEM/datapipelines-training.json b/workflows/community/undefind vendor/AI SIEM/datapipelines-training.json index 82fe5ac..24ede78 100644 --- a/workflows/community/undefind vendor/AI SIEM/datapipelines-training.json +++ b/workflows/community/undefind vendor/AI SIEM/datapipelines-training.json @@ -1,5 +1,5 @@ { - "name": "Workshop", + "name": "your-name Workshop", "description": "", "actions": [ { @@ -17,7 +17,7 @@ { "condition": { "input_value": "name", - "compared_value": "your name here", + "compared_value": "your-name", "comparison_operator": "contains" }, "is_disabled": false, @@ -69,7 +69,13 @@ "variables": [ { "name": "manager_email", - "value": "your-email", + "value": "manager@yourcompany.co", + "should_use_as_output": false, + "is_secret": false + }, + { + "name": "Your_name", + "value": "First Last", "should_use_as_output": false, "is_secret": false } @@ -125,7 +131,7 @@ "bcc": [], "reply_to": [], "mime_type": "text/plain", - "body": "Hi, \nThis is an automated message from sentinelone confirming my completion of the DataPipelines course.\n\nCheers!", + "body": "Hi, \nThis is an automated message from sentinelone confirming {{local_var.Your_name}}'s completion of the DataPipelines course.\n\nCheers!", "attachments": [], "continue_on_fail": false },