I am developing a Hubspot App for the first time. My goal is that whenever a new lead is generated in HubSpot, I receive a Call on my APP using a WebHook, so I can use that data and send it to third party service.
My question is that: Do I need my Own Server for my API Calls that I am using in the APP? Like which URL should I give inside the WebHook?
Secondly, I am using CodeIgniter to develop that App, is that fine or I have to stick to nodeJS?
