Jeff Bell suggests creating a note after the deal is created using a CCA (Custom Code Action) and offers to share code examples.
Michal suggests a workaround using a workflow. The workflow would trigger on underlying value changes, calculate the percentage, and store it in a separate HubSpot property. This property can then be included in the report.
A suggested workaround involves generating the PDF externally (e.g., AWS Lambda with Puppeteer), obtaining its URL, using the HubSpot Files API to import the file from the URL into the HubSpot File Manager, and then potentially storing the resulting HubSpot File URL or ID on a CRM record.
Remove references (e.g., inboundDB list segments) blocking deletion before attempting to delete the list.
SJ Morris directs to #conference-tickets channel for ticket requests
Jennifer Nixon explains draft posts aren't publicly visible in feeds. Workaround requires using a separate staging blog with restricted visibility.
Multiple community members recommend GitHub Copilot despite occasional HubL quirks, with Bradley suggesting Supermaven
Camille Markentive (camille.saute) points to the legacy Form Submission API (v3) for external form tracking. Link: https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication
Anton Bujanowski advises creating a minimal theme structure (theme.json and fields.json) to host custom templates in HubSpot
Jennifer clarifies that domains need to be set for different content types and instructs on how to properly configure them.
Camille Markentive recommends using HubSpot's Forms API via Zapier for form submissions to leverage native workflows, though notes potential reliability issues
Olia explains that there isn't a simple plugin or script that magically reduces load times. Improving website speed requires detailed work involving code optimization, image compression/resizing, and potentially design adjustments.
Nathan Vogele suggests analyzing content patterns or tracking sequence enrollment dates via Search API as direct properties don't exist
Nicholas Decker and HubSpot support provide method using internal tools/APIs to audit property permissions
Nicholas suggests making the page private using HubSpot's membership features. Private pages allow querying deal data associated with the logged-in contact.
Discussion on using pdfkit for PDF generation is mentioned, but no concrete step-by-step solutions were shared.
James shares a click-to-reveal CSS method with broader client support than <details>.
Jeff initially suggests using `require_css` / `require_js`. Jayme clarifies she used linked files. Ultimately, Jayme reports that the files *did* get minified after waiting a few days, suggesting a potential delay in HubSpot's processing rather than a configuration error.
Nicholas Decker advises implementing custom logging in integration code and monitoring server logs
James suggests using <center> tags or align="center" for Outlook compatibility.