Difference between revisions of "Interfaces Dolibarr toward foreign systems"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
m
Tag: 2017 source edit
Line 7: Line 7:
  
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
Dolibarr provides two simple 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 :
  
 
* [[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, ...)
 +
* [[Module WebHooks]] - 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
 
* [[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]].

Revision as of 11:51, 24 May 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 WebHooks - 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.