Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Eduardo Oliveira (eduardo.oliveira) needs to attach PDFs to emails via the Single Send API but discovers HubSpot's limitation.

    EEduardo Oliveira
    #apiAug 7, 2024

    Michal Wezykowski explains that HubSpot only supports links, not attachments, and suggests using external services like Mailjet.

    MAnswered by Michal Wezykowski

    Santhoshkumar R seeks help with form validation preventing Revenue Hero integration

    SSanthoshkumar R
    #generalAug 7, 2024

    Matt Scott provides JavaScript validation code using HubSpot form callbacks

    MAnswered by Matt

    Mylène Cayla (mylene.c) seeks guidance on integrating 3CX with HubSpot.

    MMylène Cayla
    #apiAug 7, 2024

    Justin Givens shares a link to 3CX's official documentation for HubSpot PBX integration.

    JAnswered by Justin Givens - Level 2

    Atteeq seeks guidance on authentication, contact syncing, and field mapping for a marketplace app integrating with HubSpot

    AAtteeq
    #marketplaceAug 7, 2024

    Anand Narasimhan advises moving custom object permissions to optional scopes to resolve authorization issues during app installation.

    AAnswered by Anand Narasimhan

    Rahul asks how to incorporate and utilize external npm packages (e.g., Stripe, Razorpay) within HubSpot serverless functions.

    RRahul Sharma
    #serverless-functionsAug 7, 2024

    Felix clarifies that while some packages are preloaded, any additional npm libraries must be bundled together with the serverless function code using a tool like Webpack during local development before uploading the bundled file to HubSpot.

    FAnswered by Felix Klauke

    Prashant Abhishek needs a Data acknowledgment form signed by HubSpot for a marketplace app and seeks relevant contacts

    PPrashant Abhishek
    #marketplaceAug 7, 2024

    Carter McKay clarifies that Data Sync apps are exclusively created by HubSpot; third-party developers cannot access this functionality directly.

    CAnswered by carter

    Josías De La Espada (josias) asks if the crm.objects.contacts.write scope can avoid requiring contact deletion permissions for app users.

    JJosías De La Espada
    #apiAug 7, 2024

    Justin Givens recommends using optional scopes and enabling advanced scope settings in the app to limit permissions.

    JAnswered by Justin Givens - Level 2

    Fritz asks if DND email templates can be imported between portals.

    FFritz Darryl Roca
    #email-developmentAug 7, 2024

    Evelynn states DND templates require manual rebuilds, while HTML templates can be uploaded.

    EAnswered by Evelynn Ulsh

    Sami Ali is asking why the featured image set for a HubSpot website page is not appearing when shared on LinkedIn, although it works on other social platforms and the necessary HTML tags (`og:image`, etc.) seem correct in the page's `<head>`.

    SSami Ali
    #seoAug 6, 2024

    Jennifer suggests that sometimes updates to featured images aren't immediately picked up. Unpublishing the page and then republishing it forced the server cache to clear and recognize the change, resolving a similar issue for her.

    JAnswered by Jennifer Nixon

    Chris Abplanalp asks about HubSpot redirect caching duration

    CChris Abplanalp
    #generalAug 6, 2024

    Matt Scott explains browser caching behavior with 301 redirects and recommends incognito testing

    MAnswered by Matt

    Ace needs to use HTTPS for a custom UI extension in local development but encounters CSP errors and insecure content warnings.

    AAce Hedger
    #local-developmentAug 6, 2024

    Nicholas advises using `PRIVATE_APP_ACCESS_TOKEN` in .env, ensuring scopes in app.json, and avoiding hardcoded localhost. Ace later confirms improvements after setup adjustments.

    NAnswered by nick decker - level -32(negative)

    Wojciech Gwardjak asks about controlling image compression in Hubl templates

    WWojciech Gwardjak
    #generalAug 6, 2024

    Matt Scott suggests using WebP format or SVG embedding to avoid HubSpot's compression

    MAnswered by Matt

    Matt Scott reports inaccessible date fields in forms

    MMatt
    #generalAug 6, 2024

    Matt identifies readonly attribute as cause of accessibility issue in form fields

    MAnswered by Matt

    Raman wants to create a button on a custom CRM card (UI Extension) that opens a pop-up, allowing a user to trigger a serverless function to associate a custom object with the contact.

    RRaman verma
    #serverless-functionsAug 6, 2024

    Scott confirms this is achievable and recommends reviewing the official HubSpot UI Extensions examples repository on GitHub, pointing to specific examples for modals/sidebars (`overlay-example`) and serverless function integration.

    SAnswered by Scott Marion

    Beatriz Freire (beatriz) needs a URL for CSV file imports to integrate external partner contacts into HubSpot via a private app.

    BBeatriz Freire
    #apiAug 5, 2024

    Scott Marion provides a link to the HubSpot Imports API documentation for CSV data handling.

    SAnswered by Scott Marion

    Paul is trying to track users via GA4 using HubSpot's live chat widget but has trouble tracking email submissions.

    PPaul Simon
    #javascriptAug 5, 2024

    Paul's inquiry involves suggestions to track interactions through custom events, but no specific answer addressing the issue was provided.

    PAnswered by Paul Simon

    Milica gets module errors using AWS SDK in Node.js 20.x.

    MMilica Zivkov
    #workflowsAug 5, 2024

    Justin advises switching to Node.js 16.x or using AWS SDK v3 submodules for 20.x compatibility.

    JAnswered by Justin Givens - Level 2

    Sourav Kundu (sourav.kundu) reports issues tracking Google/Facebook leads after migrating from Hapikey to Private App v3, with leads aggregated under a single filter.

    SSourav Kundu
    #apiAug 5, 2024

    Scott Marion directs to the HubSpot Imports API documentation for CSV file handling, though the connection to lead source differentiation is unclear.

    SAnswered by Scott Marion

    Tom Abulafya asks about extending HubSpot's WooCommerce plugin

    TTom - TA INVENTIONS
    #generalAug 4, 2024

    Tom later shares solution using WordPress hooks/filters to extend plugin functionality while maintaining updatability

    TAnswered by Tom - TA INVENTIONS

    Tom is looking for documentation on how to extend the HubSpot WooCommerce plugin's functionality – should he edit the plugin or use an add-on?

    TTom - TA INVENTIONS
    #modulesAug 4, 2024

    Tom found the solution himself: The plugin provides WordPress action and filter hooks (`apply_filters`, `do_action`). The best practice is to create a separate custom WordPress plugin that uses these hooks to add functionality, allowing the main HubSpot plugin to remain updateable.

    TAnswered by Tom - TA INVENTIONS
    Page 35 of 535