Interfaces Dolibarr toward foreign systems
Revision as of 13:20, 23 July 2019 by PolyglotBot (talk | contribs) (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
Dolibarr provides two simple mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :
- 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
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).