Difference between revisions of "Dolibarr到外部系统的接口"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
(initialization)
Tag: 2017 source edit
 
m (Adding interlang links (links to translated versions of this page in other languages) triggered by origin English page "Interfaces_Dolibarr_toward_foreign_systems" update.)
Line 1: Line 1:
 +
<!-- BEGIN interlang links -->
 +
<!-- Do NOT edit this section
 +
    Links below are automatically managed by PolyglotBot
 +
    You can edit links on the English source page : Interfaces_Dolibarr_toward_foreign_systems -->
 +
[[en:Interfaces_Dolibarr_toward_foreign_systems]]
 +
[[fr:Interfaces_Dolibarr_vers_exterieur]]
 +
[[es:Interfaces_Dolibarr_hacia_el_exterior]]
 +
<!-- END interlang links -->
 +
 
{{TemplateDocDevZh}}
 
{{TemplateDocDevZh}}
 
Dolibarr provides several mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :
 
Dolibarr provides several mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :

Revision as of 07:35, 27 September 2023


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 (for example, creation of invoice, edit of a user, delete of an order, ...)
  • 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.