Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[
  {
    "event":"on-expire",
    "actions":[
      {
        "action":"send-email",
        "recipients":[
			"@document_user_reviewers@",
          	"@watchers",
          	"@creator",
          	"@lastUpdatedBy",
		  "@document_user_reviewers@"
        ],
        "notification":{
          	"subject":"${content.title} has expired",
          	"title":"${content.title} has expired",
          	"body":"Hello, ${content.link} in the ${content.space} space has expired and needs to be reviewed"
        }
      },
      {
        "action":"set-message",
        	"type":"info",
        	"title":"Expired",
        	"body":"The page has expired",
        	"tags":"state",
        	"mode":"autoClose"
      }
    ]
  }
]

...