Call a webhook to create a new Contact in Freshsales

Hi people

Hope you are doing well. I would like to know if its possible to connect a webhook to create an contact. For example: I have a Microsoft Dynamic nav instance, I would like to send the contacts to my Freshsales Suite using a webhook in SDK. Is it possible?

Thank you for your help

Regards

Hi @Andrea_Lopez_Vargas

Good day. Yes we can configure a Webhooks in external applications using external events..

Hi Sachin

Hope you are doing well. Thank you so much for your answer. So, we can use only the webhook url to bring the information and I dont need to connect with an API. Is that right ?

Regards

Hi @Andrea_Lopez_Vargas

You need to configure the Webhooks (Generated in Freshsales Server less App) URL in Dynamics and in Freshsales, you would need to write logic in onExternalEvent method of your custom app to process the data from Dynamics in Freshsales using APIs (in your case it will be createContact) . You can refer this sample app for External Event.

1 Like