Slack Archive
SearchChannelsQ&AUsersFiles

Slack Archive Browser

    Questions & Answers

    Muhammad asks if it's possible to save data submitted via a HubSpot form into HubDB.

    MMuhammad Faran
    #workflowsAug 26, 2024

    Parul confirms that this is possible. The recommended approach is to use the HubDB API. This would likely involve triggering code (e.g., via a webhook listener for form submissions or a custom code action in a workflow triggered by the submission) that calls the HubDB API to add a new row with the form data.

    PAnswered by Parul Sen

    CloudGuy cannot fetch a purchased theme via CLI in a production environment

    CCloudGuy
    #generalAug 26, 2024

    Twentyninetimes identifies marketplace themes as the issue and advises contacting the theme author

    TAnswered by Twentyninetimes

    Abhinav Srivastava seeks an API to fetch all custom object data without pagination limits.

    AAbhinav Srivastava
    #apiAug 26, 2024

    Dean links to the CRM Custom Objects API documentation, implying pagination is required as no single endpoint bypasses limits.

    DAnswered by Dean Frazier

    SJ announces details on RSVPing for the INBOUND Dev Event and emphasizes the need for exclusivity regarding invitations.

    Ssj
    #inbound2024-devcommunityogsAug 23, 2024

    SJ shares exciting news about having microphones available for the meetup at the community center.

    SAnswered by sj

    Darko encounters empty results when batch-updating merged deals via API

    DDarko Dencic
    #generalAug 23, 2024

    Camille suggests using the Import API with old deal IDs, which successfully updates merged records

    CAnswered by Camille Markentive

    Walter's Swiper slider isn't working when including Swiper's CSS/JS from a CDN using `require_css` and `require_js` blocks. It works when included directly in <style>/<script> tags.

    WWalter
    #modulesAug 23, 2024

    Twentyninetimes explained that for external CDN links, one should use the function calls `{{ require_css('CDN_URL') }}` and `{{ require_js('CDN_URL', 'footer') }}` OR place the standard `<link>` and `<script>` tags inside `{% require_head %}` / `{% require_footer %}` blocks, rather than using the block syntax `{% require_css %}` / `{% require_js %}`.

    TAnswered by Twentyninetimes

    Alex seeks a solution to connect Authorize.net for payment processing in HubSpot

    AAlex
    #generalAug 23, 2024

    Denis recommends DepositFix, a tool supporting Authorize.net for subscriptions and one-time payments

    DAnswered by Denis Lunev

    Jaydip seeks to associate imported contacts with existing companies by domain during import

    JJaydip
    #generalAug 23, 2024

    Sarah explains contacts auto-associate by domain or using Record ID mapping, with additional methods from Thomas and Michael

    SAnswered by Sarah Ganote

    Rajinder cannot edit parent theme files and needs guidance on creating a child theme

    RRajinder
    #generalAug 23, 2024

    Miteshkumar and Saad provide steps to create a child theme via HubSpot's documentation

    MAnswered by Mitesh Padariya

    Alex is looking for comprehensive documentation summarizing the HubSpot Node.js SDK client methods available within custom code actions.

    AAlex Kosheliev
    #workflowsAug 23, 2024

    No single summary document is identified. Alex started deciphering the official SDK documentation generated on GitHub (github.hubspot.com/hubspot-api-nodejs/). This generated documentation, combined with examples, is the primary resource.

    AAnswered by Alex Kosheliev

    Kaushik needs help making visibility rules work for grouped theme fields

    KKaushik
    #themesAug 23, 2024

    Anton advises adding an 'operator': 'EQUAL' to the visibility rules in fields.json.

    AAnswered by Anton

    Byron reports that associating a task with a Deal via API isn't working despite correct associationTypeId.

    BByron Piedrahita
    #apiAug 22, 2024

    Yiz identifies missing 'from' ID in batch association payload and directs to use the correct API structure for single vs. bulk associations.

    YAnswered by Yiz Segall

    Bolt asks how to correctly format the response their server should send back when receiving a HubSpot webhook.

    BBolt
    #workflowsAug 22, 2024

    No direct answer provided in the thread. Generally, HubSpot webhook subscriptions expect the receiving endpoint to return a 2xx HTTP status code (e.g., 200 OK or 204 No Content) quickly to acknowledge receipt. HubSpot typically does not process or expect a specific response body.

    BAnswered by Bolt

    Matthew is asking whether searchableProperties in CRM schemas determine which fields can be returned via API or if all properties are accessible.

    MMatthew Doherty
    #apiAug 22, 2024

    Yiz clarifies that searchableProperties is for HubSpot UI search functionality, not API access. All properties are accessible via API if included in the schema.

    YAnswered by Yiz Segall

    Olia asks if it's possible to clone a Marketplace module, similar to creating a child theme.

    OOlia Gozha
    #modulesAug 22, 2024

    Anton clarified that cloning Marketplace modules is generally not allowed by HubSpot due to licensing and ownership policies. Customizations usually require building a new module or working within the options provided by the original module.

    AAnswered by Anton

    Bolt wants to trigger a webhook when a new Note is added to a HubSpot record but doesn't see Notes as an option in webhook settings.

    BBolt
    #workflowsAug 22, 2024

    Justin clarifies that Note webhooks aren't configured in the standard workflow triggers but through Public or Private App webhook subscriptions. Justin also implies that the 'Expanded Objects' beta feature might need to be enabled in the app settings to access Note webhooks.

    JAnswered by Justin Givens - Level 2

    Bolt seeks a way to trigger a webhook when a new note is created, as engagements aren't supported in standard webhooks.

    BBolt
    #apiAug 22, 2024

    Michael suggests using the Engagements API to retrieve notes periodically instead of relying on webhooks, as notes aren't supported in webhook subscriptions.

    MAnswered by Michael Shepherd

    Crystal's JavaScript code fails to update HubDB rows except for the 'hs_name' column.

    CCrystal Bohacek
    #apiAug 22, 2024

    The error is resolved by nesting the updated data under a 'values' key in the payload, correcting the JSON structure.

    CAnswered by Crystal Bohacek

    Rob Harrison cannot conditionally load different headers based on the template using template_meta.label

    RRob Harrison
    #hublAug 22, 2024

    Gunnar Normand suggests using template blocks and global partials to dynamically include different header files based on the template

    GAnswered by Gunnar Normand

    Rachel is inquiring about options for adding video to custom email templates, asking if embedding video to autoplay is possible.

    RRachel
    #email-developmentAug 22, 2024

    Anton advises against embedding videos due to compatibility issues with email clients and recommends using a play button overlay on a thumbnail that links to the video instead.

    AAnswered by Anton
    Page 30 of 535