Adding Custom Actions Using APIs
To create a custom action programmatically, you perform the following high-level steps:
1. Create a custom action category and template.
To do this, you create a Java class that uses the com.centrasite.jaxr.CentraSiteLifeCycleManager interface. To view the Javadoc for this interface, see the CentraSite Java API Reference.
2. Create a Java class action rule or a Groovy script action rule. For procedures, see
Creating Action Rules.