Contact Webhook

Hi guys im not a dev but is possible do this in SuiteCRM

When you create a new contact in SuiteCRM use a webhook to send that new contact or data to feed another app?

Hi,
yes it’s possible by logic hook before_save.
if new record
then curl to app new contact
else update te contact on the app

http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.6/Logic_Hooks/Module_Hooks/before_save/