Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Atul wants to display filtered contact data from a CRM list on a webpage

    AAtul Singh
    #hublDec 11, 2024

    Using `__not_null` filter in CRM query to fetch contacts with specific properties. Example: `crm_objects("contact", "territory_name__not_null&limit=100")`

    JAnswered by Josh Braner

    Olia expresses frustration with the new documentation structure and requests guidance on navigating it effectively.

    OOlia Gozha
    #developer-docs-betaDec 11, 2024

    No suggestions or responses were provided to assist Olia.

    OAnswered by Olia Gozha

    David Roma asked about obtaining proper API key permissions for the Engagements API.

    DDave Roma
    #devbootcamp2024Dec 10, 2024

    Justin linked documentation on managing secrets in private apps, indicating the need to use the correct private app permissions.

    JAnswered by Justin Givens - Level 2

    Catherine is trying to understand how to get an ownerId from a contact and the relationship between contact owners and HubSpot users

    CCatherine Chen
    #apiDec 10, 2024

    Zach explains that Owners are separate from Contacts and refers to the Owners API documentation, clarifying that only Users can be assigned as owners of CRM objects

    ZAnswered by Zach Klein

    James Kupczak seeks to create deep links in emails to open Facebook/X/LinkedIn apps instead of mobile sites.

    JJames Kupczak
    #email-developmentDec 10, 2024

    Deep linking to apps is not universally supported. Mobile site links are the only reliable option for social sharing in emails.

    JAnswered by James Kupczak

    Kostiantyn is facing a problem where his updated templates are missing after redeploying in HubSpot.

    KKostiantyn
    #cms-reactDec 10, 2024

    It could be beneficial for Kostiantyn to check the deployment logs for any errors, and potentially clear cache or ensure that all required files are staged correctly before deploying.

    KAnswered by Kostiantyn

    Alana observes that a SERP sitelink for their client's 'Latest Blog + News' points to a paginated URL (e.g., /blog/page/2) instead of the main blog listing page (/blog). She asks how to correct this.

    AAlana Caporale
    #seoDec 9, 2024

    Rushik explains that the canonical URL for the main blog listing page needs to be explicitly set. This can be done in HubSpot settings under Website > Pages > SEO & Crawlers tab. Under 'Blog Listing Pages', select the first option ('Use the same canonical URL for all listing pages') and ensure the correct root URL is specified. This overrides the default behavior where paginated pages canonicalize to themselves.

    RAnswered by Rushik vaghasia

    joe conery wants to track if API or user modified a record

    Jjoe conery
    #apiDec 8, 2024

    Zach Klein suggests using 'propertiesWithHistory' to track changes. Joe implements a workaround with a custom timestamp property.

    ZAnswered by Zach Klein

    Scott reports a dead link in the docs.

    AAnton
    #developer-docs-betaDec 6, 2024

    No response was provided regarding the dead link issue.

    AAnswered by Anton

    Jeff Bell seeks public URLs for ticket file attachments using attachment IDs

    JJeff Bell
    #generalDec 6, 2024

    Raza Ataki provides CRM Files API endpoint and clarifies authentication scopes.

    RAnswered by Raza

    Afron Orana requests tracking visitor search terms via default HubSpot search module

    AAfron
    #generalDec 5, 2024

    BJ Szyjakowski and Nich Mueller suggest using Google Analytics or custom event listeners.

    BAnswered by BJ Szyjakowski

    Evelyn Johnson's contact upsert fails due to 'email' as idProperty

    EEvelyn Johnson
    #apiDec 5, 2024

    The error occurs because 'email' is not allowed as idProperty for upserts. The solution is to use a valid identifier and adjust the API request structure.

    EAnswered by Evelyn Johnson

    Scott reports that the developer docs page is taking longer than expected to render.

    SScott Marion
    #developer-docs-betaDec 5, 2024

    No follow-up response was provided regarding the page rendering issue.

    SAnswered by Scott Marion

    Divesh is asking how to ensure cookies have the Secure and HttpOnly flags and if HubSpot cookies from third-party services can be modified.

    DDivesh
    #hubspot-cookie-bannerDec 5, 2024

    No specific answers provided in this thread.

    DAnswered by Divesh

    Masanori Ikeda asks about the maximum batch size for creating contacts

    MMasanori Ikeda
    #apiDec 5, 2024

    Zach Klein confirms the batch limit is 100 contacts per request, as documented.

    ZAnswered by Zach Klein

    Zach is inquiring about mass ticket creation based on company property values in HubSpot.

    ZZach Donnelly
    #javascriptDec 4, 2024

    The code provided outlines the ticket creation process; feedback on its logic and efficiency is sought from the community.

    PAnswered by Purusothaman K

    Vitalii Sili encounters issues creating line items with product properties

    VVitalii Sili
    #apiDec 4, 2024

    Vitalii resolves the issue by using 'hs_product_id' instead of 'hs_object_id' to inherit product properties correctly.

    VAnswered by Vitalii Sili

    Matt is using GraphQL for a dynamic page and has a custom 'file' property. The property returns a URL when updated via form, but an ID when updated via CRM UI, causing issues with displaying images consistently due to HubL function limits (`file_by_id`). How can they consistently get the URL?

    MMatt Jalbert
    #data-driven-contentDec 3, 2024

    Bob suggests using a HubSpot workflow with a Custom Code action. The workflow triggers when the file property is updated. The custom code uses the File ID (if present) to fetch the file's URL via API and then saves this URL into a *separate* text property. The GraphQL query should then pull from this helper property, which will always contain the URL.

    BAnswered by Bob Balm

    Thomas experiences contact property values disappearing when manipulated in programmable emails (e.g., using macros or iteration).

    TThomas Lane
    #email-developmentDec 3, 2024

    Some Hubl filters and macros are unsupported in emails. Use simpler logic or avoid unsupported filters (reference: HubSpot Hubl filter documentation).

    JAnswered by James Kupczak

    Ryan is asking if anyone has found a workaround to implement IndexNow (for faster search engine indexing) on a HubSpot CMS site, as it doesn't appear to be natively supported.

    RRyan Moore
    #seoDec 3, 2024

    Ryan followed up stating he successfully implemented IndexNow by following the steps outlined in a specific YouTube tutorial video (link provided in the message).

    RAnswered by Ryan Moore
    Page 9 of 535