= Cinnamon Changetrigger Changetrigger is a .net 8 command line application that runs on Cinnamon server. The purpose of the changetrigger is to process arbitrary code when a certain API command is called. For this to work, the changetrigger endpoint must be configured in the server and associated with the API command to be caught. With this configuration, Cinnamon server calls the changetrigger endpoint whenever the associated API command is called. Changetrigger is based on plugins. There are standard plugins performing system tasks (like creating user folders when a new user account is created). Custom plugins can be added. One possible application is to have a central service where new, client-specific document numbers are assigned when new documents are created, guaranteeing that no duplicate numbers will be generated.