Actions

Cloud CMS provides an Action framework that lets you kick off Actions that perform content operations on your behalf. Actions are units of work that are typically fired off as a result of an event handler or listener.

For example, you might register an Action that triggers when a piece of content is updated or when a workflow task transitions. The Action might do something like Send an Email or Fire off a Web Hook.

The Cloud CMS Action framework aspires to provide complete units of work that are configured using simple JSON. The units of work are cluster aware and will fire once on a single node across the distributed cluster.

Here we provide a catalog of actions along with the properties they support.