Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Workshop",
"name": "your-name Workshop",
"description": "",
"actions": [
{
Expand All @@ -17,7 +17,7 @@
{
"condition": {
"input_value": "name",
"compared_value": "your name here",
"compared_value": "your-name",
"comparison_operator": "contains"
},
"is_disabled": false,
Expand Down Expand Up @@ -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
}
Expand Down Expand Up @@ -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
},
Expand Down
Loading