<?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 Get user session information through CRM card in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/343899#M33682</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a Hubspot app where the user can call a external app throught a CRM card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The user logs in Hubspot via SSO tool. In some point of the operation, we desire that the user clicks in a button and be redirected, or opens a modal to a external app. The goal here is to create a "user experience" where, on click event in Hubspot UI plugin (CRM card), the session data is passing to the external app, without requiring the user to make another login process. This card coud be at contact or deal screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible? I already seen others plugins with something similar. If it's so, where I can find the documentation for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2020 14:58:04 GMT</pubDate>
    <dc:creator>hilton22</dc:creator>
    <dc:date>2020-06-03T14:58:04Z</dc:date>
    <item>
      <title>Get user session information through CRM card</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/343899#M33682</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a Hubspot app where the user can call a external app throught a CRM card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The user logs in Hubspot via SSO tool. In some point of the operation, we desire that the user clicks in a button and be redirected, or opens a modal to a external app. The goal here is to create a "user experience" where, on click event in Hubspot UI plugin (CRM card), the session data is passing to the external app, without requiring the user to make another login process. This card coud be at contact or deal screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible? I already seen others plugins with something similar. If it's so, where I can find the documentation for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:58:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/343899#M33682</guid>
      <dc:creator>hilton22</dc:creator>
      <dc:date>2020-06-03T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get user session information through CRM card</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344047#M33697</link>
      <description>&lt;P&gt;Hey there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sounds like an excellent use case for the &lt;A href="https://developers.hubspot.com/docs/methods/crm-extensions/crm-extensions-overview" target="_self"&gt;CRM Extensions API&lt;/A&gt;. The CRM Extensions API allows users to view and update data for an external database via a CRM card. Using the Actions feature, you can also trigger an iFrame modal with an external URL when a user clicks on an action hook (this could be a button in the CRM Extension card for example). You can review our documentation on that &lt;A href="https://developers.hubspot.com/docs/methods/crm-extensions/crm-extensions-overview" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 20:09:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344047#M33697</guid>
      <dc:creator>acurtwright</dc:creator>
      <dc:date>2020-06-03T20:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get user session information through CRM card</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344078#M33699</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73015"&gt;@acurtwright&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, this is what I'm looking for!&lt;/P&gt;&lt;P&gt;But what I need to know is, when the request is made for the external application, the user session information goes within the payload. Like a user ID,&amp;nbsp; e-mail, or some token... somethig that I can relate with de SSO, made by the user login in Hubspot account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 21:27:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344078#M33699</guid>
      <dc:creator>hilton22</dc:creator>
      <dc:date>2020-06-03T21:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get user session information through CRM card</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344742#M33790</link>
      <description>&lt;P&gt;The numeric&amp;nbsp;&lt;CODE&gt;userId &lt;/CODE&gt; and &lt;CODE&gt;userEmail&lt;/CODE&gt;&amp;nbsp; of the user requesting data are included in the outgoing request as query parameters. That would be the extent of the session information we can provide for the API.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 20:32:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Get-user-session-information-through-CRM-card/m-p/344742#M33790</guid>
      <dc:creator>acurtwright</dc:creator>
      <dc:date>2020-06-05T20:32:50Z</dc:date>
    </item>
  </channel>
</rss>

