Nicholas Decker explains NULLs occur for unsent emails and conversation replies counted as events
Justin Givens provides working code example showing successful phone property retrieval when explicitly requested in API call
Nicholas Decker clarifies hs_object_id is the default ID property and should NOT be included in idProperty parameter
Dennis confirms that setting a wildcard redirect (*) for the domain worked as a solution
Sejal suggests checking if the account is enrolled in the relevant beta program, as this feature access might be controlled via beta enrollment. Ace confirmed they were enrolled and had contacted support.
Michal Wezykowski confirms UTK lookup requires using V1 endpoint via unwrapped API calls in PHP client (update from initial incorrect V3 suggestion)
Jennifer Nixon (jnixon) explains that posts are manually reviewed M-F due to spam, leading to delays during weekends. No AI filtering yet.
Justin Givens suggests using form automations, but the solution remains incomplete as transactional email capabilities require a paid add-on (context from later message 105888/105889)
Michal Wezykowski explains that emails can be exported/migrated via the Email API, including recreating email activities by mapping old/new record IDs. For other activities, standard object APIs would be required.
Jeff discovered the issue was accessing the custom property. Instead of `|selectattr("type", ...)` , the correct filter needed to access it via `custom_properties`: `|selectattr("custom_properties.type.internal", "equalto", "price")`.
Ty Hudson empathizes with the challenge and suggests considerations but does not provide a concrete solution.
Gracjan recommends using unique_in_loop=True to prevent content duplication in modules.
Nicholas suggests that sandbox auto-migration is unreliable. He recommends manually copying the theme/modules using the Design Manager's copy feature (shown in video) or the HubSpot CLI. Relying on relative paths instead of module IDs internally is also advised. Starting with a fresh sandbox might also resolve inconsistencies.
Scott Marion shares a resource for starting with React in HubSpot development, noting the need for manual deployment via CLI or Design Manager
Anton and James provide tel: link syntax with Hubl filters for phone number formatting.
Twentyninetimes suggests using request headers or geo-location detection to conditionally hide forms via CSS or JavaScript
Community members recommend using public YouTube URL instead of embed URL
Anton Bujanowski advises using global partials for custom headers instead of the restricted site header HTML field
Jaydip Suvagiya clarifies that header HTML is restricted to <head> tag-valid elements, while footer HTML allows body tag content
Anton confirms that ALT text for hardcoded images can be edited in the Design Manager. You need to locate the `<img>` tags in the relevant files (templates, modules) and add the `alt="..."` attribute. He provides an example for images referenced via `brand_settings`.