APIs & Integrations

dcabrera
Member

Parse response on a CRM Card

I'm having this "Parse Response" error on a CRM card with this response :

 

{
"results": [
{
"objectId": "2553",
"fecha": "2020-11-09",
"moneda": "USD",
"total": "11089.60",
"viewlink": "http://xxx.xxx.com"
},
{
"objectId": "2551",
"fecha": "2020-11-09",
"moneda": "USD",
"total": "11089.60",
"viewlink": "http://xxx.xxx.com"
}
],
"primaryAction": {
"type": "IFRAME",
"width": "650",
"height": "950",
"label": "New",
"associatedObjectProperties": [
"dealname"
]
}
}
 
Any ideas ? i have another CARD already working almost with the same response.
0 Upvotes
3 Replies 3
dennisedson
HubSpot Product Team
HubSpot Product Team

Parse response on a CRM Card

Hey @dcabrera 

What is the difference between the two cards?

@lynton , do you see anything suspicious here?

0 Upvotes
dcabrera
Member

Parse response on a CRM Card

Any guess? I'll appreciate any help.

0 Upvotes
dcabrera
Member

Parse response on a CRM Card

i don't see much difference from the card working , these are sample results on the working card :

 

{
"results": [
{
"objectId": "29402",
"creado": "2020-11-23",
"title": "Cotizacion de Material para Fibra Systimax",
"link": "http://xxx.mysite.com/action/29402",
"viewlink": "http://xxx.mysite.com/action/74abcdbeb8ba818ba299561c275b7c74"
}
],
"primaryAction": {
"type": "IFRAME",
"width": "650",
"height": "950",
"uri": "https://xxx.othersite.com/new",
"label": "New",
"associatedObjectProperties": [
"dealname",
"num_associated_contacts",
"hs_object_id",
"dealtype",
"soluciones",
"vertical"
]
}
}

 

0 Upvotes