Difference between revisions of "Interfaces Dolibarr toward foreign systems"
Jump to navigation
Jump to search
m Tag: 2017 source edit |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- BEGIN origin interlang links --> | ||
+ | <!-- You can edit this section but do NOT remove these comments | ||
+ | Links below will be automatically replicated on translated pages by PolyglotBot --> | ||
+ | [[fr:Interfaces_Dolibarr_vers_exterieur]] | ||
+ | [[es:Interfaces_Dolibarr_hacia_el_exterior]] | ||
+ | [[zh:Dolibarr到外部系统的接口]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
{{TemplateDocDevEn}} | {{TemplateDocDevEn}} | ||
− | Dolibarr provides | + | Dolibarr provides several 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 | + | * [[Triggers system]] - 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 | * [[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. | ||
− | 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]]. |
Latest revision as of 15:15, 14 August 2024
Dolibarr provides several mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :
- Triggers system - 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.
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.