I'm working on a third-party CTI integration for Hubspot, and I wanted to explore the features Hubspot already has and ways to interact with them(through SDKs/APIs).
Is there a way for a developer test account to gain access to calling features? At the moment trying to access calling from the tab redirects me to purchase it.
And if so, are there ways to interact with those calling features through SDKs or APIs?
Hey @Sadat the developer test account is really designed for sandboxing and creating integrated apps. There's very limitated external comms available (IE you can only email your own users) as opening up free developer accounts to external comms immediately opens them up for abuse. Calling is also not available within any free accounts, To access calling you would need to purchase a sales or service starter hub.
There's some calling demo apps to help you build on this available within the calling sdk.
Tom Mahon Technical Consultant | Solutions Engineer | Community Champion Baskey Digitial
Hey, @TomM2 . So I'm not really trying to access any calling minutes from HubSpot. I'm only trying to access the UI for calling (like the one in the main nav bar) so I can work on my third-party calling app integration. Is that accessible without a subscription?
As a follow up: If a user were to install my third-party calling app, would they also be required to subscribe to HubSpot's calling feature to access the calling remote in the navbar?
So far my integration is only accessible from the "call" option in contacts page after using the calling SDK, but it should also be accessible in the main navbar according, otherwise the calling extension closes whenever we navigate to another page.