When using HubSpotFormsV4 , calling form.setFieldValue() on the phone field clears the value in the form state , but the UI still displays the old value (the phone number remains visible in the input). 1. Enter phone number manually read more
When using the native Seismic integration in HubSpot, the (1) indicator shows up because there is one Seismic association present—even if it’s only the default Launch Seismic button and no actual Seismic content is linked. The count reflects the p read more
Hi everyone, I'm currently using the HubSpot Import API ( /crm/v3/imports ) to import Contacts and Companies into our HubSpot account. This API allows you to specify a "name" key in the payload, and the corresponding value gets populated in the read more
Hi HubSpot Community , I'm encountering an issue with my public app where a few client accounts are receiving the following error: 403 Forbidden Error : Missing 'workflows-access-public-api' Scope in External Auth Request Here's some backgroun read more
Hi everyone, I'm currently using the HubSpot Import API ( /crm/v3/imports ) to import Contacts and Companies into our HubSpot account. The data source is a dynamic sheet that includes contact and associated company information. However, the sheet a read more
Hi everyone, I'm using the HubSpot Import API to import Contacts and Companies into our HubSpot account. The import process works smoothly, and the API response returns a JSON object containing a "state" key with the value "STARTED ", along wi read more
Hello, Each of our deals have property "site address 1". I'm trying to make a workflow that will flag up when entering a new deal if the address already exists on the system (either by a property field or be sending a internal email). We have ope read more
Yes, you can absolutely achieve this using a custom code action in your HubSpot workflow. Below is a working approach using Node.js that checks whe...read more
Hi everyone, I'm building a HubSpot app using OAuth 2.0 and I want to restrict the installation of my app to only a specific set of HubSpot portals (identified by portalId). These portal IDs are stored in my backend DB (e.g., only clients who hav read more
Hi @MKatewa ,
Currently, HubSpot’s OAuth flow does not provide the portal ID until after the token exchange. This means you cannot block unaut...read more
Hi all, I'm currently building automated workflows using the HubSpot Workflows API. I'm trying to replicate the same logic I see in the HubSpot UI , where we can define parallel branches based on filters like contact job titles read more
FYI: You can run pull a workflow and see the JSON for it via the GET request. This is probably the easiest way to see how something is built for work...read more
Hi, I have added automation as optional scope to my public app. For some of my clients, there are "403 Forbidden Error: Missing 'workflows-access-public-api' Scope in External Auth Request" error logs. I have checked their scopes through " https: read more
Hi @GiantFocal , Thanks for your response. To help me resolve the issue, could you please clarify: What specific subscription level(s) are requ...read more
Hi HS Community, I am a developer working at a mid-sized business that uses Hubspot as its CRM and bulk mailing platform. My predecessor did the bulk of the initial set up of the platform and left limited documentation. The web UI seems to provide read more
Hey @DevAccountHS ,
let me knock out the defaults first before going into details:
Lists , the "change history" feature is indeed quite limi...read more
When I try to add "behavioral_events.event_definitions.read_write" scope to my "requiredScopes" within my React UI Extension code and then run hs project upload. It returns this message:
Unable to find the auto deploy for build #46. This deploy read more
Hi @JDeWitt87 ,
The error message you received suggests the deployment did not complete as expected, which may be unrelated to the scope itsel...read more