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 },