<?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: What is required for the response from the CRM extensions dataFetchUri? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282018#M25964</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Any idea would could be the issue? Was it setup wrong originally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 19:40:52 GMT</pubDate>
    <dc:creator>brianjlowry</dc:creator>
    <dc:date>2019-07-22T19:40:52Z</dc:date>
    <item>
      <title>What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279216#M25590</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to simply put an action button to launch a modal as part of the CRM extensions. We don't need a card as there aren't any objects to technically display. We keep receiving "Response deserialization error", but we suspect it's for not having enough of the json response filled out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Jul 2019 19:08:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279216#M25590</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-07T19:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279757#M25694</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not possible to avoid cards completely, but you should be able to create a single card on each record with&amp;nbsp;&lt;CODE&gt;objectId&lt;/CODE&gt; and &lt;CODE&gt;title&lt;/CODE&gt;. These are the only fields which are listed as required in our &lt;A href="https://developers.hubspot.com/docs/methods/crm-extensions/crm-extensions-overview" target="_self"&gt;documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have misunderstood you, could you share an example request and the error you receive?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 21:43:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279757#M25694</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-07-09T21:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279796#M25700</link>
      <description>&lt;P&gt;Thanks for the reply - we thought as much and tried that already. We're still getting the same error. "Response deserialization error" is showing in the monitoring section of our CRM Extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the modified JSON:&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;    "results": [{&lt;BR /&gt;        "objectId": 1,&lt;BR /&gt;        "title": "Not Important"&lt;BR /&gt;    }],&lt;BR /&gt;    "primaryAction": {&lt;BR /&gt;        "type": "IFRAME",&lt;BR /&gt;        "width": 1920,&lt;BR /&gt;        "height": 1280,&lt;BR /&gt;        "uri": "https://development.url",&lt;BR /&gt;        "label": "Create Quote"&lt;BR /&gt;    }&lt;BR /&gt;}&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Jul 2019 06:25:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/279796#M25700</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-10T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/280407#M25761</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response. Thanks for confirming.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interestingly,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/142"&gt;@Derek_Gervais&lt;/a&gt;&amp;nbsp;was able to populate an object type without a card using the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
  "results": [],
  "primaryAction": {
      "type": "IFRAME",
      "width": 890,
      "height": 748,
      "uri": "https://example-app.com/endpoint",
      "label": "Do something"
    }
}&lt;/PRE&gt;
&lt;P&gt;Is this what you've been trying? Can you provide the Hub ID of the developer account where this app lives and specify the object type ID?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 15:15:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/280407#M25761</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-07-12T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/281512#M25889</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply and sorry for my delay. It slipped my mind after I read it initially. Our Hub ID: 2683117 and the App ID: 198067&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 00:16:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/281512#M25889</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-19T00:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282018#M25964</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Any idea would could be the issue? Was it setup wrong originally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 19:40:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282018#M25964</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-22T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282170#M25997</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To clarify, have you tried returning an empty &lt;CODE&gt;results&lt;/CODE&gt; array?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following response is producing &lt;A href="https://recordit.co/o8Ty5PLVit" target="_self"&gt;this behavior&lt;/A&gt; in Derek's account, so it's possible to only populate a primary action button:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
  "results": [],
  "primaryAction": {
      "type": "IFRAME",
      "width": 890,
      "height": 748,
      "uri": "https://example-app.com/endpoint",
      "label": "Do something"
    }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jul 2019 13:40:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282170#M25997</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-07-23T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282219#M26001</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No worries at all - we're just stuck looking at a black box. We did try the empty result set originally, and the same error ocurred - that was our reasoning for adding the other piece as it seemed like two of those fields were required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas in looking at our app setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again - we greatly appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 16:10:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282219#M26001</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-23T16:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282849#M26095</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry again for the delay on my end; I was out of office yesterday.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have any ideas quite yet, but I'll continue digging. Thank you so much for your continued patience. It's obviously possible, so we'll track down the cause eventually&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://community.hubspot.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 22:09:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/282849#M26095</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-07-25T22:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/283049#M26123</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I've identified the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://app.hubspot.com/developer/2683117/application/198067/crm-extension-api/98829" target="_self"&gt;Your object type&lt;/A&gt;&amp;nbsp;has a&amp;nbsp;&lt;CODE&gt;dataFetchUri&lt;/CODE&gt; which uses a path which is&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; included in your&amp;nbsp;&lt;CODE&gt;baseUris&lt;/CODE&gt;&amp;nbsp;array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Per the&amp;nbsp;&lt;EM&gt;Object Type Fields&lt;/EM&gt; section of &lt;A href="https://developers.hubspot.com/docs/methods/crm-extensions/crm-extensions-overview" target="_self"&gt;this article&lt;/A&gt;, the&amp;nbsp;&lt;CODE&gt;baseUris&lt;/CODE&gt;&amp;nbsp;array is "A list of acceptable base URIs for actions. &lt;STRONG&gt;All action URIs must be located under one of these paths&lt;/STRONG&gt;."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you include&amp;nbsp;&lt;CODE&gt;&lt;A href="https://dev.integrations.[YourApp].com:5465/" target="_blank" rel="noopener"&gt;https://developer-test.[YourApp].com/&lt;/A&gt;&lt;/CODE&gt; as a base URI, then your data fetch URI will be a valid path and the object should render.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this works or I can clarify further!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 18:43:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/283049#M26123</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-07-29T18:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/283054#M26124</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You are the man! Our baseUri has a folder path in it - that appears to be the difference. We'll give it a whirl and see how it goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks - I truly appreciate your help in tracking this down for us!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 18:57:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/283054#M26124</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-07-26T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/287841#M26636</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We fixed the issue with the baseUris, and we're still receiving Response Deserialization Errors when it sends the JSON back from our data response action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the JSON:&lt;/P&gt;&lt;P&gt;{ "results": [],"primaryAction": {"type":"IFRAME","width":1920,"height":1280,"uri":"&lt;A href="https://www.website.com/&amp;quot;,&amp;quot;label&amp;quot;:&amp;quot;Create" target="_blank"&gt;https://www.website.com/","label":"Create&lt;/A&gt; Quote"} }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other than formatting, it appears to match the JSON above exactly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2019 17:15:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/287841#M26636</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-08-24T17:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/287950#M26647</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to hear that... I don't off the top of my head, but could you share a link to an example company record for which you've created a "Transparent Pricing" object? (Feel free to send through DM.) I'd like to compare the response shown in your app's&amp;nbsp;&lt;EM&gt;Monitoring&lt;/EM&gt; tab&amp;nbsp;to some working examples.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 12:39:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/287950#M26647</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-08-26T12:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/288629#M26733</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I DM'd you, but I see it's still unread. I thought maybe this would pop up in your notifications sooner. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 02:07:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/288629#M26733</guid>
      <dc:creator>brianjlowry</dc:creator>
      <dc:date>2019-08-29T02:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is required for the response from the CRM extensions dataFetchUri?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/289067#M26783</link>
      <description>&lt;P&gt;Thanks for the ping,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78506"&gt;@brianjlowry&lt;/a&gt;. Following up in our DM.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 18:41:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/What-is-required-for-the-response-from-the-CRM-extensions/m-p/289067#M26783</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-08-30T18:41:04Z</dc:date>
    </item>
  </channel>
</rss>

