cancel
Showing results for 
Search instead for 
Did you mean: 

Help!!

adhi27
Champ in-the-making
Champ in-the-making
whether alfresco can call the coding from the outside alfresco as logichook in sugercrm?

sorry bad english
1 REPLY 1

steven_okennedy
Star Contributor
Star Contributor
Have a look at the Alfresco APIs, e.g RESTful (http://docs.alfresco.com/community/pra/1/topics/pra-welcome-aara.html), CMIS (http://docs.alfresco.com/community/pra/1/topics/cmis-welcome.html) or other webscript APIs (if you have access to your own alfresco server go to http://yourserverSmiley Tongueort/alfresco/service/index to see a full list of the webscripts that exist in the repository - although you should stick to using only the ones marked as public for sustainability/maintainabilty/upgradability).

Any of these routes will be accessible to be called from logic sitting outside Alfresco - the one you pick will depend on what your hook in SugarCRM allows (e.g. connecting via CMIS generally needs a CMIS client library like Apache Chemistry, whereas with the RESTful API your hook just needs access to a HTTP Client).  I haven't used SugarCRM so I don't know what's avaialble

Regards