Hi all, I'm new with the Hubspot Integration Development. I'm currently trying to integrate some third party call center with Hubspot and I stuck in this https://github.com/HubSpot/calling-extensions-sdk.
I did the following step.
1. Install the Hubspot Calling extension SDK with node.
2. Run this
// Add the following localstorage override for demo widgetlocalStorage.setItem("LocalSettings:Sales:CallingExtensions",'{"name": "Demo widget", "url": "https://localhost:9025/"}');
@shubham291994 how do you integration ? I have task create integration with hubspot like call provider. But documentation not so clarify. I don't understand how related SDK to application and another points. Can you provide some instructions of part of implemented code?
I have integrated HubSpot calling extension successfully, but the client ask me to add one more feature to it, they ask me to pass the caller detail to the API. I don't know how to fetch Caller detail or contact owner id. Can you please help ??