<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Questions About Using Iframes in HubSpot Custom Cards in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1203263#M84491</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/717071"&gt;@LilaDev&lt;/a&gt;&amp;nbsp; If you’re looking for an easier way to handle that sync, you might also look at tools like &lt;STRONG&gt;Data Bridge -&amp;nbsp;Bring Any Data into CRM Objects&lt;/STRONG&gt;, which can display an iframe UI while managing the HubSpot data exchange in the background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the new app - I've buiild to solve that simple scenario. and I can see a lot of interest from HubSpottters in that domain,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BEst&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 07:06:46 GMT</pubDate>
    <dc:creator>JohnMaret</dc:creator>
    <dc:date>2025-09-22T07:06:46Z</dc:date>
    <item>
      <title>Questions About Using Iframes in HubSpot Custom Cards</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192141#M83935</link>
      <description>&lt;P data-start="119" data-end="512"&gt;Good morning, community!&lt;BR data-start="143" data-end="146" /&gt;I’m new to building HubSpot apps and I have several questions regarding iframes in custom cards. My goal is to create an application that allows me to access my app directly from a custom card, modify certain processes, and reflect those changes back in HubSpot. However, it seems that HubSpot applies some restrictions on JavaScript execution within custom cards.&lt;/P&gt;
&lt;P data-start="514" data-end="784"&gt;I’ve explored the PandaDoc CPQ custom card, and it appears to work properly, but I’m not sure what limitations I should expect or what best practices I should keep in mind if I want to build something similar. Could you share your insights or experiences on this topic?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 15:42:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192141#M83935</guid>
      <dc:creator>LilaDev</dc:creator>
      <dc:date>2025-08-22T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Using Iframes in HubSpot Custom Cards</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192157#M83937</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/717071"&gt;@LilaDev&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;Thank you for reaching out to the Community!&lt;BR /&gt;I'd like to invite some community members who are subject matter experts to join this conversation.&lt;BR /&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/711889"&gt;@Humashankar&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/53048"&gt;@evaldas&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/601366"&gt;@sylvain_tirreau&lt;/a&gt;&lt;/SPAN&gt; - Would you be able to share any insights on this? Your expertise would be greatly appreciated.&lt;BR /&gt;Best,&lt;BR /&gt;Victor&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 15:59:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192157#M83937</guid>
      <dc:creator>Victor_Becerra</dc:creator>
      <dc:date>2025-08-22T15:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Using Iframes in HubSpot Custom Cards</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192244#M83944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/717071"&gt;@LilaDev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You’re right, HubSpot does apply some restrictions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Custom cards can display content in an iframe, but the JavaScript that runs inside is sandboxed. That means you won’t have direct access to the HubSpot DOM or APIs from the iframe. The usual pattern is: render your app UI in the iframe, then rely on HubSpot’s CRM Cards API and server-side functions to pass data back and forth (&lt;A href="https://developers.hubspot.com/docs/reference/api/crm/extensions/crm-cards" target="_blank"&gt;https://developers.hubspot.com/docs/reference/api/crm/extensions/crm-cards&lt;/A&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you look at PandaDoc CPQ or similar apps, they’re essentially rendering their own hosted UI inside the card. Any HubSpot record updates flow through backend calls, not client-side JavaScript injected into the card.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best practices are: keep logic in your backend, use secure messaging or API calls for data updates, and expect that HubSpot will enforce CSP headers and block inline scripts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="836" data-end="1040"&gt;Some folks also layer in platforms like Stacksync, which handle real-time two-way sync between HubSpot and external systems, so the data inside the iframe is always fresh without extra client-side work.&lt;/P&gt;
&lt;P data-start="1042" data-end="1058" data-is-last-node="" data-is-only-node=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1042" data-end="1058" data-is-last-node="" data-is-only-node=""&gt;Hope this helps.&lt;/P&gt;
&lt;P data-start="1042" data-end="1058" data-is-last-node="" data-is-only-node=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1042" data-end="1058" data-is-last-node="" data-is-only-node=""&gt;Let me know if this makes sense and if this answers your needs / questions.&lt;BR /&gt;If it does, feel free to mark it as a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 20:35:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1192244#M83944</guid>
      <dc:creator>RubenBurdin</dc:creator>
      <dc:date>2025-08-22T20:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Questions About Using Iframes in HubSpot Custom Cards</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1203263#M84491</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/717071"&gt;@LilaDev&lt;/a&gt;&amp;nbsp; If you’re looking for an easier way to handle that sync, you might also look at tools like &lt;STRONG&gt;Data Bridge -&amp;nbsp;Bring Any Data into CRM Objects&lt;/STRONG&gt;, which can display an iframe UI while managing the HubSpot data exchange in the background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the new app - I've buiild to solve that simple scenario. and I can see a lot of interest from HubSpottters in that domain,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BEst&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 07:06:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Questions-About-Using-Iframes-in-HubSpot-Custom-Cards/m-p/1203263#M84491</guid>
      <dc:creator>JohnMaret</dc:creator>
      <dc:date>2025-09-22T07:06:46Z</dc:date>
    </item>
  </channel>
</rss>

