Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Aitor is asking if anyone has successfully used a React module with an email template that renders correctly.

    AAitor
    #cms-reactDec 17, 2024

    No solution was provided in the visible messages, implying community feedback or further inquiry may be required.

    AAnswered by Aitor

    Mailson mentions receiving reports from customers about timeline events now creating multiple events for single messages in conversations.

    MMailson Corrêa
    #v1-timeline-api-change-2024Dec 17, 2024

    Mailson is guiding customers to contact HubSpot for clarity on the changes and alternatives available.

    MAnswered by Mailson Corrêa

    Bálint Sipos asks if workflows and pipelines can be published from Sandbox to Production.

    BBálint Sipos
    #generalDec 16, 2024

    Denise Thijzen (Sandboxes PM) confirms that copying from sandbox to production is not currently supported but is planned for the future. Manual recreation is required for now.

    DAnswered by Denise Thijzen

    Raman is inquiring about steps to follow for migrating data from one HubSpot portal to another, seeking advice on reports for properties used.

    RRaman verma
    #cms-migrationDec 16, 2024

    Julian confirms that it is possible to export all properties and provides a link to relevant HubSpot documentation.

    JAnswered by Julian Vidal

    Lee encounters JSON formatting errors in VB.NET GraphQL API call

    LLee M
    #apiDec 13, 2024

    Joe identifies improper quote handling. Scott suggests using escaped quotes (\")

    SAnswered by Scott Marion

    Harsh Kalyani encounters API limit (10 results) fetching custom object records

    HHarsh Kalyani
    #generalDec 13, 2024

    Dan Guenet explains the 'limit' parameter and suggests pagination adjustments.

    DAnswered by Dan

    Given Loyiso is looking for advice on how to pass field values as variables in a GraphQL query for a custom Post Listing module in HubSpot CMS.

    GGiven Loyiso
    #cms-reactDec 13, 2024

    Given aims to modify the GraphQL query to use passed variables for better efficiency, and seeks confirmation if this is the correct approach.

    GAnswered by Given Loyiso

    Anton needs to pass JSON data from a module field to JavaScript without formatting issues

    AAnton Zhdanov
    #hublDec 13, 2024

    Using the `tojson` filter to properly render JSON strings. Example: `{{ module.my_json|tojson }}`

    AAnswered by Anton Zhdanov

    Kilian gets 'Unsupported Media Type' error when uploading files

    KKilian Trunk
    #apiDec 13, 2024

    Possible buffer corruption or improper encoding from Zoho data. Nicholas suggests alternative upload methods

    KAnswered by Kilian Trunk

    Given Loyiso is experiencing issues with a dynamically loaded menu in HubSpot CMS using React, where the menu isn't being found or rendered as expected.

    GGiven Loyiso
    #cms-reactDec 13, 2024

    Given checks field configuration and menu IDs, concludes that the issue likely arises from the dynamic loading of menus as the static header menu works fine.

    GAnswered by Given Loyiso

    Brendan Norris encountered an authentication loop with `hs project dev` on macOS.

    BBrendan Norris
    #local-developmentDec 12, 2024

    Dan Guenet suggested reconfiguring `hubspot.config.yml` and ensuring the correct developer/test account is set as default.

    DAnswered by Dan

    Jeff wants to loop through files in a folder and display them using Hubl

    JJeff Bell
    #hublDec 12, 2024

    Using a repeater field with a file field in a custom module. Example: `{% for file in module.files %}<img src="{{ file.url }}">{% endfor %}`

    NAnswered by Nich Mueller

    Katrina Marschner asked about responsive column behavior in DND sections.

    KKatrina Marschner
    #themesDec 12, 2024

    Federico Mozzo advised creating a custom module with repeater fields for multi-breakpoint control.

    FAnswered by Federico Mozzo

    Curtis encounters authentication errors with the Node API client

    CCurtis Gibson
    #apiDec 12, 2024

    The access token variable wasn't loaded properly. Issue resolved after fixing environment variables

    CAnswered by Curtis Gibson

    Dev Team wants to implement upsert functionality in a PHP form submission

    DDev Team
    #apiDec 12, 2024

    Federico explains form submissions auto-update contacts by email. Nicholas advises embedding HubSpot forms for direct syncing

    NAnswered by nick decker - level -32(negative)

    Damien wants to retrieve dropdown property labels directly via API instead of internal values

    DDamien Etrillard
    #apiDec 12, 2024

    Zach confirms the API only returns internal values; manual mapping is required

    DAnswered by Damien Etrillard

    Justin's code fails to create tasks using the deprecated V1 engagements endpoint

    JJustin Briones
    #apiDec 12, 2024

    Ryan recommends using the CRM V3 Tasks API and Node SDK instead of the deprecated V1 endpoint

    RAnswered by Ryan Ginsberg

    Afron noticed that the standard HubSpot search results page template (`search-results.html`) seems to render results using JavaScript and is concerned this might be bad for SEO. He asks if server-side rendering is possible or necessary.

    AAfron
    #seoDec 12, 2024

    Aleksandar clarifies that JavaScript rendering for search results pages is generally acceptable from an SEO perspective. These pages are dynamic, typically not intended for direct indexing (often excluded via robots.txt or noindex), and the results themselves link to the actual, indexable content pages.

    AAnswered by Aleksandar Perisic

    Rod needs to delete unlabeled associations between a custom object and other objects

    RRod Waynick
    #apiDec 11, 2024

    Rod discovered the correct endpoint at /crm-object-schemas/v3/schemas/{objectType}/associations/{associationIdentifier} to delete associations by associationTypeId after cleanup

    RAnswered by Rod Waynick

    Julien encounters a 'customerPayload.main is not a function' error in their serverless function’s UI extension.

    JJulien Duflot
    #serverless-functionsDec 11, 2024

    Julien resolves the error by ensuring the function is exported as `exports.main = async (context) => {...}` in the serverless code.

    JAnswered by Julien Duflot
    Page 8 of 535