"triggers":
[
{
"event": "on-change-state",
"conditions":
[
{"state": "Review"}
],
"actions":
[
{
"action": "send-email",
"recipients":
[
"email_1@email.com", "email_2@email.com",
{"user": "user_ID_1"}, {"user": "user_ID_2"},
{"group": "group_ID_1"}, {"group": "group_ID_2"},
{"group": "group_Name_1"}, {"group": "group_Name_2"},
"@user_type_parameter_1@", "@user_type_parameter_2@",
"@group_type_parameter_1@", "@group_type_parameter_2@",
"@creator",
"@watchers",
"@lastUpdatedBy"
],
"notification":
{
"subject": "${content.title} is In Review State",
"title": "${content.title} is In Review State",
"body": "Hello, ${content.link} in the ${content.space} space is in review state."
}
}
]
}
]