APIs & Integrations

datalink
Member

Calling Extensions SDK

I want to use the Calling Extensions SDK. First step is:

1.  Create a HubSpot application and setup a test portal

This ios done. Second step is:

2. Integrate the Calling Extensions SDK with your call widget.

But how to integret? There is only the marketplace. I can't get my own app.

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Calling Extensions SDK

Hi, @datalink 👋 Did you get this worked out? The widget is created on your end as part of your app. 

 

Here are some details from the documentation — Building your app

When building your app, there are some considerations to keep in mind:

  • You will need to have a web app that can be displayed inside of an iframe because HubSpot will not process any content of the iframe, so you can't set the iframe URL to a backend SIP service.
  • The height and width parameters set through the settings API will determine the size of the iframe. Windows with a height of 600px and a width of 400px work best for the widest range of browser window sizes, including smaller screens.
  • You should make sure that error conditions appear inside the iframe. This is so your app can alert users about audio issues, network problems, or other errors.

Have fun building! — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes
datalink
Member

Calling Extensions SDK

Hi Jaycee,

that's not my point! How to show the content of the iframe? Simple example: an index.htm at my webspace, the index.htm outputs "Hello World". How can I show "Hello World" inside the iframe? It seems not possible 🙂

0 Upvotes