Server Administration > Automate Tasks and Calculate Data Using Event Triggers > Using the Integrity Lifecycle Manager API in Event Triggers
 
Using the Integrity Lifecycle Manager API in Event Triggers
The Integrity Lifecycle Manager Application Programming Interface (API) offers a direct way for custom applications to interact with workflow and document management, and configuration management. The Integrity Lifecycle Manager API can be used in triggers in a manner similar to the CLI; however, the API allows direct access to input and output without parsing.
Using the Integrity Lifecycle Manager API in triggers is useful for performing CLI operations that are not covered by a Bean (like running a report), and running configuration management CLI commands from workflow and document events, and workflow and document commands from configuration management events.
* 
The intent of this unit is not to get into how to use the Integrity Lifecycle Manager API, but to give examples of how it can be used in event triggers to get information Beans cannot. For more information on the Integrity Lifecycle Manager API, refer to the Integrity Lifecycle Manager Integrations Builder Guide.
API Beans and Methods
API Trigger Code