Hi,
We have been trying to setup the CRM Card functionality that would just show a button to open some page.
On our GET api endpoint we are listening for the following query param
associatedObjectIDassociatedObjectTypeportalIDuserEmailuserIDemail
also we have configured email to be sent as part of the call:

When trying out our API manually (same url we put in here, with query params)

, we are currently returning a response similar to this one (We’ve also tried it with returning only the primary action) :
{ "results":[ {"objectId":654231,"title":"Mock hubspot card","link":"https://example.com/page?email={emailFromCallback}"} ], "primaryAction":{"type":"IFRAME","width":890,"height":748,"uri":"https://example.com/page?email={emailFromCallback}","label":"Have fun"}}
When checking logs for our api, it seems like hubspot is not calling the endpoint at all.
The card is present on contacts, but says:
There was a problem reaching […]. Please refresh the page to try again or contact the app developer for support.
Is there a way to check whats going on by ourselves ? Logs or errors or any help ? Or can you please provide some support to get this working ?