Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Mauricio Murillo (moe083) asks how to dynamically add calendar links to marketing emails for appointment reminders.

    MMauricio Murillo
    #ideasAug 28, 2024

    Justin Givens (jgivens) shares a third-party solution (SimpleEvents.io) offering an add-to-calendar HubSpot module. Link: https://go.simpleevents.io/add-to-calendar-hubspot-module

    JAnswered by Justin Givens - Level 2

    Ilich is developing an email module but is encountering issues with rich text fields not being editable in the UI.

    IIlich Padilla
    #email-developmentAug 28, 2024

    Ilich found that removing 'enabled_features' allowed the rich text field to appear and be editable.

    IAnswered by Ilich Padilla

    Walter is asking how to customize and validate a form module using regex and needs examples

    WWalter
    #modulesAug 28, 2024

    Anton Bujanowski suggests adding a cssClass to the form embed code and using theme-overrides.css for styling, referencing the HubSpot forms guide

    AAnswered by Anton

    Andrey wants to reset system pages on HubSpot by swapping the template and saving.

    AAndrey.DSRPTV
    #cms-reactAug 28, 2024

    To reset stubborn system pages, you can try swapping templates in HubSpot settings and saving; this often forces them to refresh.

    AAnswered by Andrey.DSRPTV

    Andrey is encountering an error during deployment after updating @hubspot/cms-components and @hubspot/cms-dev-server.

    AAndrey.DSRPTV
    #cms-reactAug 28, 2024

    He needs to ensure compatibility with CLI updates and possibly review the specific line that leads to the error message for context.

    AAnswered by Andrey.DSRPTV

    Andrey is asking about the correct import path for a helper function 'withUrlAndQuery' in React components.

    AAndrey.DSRPTV
    #cms-reactAug 28, 2024

    It’s important to check if 'withUrlAndQuery' is part of the correct library package, and if necessary, to confirm that the helper utilities are stored in the expected location.

    AAnswered by Andrey.DSRPTV

    Thomas wants to trigger a workflow immediately when a Call object is created, but only sees triggers for 'call started' or 'call ended'.

    TThomas Lane
    #workflowsAug 28, 2024

    Camille suggests using a property-based enrollment trigger for the Call object instead. For example, triggering when 'Call title is known' or another property that is reliably populated upon creation will effectively trigger the workflow when the call object is created.

    CAnswered by Camille Markentive

    Andrey is experiencing inconsistent search results between debug mode and standard mode without hsDebug=true.

    AAndrey.DSRPTV
    #cms-reactAug 28, 2024

    It seems like the search results might be affected by caching. He should investigate if there is a caching layer that could be serving outdated results.

    AAnswered by Andrey.DSRPTV

    Brad Tollett is experiencing issues when importing modules in serverless functions, getting `Cannot find module` errors.

    RRyan Patel
    #ui-extensionsAug 28, 2024

    The responses suggest ensuring correct file paths and module availability in the serverless environment, along with checking module exports and imports correctly.

    RAnswered by Ryan Patel

    Parbat wants a workflow that triggers when a contact's owner changes, and then calls a third-party API, sending the contact details and the new owner's email address.

    PParbat Singh
    #workflowsAug 28, 2024

    Camille suggests setting up a contact-based workflow triggered by 'Contact owner is known' with re-enrollment enabled. This workflow would need a custom code action (requires Operations Hub Pro/Enterprise) to make the call to the third-party API. To get the owner's email address (which isn't directly available as a token), the custom code must first use the Owner ID (available in the workflow) to call the HubSpot Owners API (`GET /crm/v3/owners/{ownerId}`).

    CAnswered by Camille Markentive

    Mary Song encounters an error associating a Company with a Contact, suspecting a bug in the v4 associations API.

    MMary Song
    #apiAug 28, 2024

    Error indicates invalid object ID (CONTACT=22645422197). Likely due to swapped Company/Contact IDs in the API endpoint URL.

    MAnswered by Mary Song

    Cristóbal Parraguez is experiencing a 403 Forbidden error when creating deal associations using the Associations v4 API.

    AAce Hedger
    #ui-extensionsAug 27, 2024

    Users suggest checking the access permissions and ensuring the association type ID is correct, as well as confirming whether the app has the appropriate scopes for creating associations.

    AAnswered by Ace Hedger

    Luke Belgeri asks about the purpose of 'displayOrder' in the Properties API and where it affects the UI.

    LLuke Belgeri
    #apiAug 27, 2024

    Carter explains displayOrder affects property group sorting in sidebar, not the 'View All' page, and notes potential issues with the new record customizer.

    CAnswered by carter

    Joep is encountering a TypeScript error regarding the ImageField component when defining a repeater.

    JJoep Klaassen
    #cms-reactAug 27, 2024

    The error occurs due to a missing 'src' property in the typing. Joep should ensure the default image object includes all required properties as per the TypeScript definition.

    AAnswered by Andrey.DSRPTV

    Saar reports that using set_response_code(404) causes CSS stylesheets to not load on the 404 page.

    SSaar Speksnijder
    #hublAug 27, 2024

    Saar resolves the issue by replacing require_css with a direct HTML link tag for stylesheets.

    SAnswered by Saar Speksnijder

    yingyu asks how to retrieve invoice line items via API.

    Yyingyu
    #apiAug 27, 2024

    Michael Shepherd references the Line Items API endpoints and properties documentation for fetching data.

    MAnswered by Michael Shepherd

    James is looking for tips on splitting a list in HubSpot for A/B testing outside of HubSpot’s built-in function.

    JJames Kupczak
    #email-developmentAug 26, 2024

    James shares insights on splitting lists and suggests sorting contacts based on engagement, alternating A/B assignments for balanced testing.

    JAnswered by James Kupczak

    Jolly faces undefined property errors in a deduplicate contact workflow using custom code

    JJolly Molos
    #generalAug 26, 2024

    Robert and Carolyn recommend configuring secrets, debugging API responses, and correcting property mappings

    RAnswered by Robert Ainslie

    Sultan is unable to fetch HubDB rows beyond 1000 due to a default limit.

    SSultan
    #hublAug 26, 2024

    Anton explains that HubDB has a 1000-row default limit and suggests manually setting a higher limit using the HubDB API.

    AAnswered by Anton

    Justin Dearing asks why custom properties aren't returned in GET requests for custom objects by default.

    JJustin Dearing
    #apiAug 26, 2024

    Justin resolves the issue by appending ?properties={property} to the request. Ryan suggests dynamically fetching all properties via the properties endpoint.

    JAnswered by Justin Dearing
    Page 29 of 535