Discussion indicates alternative methods should be considered, but no concrete example was provided.
Justin Givens directs to the CRM Contacts API documentation for creating/updating contact records.
Nicholas suggests using the Line Items API to get items from the parent deal and the Associations API to find the child deals. Then, use the Line Items API (likely batch create) to add the items to the child deals. He also mentions GraphQL as a potential alternative for fetching data if available.
Justin Givens shares a GitHub gist demonstrating how to capture and customize pop-up form events using JavaScript.
Recommendations were not specifically provided; the post reflects ongoing issues with HubSpot CTA functionalities.
No solution shared, but the inquiry remains for others to contribute possible jQuery or JavaScript approaches.
Jon suggests using hidden fields or UTM parameters, but Nenad resolves it by using the 'Latest Source Drill down1' property to capture the full URL for active list criteria
Eric Hirsh mentions the upcoming Custom Channels API (in private beta) for chat integrations and invites DMs for use-case details.
Nicholas clarifies that users accessing private content (even via SSO) are associated with a contact record. Their details can be accessed within the private content template using HubL variables like `{{ contact.email }}` or `{{ contact.name }}`. Testing in an incognito browser is recommended.
Ted suggests handling this at the reverse proxy level by implementing a rewrite rule to change `http` to `https` in the response proxied from HubSpot, rather than relying on a redirect. Adam acknowledges this is likely the necessary approach.
Nicholas Decker instructs to navigate to Settings > Integrations > Private Apps to regenerate keys.
Matt Scott resolves the issue by initializing a new empty dictionary and updating it with default/custom values to preserve the original data
Twentyninetimes recommends using the `|pprint` filter (`{{ module.videoplayer_field|pprint }}`) in the HubL template to inspect the data structure of the video player field object. This will reveal the available properties and their paths for accessing the required metadata.
Nicholas suggests discussions by topic at tables to facilitate deeper learning and engagement.
Nicholas expresses interest in a dev panel Q&A format.
SJ offers to create a new private channel to include more participants in the discussion.
Carter McKay states that Data Sync apps are HubSpot-built only; third-party apps cannot replicate this functionality currently.
Ted followed up later confirming that after contacting HubSpot support again, they identified and quickly fixed a backend bug that was causing the incorrect 'noindex' reporting in the SEO tool.
Anton points to another thread for the solution. The implied fix is to restructure the module fields, likely using a single repeater group where each item contains both the feature text and its associated checkmark data, rather than using separate, parallel loops.
Anton Bujanowski and Twentyninetimes suggest restructuring module fields and CSS styling approaches