Changes

m
no edit summary
Line 11: Line 11:     
* [[Triggers]] - a mechanism to activate your own code when Dolibarr executes an action (for example, creation of invoice, edit of a user, delete of an order, ...)
 
* [[Triggers]] - a mechanism to activate your own code when Dolibarr executes an action (for example, creation of invoice, edit of a user, delete of an order, ...)
 +
* [[Hooks system]] - an interface to integrate your own code in an entry point of Dolibarr
 
* [[Module Webhook]] - a module to send a JSON message on a Dolibarr triggered event.
 
* [[Module Webhook]] - a module to send a JSON message on a Dolibarr triggered event.
* [[Hooks system]] - an interface to integrate your own code in an entry point of Dolibarr
      
For more information on the opposite mechanism (allow an external system to interface with the Dolibarr system and use the Dolibarr's datas), see [[Interfaces from foreign systems toward Dolibarr]].
 
For more information on the opposite mechanism (allow an external system to interface with the Dolibarr system and use the Dolibarr's datas), see [[Interfaces from foreign systems toward Dolibarr]].