Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Leonardo Gonzalez observes unexpected NULL values in email API properties

    LLeonardo Gonzalez
    #apiJul 30, 2024

    Nicholas Decker explains NULLs occur for unsent emails and conversation replies counted as events

    NAnswered by nick decker - level -32(negative)

    Pragna Brahmbhatt cannot retrieve 'phone' property using HubSpot PHP client

    PPragna Brahmbhatt
    #apiJul 30, 2024

    Justin Givens provides working code example showing successful phone property retrieval when explicitly requested in API call

    JAnswered by Justin Givens - Level 2

    Johan experiences 400 errors when batch updating note owners via API using hs_object_id

    JJohan L
    #apiJul 30, 2024

    Nicholas Decker clarifies hs_object_id is the default ID property and should NOT be included in idProperty parameter

    NAnswered by nick decker - level -32(negative)

    Dennis K inquires about redirecting an entire HubSpot site to an external page using wildcard redirects

    DDennis K
    #generalJul 30, 2024

    Dennis confirms that setting a wildcard redirect (*) for the domain worked as a solution

    DAnswered by Dennis K

    Ace is unable to deploy serverless functions for a UI extension, receiving an error indicating the Hub ID lacks access to serverless builds, despite having an Enterprise account.

    AAce Hedger
    #serverless-functionsJul 30, 2024

    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.

    SAnswered by Sejal Parikh

    Kathy wants to get contact profiles via hubspotutk cookie using V3 API which was available in V1

    KKathy (キャシー) [Squid]
    #apiJul 30, 2024

    Michal Wezykowski confirms UTK lookup requires using V1 endpoint via unwrapped API calls in PHP client (update from initial incorrect V3 suggestion)

    MAnswered by Michal Wezykowski

    Ken Fisher (wd) and others inquire about delays in Community post approvals after spam-related moderation was implemented.

    KKen Fisher
    #ideasJul 30, 2024

    Jennifer Nixon (jnixon) explains that posts are manually reviewed M-F due to spam, leading to delays during weekends. No AI filtering yet.

    JAnswered by Jennifer Nixon

    Shehara needs to send verification emails through API without workflows and without HubSpot users

    SShehara Thrimavithana
    #apiJul 30, 2024

    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)

    JAnswered by Justin Givens - Level 2

    Alex Ratiu is trying to export contacts along with activities (emails, deal history, etc.) via bulk export

    AAlex Ratiu
    #apiJul 29, 2024

    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.

    MAnswered by Michal Wezykowski

    Jeff is trying to filter line items in a custom quote template based on a custom product property ('type'). It works in preview with mock_data but not on actual quotes.

    JJeff Bell
    #modulesJul 29, 2024

    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")`.

    JAnswered by Jeff Bell

    Elisé is working on integrating HubSpot with a finance system to retrieve and update invoices and is facing challenges.

    EElisé Baraka Murhabazi
    #apiJul 29, 2024

    Ty Hudson empathizes with the challenge and suggests considerations but does not provide a concrete solution.

    TAnswered by Ty Hudson

    Gustavo asks how to dynamically name email modules in loops.

    GGustavo Graeff
    #email-developmentJul 29, 2024

    Gracjan recommends using unique_in_loop=True to prevent content duplication in modules.

    GAnswered by Gracjan Drozdek

    Adrian is asking why custom modules aren't showing up in the sandbox page editor after import, despite the files existing. Module IDs differ from production.

    AAdrianF
    #modulesJul 26, 2024

    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.

    NAnswered by nick decker - level -32(negative)

    Harshal Maniya asks about integrating React apps with HubSpot CMS and deployment methods

    HHarshal Maniya
    #generalJul 26, 2024

    Scott Marion shares a resource for starting with React in HubSpot development, noting the need for manual deployment via CLI or Design Manager

    SAnswered by Scott Marion

    Yawer wants to create a click-to-call button in emails.

    YYawer Ali
    #email-developmentJul 26, 2024

    Anton and James provide tel: link syntax with Hubl filters for phone number formatting.

    JAnswered by James Kupczak

    Wojciech Gwardjak seeks to block a domain from submitting all HubSpot forms

    WWojciech Gwardjak
    #generalJul 26, 2024

    Twentyninetimes suggests using request headers or geo-location detection to conditionally hide forms via CSS or JavaScript

    TAnswered by Twentyninetimes

    AJ encounters 'embed URL' error in video module

    AAJ Johnson (she/her)
    #modulesJul 25, 2024

    Community members recommend using public YouTube URL instead of embed URL

    TAnswered by Twentyninetimes

    Albin Gasi cannot add HTML to the site header and seeks an alternative approach

    AAlbin Gasi
    #hublJul 25, 2024

    Anton Bujanowski advises using global partials for custom headers instead of the restricted site header HTML field

    AAnswered by Anton

    Albin Gasi cannot add HTML to the site header but can in the footer

    AAlbin Gasi
    #generalJul 25, 2024

    Jaydip Suvagiya clarifies that header HTML is restricted to <head> tag-valid elements, while footer HTML allows body tag content

    JAnswered by Jaydip

    Kayla is asking how to edit the ALT text for hardcoded image assets within the HubSpot Design Manager because AHREFs is reporting them as missing.

    KKayla Berlin
    #seoJul 25, 2024

    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`.

    AAnswered by Anton
    Page 37 of 535