Asked by Krishna Dhongade on Nov 19, 2024
Krishna asks how to display data from associated custom objects on a CMS page dynamically for the viewing contact, and how to implement automatic content refresh (like long-polling) when backend data changes without excessive API calls.
Answered by Norman Khine
Fetching associated data is possible using serverless functions or GraphQL/HubL. For automatic updates, HubSpot doesn't offer native support; Norman suggests exploring frontend libraries like HTMX with its web sockets extension as a potential solution.