Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Alberto inquires about HubSpot's cookie scan functionality for compliance.

    AAlberto Zordan
    #generalOct 17, 2024

    Evelynn mentions a beta cookie scanner under Privacy & Consent settings, though access may be limited.

    EAnswered by Evelynn Ulsh

    Pieter reported that API calls to the leads endpoint (`/crm/v3/objects/leads`) were failing with a missing `crm.objects.leads.read` scope error, despite the connected app having this scope granted and being reconnected.

    PPieter
    #apiOct 17, 2024

    Re-authenticating the app after adding scopes was suggested but did not solve the issue for Pieter. No definitive solution was provided in the thread.

    PAnswered by Pieter

    Andreea Arseni asked if anyone had successfully used custom code within a workflow to populate the Deal ID onto its associated line items (likely into a custom property).

    AAndreea Arseni
    #apiOct 17, 2024

    Stefan Jaeger confirmed this is possible using custom code to make API calls to fetch the Deal ID and update the associated line items. Andreea later confirmed this approach worked for them.

    AAnswered by Andreea Arseni

    Pietro wants to associate Products with custom fault categories but cannot link custom objects to Products.

    PPietro Poli
    #generalOct 17, 2024

    Erick suggests using a HubDB workaround or external automation. Pietro implements a multi-select checkbox via API.

    EAnswered by Erick Barrantes

    Christopher Levine asked if it's possible to fetch or set comments on Task and Note engagements via the HubSpot API.

    Cchristopher levine
    #apiOct 16, 2024

    Carter McKay confirmed that accessing comments on Tasks and Notes via the API is still not supported and is not currently prioritized on the roadmap.

    CAnswered by carter

    Ram Almog was getting a MISSING_SCOPES error for `transactional-email` when calling the transactional email send API (`/marketing/v3/transactional/single-email/send`) despite the private app having that scope.

    RRam Almog
    #apiOct 16, 2024

    The user discovered they were using the wrong endpoint. They likely needed the standard Marketing Single Send API (`/marketing/v4/email/single-send`) which requires the `marketing-email` scope, rather than the Transactional Email API which requires a specific paid add-on in addition to the `transactional-email` scope.

    RAnswered by Ram Almog

    Team Assuaged needs help optimizing slow HubSpot blogs and editing performance.

    TTeam Assuaged
    #generalOct 16, 2024

    Harpreet and Shakil recommend optimizing plugins, images, caching, and CDNs, offering further assistance.

    HAnswered by Harpreet Singh

    John Campbell sought solutions for updating line items on automatically created renewal deals (e.g., increasing price by X%), potentially based on the original deal's line items, since workflows don't support line items.

    JJohn Campbell
    #apiOct 16, 2024

    No specific technical solution was provided in the thread, but Ryan Ginsberg offered to discuss potential approaches via direct message, indicating a custom solution likely involving API calls is needed.

    RAnswered by Ryan Ginsberg

    Sahai asks if customers need early access to use App Cards for a public app.

    SSahai
    #generalOct 16, 2024

    Kiara confirms customers do not need early access; App Cards are available once the app is published.

    KAnswered by Kiara Munz

    Jacob Jennings asked how to search for a contact using one of their 'additional emails' via the API.

    JJacob Jennings
    #apiOct 15, 2024

    Harun Kumar Siva suggested using the 'Read a Contact' endpoint (`GET /crm/v3/objects/contacts/{email_address}`) with the query parameter `idProperty=email`. This allows fetching a contact using either their primary or additional email address.

    HAnswered by Harun Kumar Siva

    Olivia Dela Paz noticed contacts missing phone numbers in the CRM but visible in the mobile app's call interface.

    OOlivia Dela Paz
    #local-developmentOct 15, 2024

    Stefan Jaeger suggested checking different phone fields (e.g., phone, mobile_phone, company phone) to locate the correct value.

    SAnswered by Stefan Jaeger

    Neeraj Prasad asked if there is a way to 'join' data received from different HubSpot API calls.

    NNeeraj Prasad
    #apiOct 15, 2024

    The question was deemed unclear and needed clarification. Stefan Jaeger asked for more details on what 'join' meant in this context. No specific solution was provided.

    SAnswered by Stefan Jaeger

    Muhammad Ammar is asking about functions like screen pop and click to dial in HubSpot and whether these can be performed through an external extension.

    MMuhammad Ammar
    #developer-toolsOct 15, 2024

    No solutions or answers were provided by the community.

    MAnswered by Muhammad Ammar

    Mattias is inquiring about purging the CDN cache of a HubSpot CMS website.

    MMattias Nilsson
    #developer-toolsOct 15, 2024

    No responses or solutions were shared regarding purging the CDN cache.

    MAnswered by Mattias Nilsson

    Muhammad is asking how to deploy a UI extension project, initially developed in a test account, to a HubSpot developer account.

    Xxcalbr
    #serverless-functionsOct 15, 2024

    Roger Brown clarified that developer accounts are intended for public app development, which requires beta enrollment and approval. Furthermore, projects built as private apps (in test/customer accounts) need refactoring to work as public apps deployable via a developer account due to architectural differences.

    RAnswered by Roger Brown (HubSpot PM)

    Jacob Jennings asked why the contacts search API was returning 0 results for an email known to exist (creating the contact yielded a 409 error) and noted API logs seemed incorrect.

    JJacob Jennings
    #apiOct 14, 2024

    Harun Kumar Siva clarified that logs don't show body/headers for successful requests. Jacob discovered the issue was that he was searching for an 'additional email', not the contact's primary email, which the search endpoint didn't cover.

    JAnswered by Jacob Jennings

    Ryan Huff asked about the limit on the number of associated object IDs returned when retrieving a record with its associations via API.

    RRyan Huff
    #apiOct 14, 2024

    Stefan Jaeger suggested the limit is likely 100 per request, aligning with HubSpot's standard API pagination limits.

    SAnswered by Stefan Jaeger

    Matt Scott encountered an error when uploading a theme with `--convertFields`, showing 'escapeRegExp is not a function' and module conflicts.

    MMatt
    #local-developmentOct 14, 2024

    Matt identified that having both `fields.js` and `fields.json` in a module caused the error. Removing one resolved the issue.

    MAnswered by Matt

    Chris is looking for help using Google API client to get location data in a workflow, and wants to avoid additional library installation.

    CChris Grove
    #developer-toolsOct 14, 2024

    No solutions were suggested in the responses to Chris's query.

    CAnswered by Chris Grove

    Pieter C reported that a GET request for a deal specifying 25 properties in the `properties` query parameter was only returning 13 properties.

    PPieter C
    #apiOct 14, 2024

    The issue was resolved by correctly formatting the `properties` query parameter. Instead of passing a list/array structure, the properties should be passed as a comma-separated string.

    PAnswered by Pieter C
    Page 19 of 535