Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Andrew Willoughby's line item images in email rich text modules are not rendering due to syntax errors in the img tag.

    AAndrew Willoughby
    #email-developmentDec 3, 2024

    Fix the img tag syntax by removing the extra quote and ensuring proper HubL structure. Example: `<img src='{{ line_item.hs_images }}' ... />`.

    AAnswered by Andrew Willoughby

    Pablo inquires about future plans for mutation endpoints in the v3 Events API since the current updates have disrupted their workflow.

    PPablo Jiménez
    #v1-timeline-api-change-2024Dec 3, 2024

    Pablo needs clarification on how to continue using the API for logging conversations without mutation capabilities.

    PAnswered by Pablo Jiménez

    Byren wants to use different templates for listing vs. individual case study pages

    BByren Atkinson
    #hublDec 3, 2024

    Using HubDB variables with conditional logic to differentiate templates. Example: `{% if request.path == '/case-studies' %}`

    MAnswered by Mitesh Padariya

    Arrigo asks if the Mobile SDK Beta is still available

    AArrigo Lupori
    #mobile-chat-sdk-betaDec 3, 2024

    Beta access remains available via the request process described in Eric Song's initial message.

    EAnswered by Eric Song

    Max needs dynamic form logic to show/hide a calendar based on dropdown selections

    MMax Shuter
    #hublDec 3, 2024

    Implement client-side JavaScript for dynamic interactions since Hubl is server-side. Example: `document.addEventListener('change', function() { ... })`

    FAnswered by Federico Mozzo

    Cristian reports that they are still able to create timeline events but receiving a `410 Gone` error, and asks if this is expected.

    CCRISTIAN PARDO
    #v1-timeline-api-change-2024Dec 3, 2024

    Cristian seems to be facing issues with the deprecation of the PUT endpoint while still managing timeline events.

    CAnswered by CRISTIAN PARDO

    Alana Caporale asks if deleting a HubSpot form stops Wix submissions from re-initializing it

    AAlana Caporale
    #generalDec 3, 2024

    Goran Ilievski explains non-HubSpot form submissions re-create the form and suggests field mapping.

    GAnswered by Goran Ilievski

    Nir wants to set a fallback value for missing properties in emails

    NNir Bar-On
    #hublDec 2, 2024

    Using the `default` filter with the `true` parameter to handle missing properties. Example: `{{ your_property|default("backup value", true) }}`

    JAnswered by James Kupczak

    Jon is inquiring about sending SMS alerts to contact owners through workflows, seeking a streamlined method to do so.

    JJon Smith
    #workflowsNov 30, 2024

    Alex outlines a two-workflow approach using Twilio to send SMS messages and suggests setting up contact owner's phone number in a property first.

    AAnswered by Alex Woodbridge

    Stacey Thomas struggles to find workflow IDs without API calls

    SStacey Thomas
    #apiNov 29, 2024

    Zach Klein explains workflow IDs are visible in the URL, but Stacey clarifies the API uses a separate internal ID. The solution involves using the API to retrieve the correct ID.

    SAnswered by Stacey Thomas

    Walter wants to query contacts by a custom property (e.g., nrodocumento)

    WWalter
    #apiNov 28, 2024

    Ryan Ginsberg and Aldo Carrillo recommend using the Search API to filter by custom properties.

    RAnswered by Ryan Ginsberg

    Aleksey Vays needs a list of ticket properties for API queries

    AAleksey Vays
    #apiNov 28, 2024

    Scott Marion directs using the /crm/v3/properties/tickets endpoint to fetch all ticket properties.

    SAnswered by Scott Marion

    Dawid faces issues with the native breadcrumbs menu in multilingual blogs

    DDawid
    #modulesNov 28, 2024

    Twentyninetimes provides custom HubL code to generate breadcrumbs manually

    TAnswered by Twentyninetimes

    Chiara is facing issues with a workflow allowing re-enrollment, as the log shows contacts are not re-enrolling despite the setting being enabled.

    CChiara Simoni
    #workflowsNov 28, 2024

    Users suggest checking the specific contact's workflow activity to see what happened and exploring if the workflow is behaving as expected based on its triggers.

    LAnswered by Lynn

    Lloyd Hofmeyr asks if Public Apps have daily API limits

    LLloyd Hofmeyr
    #apiNov 28, 2024

    Dave Cozens confirms Public Apps have per-second and batch limits, but no daily limits per account.

    LAnswered by Lloyd Hofmeyr

    Macarios Mehani wants to create subscriptions without using HubSpot Commerce Hub

    MMacarios Mehani
    #apiNov 27, 2024

    Ryan Ginsberg suggests creating a custom object and using webhooks to mirror Stripe payment events.

    RAnswered by Ryan Ginsberg

    Ryan Ginsberg asks if field-level permissions can be set via API

    RRyan Ginsberg
    #apiNov 27, 2024

    Muhammad states that field-level permissions are not currently supported via the API.

    MAnswered by Muhammad

    operations974 cannot locate 'Clients' in CRM; seeks guidance

    GGlobal Adventure Ltd
    #generalNov 27, 2024

    Muhammad clarifies that clients are managed as Contacts in HubSpot.

    MAnswered by Muhammad

    Carolina Buonomo's Webflow checkbox values map to 'On' in HubSpot instead of specific choices

    CCarolina Buonomo
    #generalNov 27, 2024

    Erick Barrantes recommends using HubSpot Forms API for structured submissions.

    EAnswered by Erick Barrantes

    Purusothaman K asked how to add a UI extension to an existing public app in HubSpot.

    PPurusothaman K
    #local-developmentNov 27, 2024

    Roger Brown explained the need to migrate the app to projects and provided documentation for integrating UI extensions.

    RAnswered by Roger Brown (HubSpot PM)
    Page 10 of 535