Hello HubSpot Developer Community, I’m currently integrating HubSpot CRM OAuth into our application and had a question regarding client secret rotation and its impact on existing installations. We have a public HubSpot app using OAuth authentic Beitrag ansehen
Hi @PramodK 👋
I haven't been able to find anything specific in HubSpot docs relating to what happens to existing refresh tokens and access tok...Beitrag ansehen
I'm embedding a HubSpot form on a website and trying to redirect users to a custom page after submission using the JavaScript callbacks, but none of the expected events appear to be firing . What I'm trying to do After the form is submitted, I Beitrag ansehen
Hi Bérangère, thanks for sharing these resources! I'll look through them and see if I can find a solution. To answer your question: we're using the ...Beitrag ansehen
The Workflows v4 API rejects PUT /automation/v4/flows/{flowId} with HTTP 400 (FLOW_UPDATE_BAD_REQUEST) when updating an enabled workflow that: Targets the Lead object type (PLATFORM_FLOW) Contains a SEND_EMAIL action (actionTypeId: "0-4 Beitrag ansehen
Hi @EdoardoP , I hope that you are well! Thanks for sharing these detailed findings about the Workflows v4 API (beta) with the HubSpot Community....Beitrag ansehen
Workflows v4 API: dataSources accepted on POST/PUT but not persisted Summary The POST /automation/v4/flows endpoint accepts and validates the dataSources field but does not persist it. A subsequent GET returns an empty array regardless of Beitrag ansehen
You’re not missing anything. Right now the Workflows v4 API accepts dataSources but does not persist them. It gets validated during the request, ...Beitrag ansehen
Hi there, I need to rotate my app's secrets for security reasons. What happens to refresh tokens when this is done? E.g. if I have an existing refresh token and use the new secret - would it still work? Thank you,
Refresh tokens will keep working after the secret is rotated. They are tied to the app authorization, not the client secret. The only change is that...Beitrag ansehen
Looking for peer input from my peers here.
Client scenario:
A financial data company publishes vial their legacy CMS articles and news. Some of these are time-sensitive deal/IPO/article alerts (up to ~10/day). Each alert must trig Beitrag ansehen
Hey @BrightBull , I hope that you are well! Thanks for reaching out to the HubSpot Community! For that, I'd love to put you in touch with our To...Beitrag ansehen
Hello everyone, I’m currently trying to publish an app to the HubSpot Marketplace, but I’m running into an issue during the submission process. Each time I attempt to submit the app, I don’t receive any response or feedback about the status of the Beitrag ansehen
Publishing an app on the HubSpot Marketplace is a great way to reach businesses already using the HubSpot ecosystem. The process mainly involves buil...Beitrag ansehen
Hello, I am currently working with calculated date fields in HubSpot and noticed a discrepancy between how certain fields are displayed in the HubSpot UI versus how they are returned by the API . For example, when using the "Time Since" or Beitrag ansehen
We have 2 trustpilot domains each connected to a Shopify store. We have each store feeding into it's own HubSpot Brand, but because both Brands are under the same HubSpot account, we can not connect multiple trustpilot domains to hubspot. Starter Beitrag ansehen
Trustpilot connects 1 shopify store to 1 trustpilot review site. Trustpilot connects 1 HubSpot account to 1 trustpilot review site. They do not tak...Beitrag ansehen
Hi everyone, I'm looking for clarity on how the legacy developer account auto-migration (completing March 31, 2026) will affect established unlisted public apps. Our situation: - We operate a public HubSpot app with over 8,000 active installs - T Beitrag ansehen
Hi, I have an implementation for upserting a larger number of contacts by calling: crm.contacts.batchApi.upsert through the Node.js HubSpot SDK. The implementation used the documentation, as of: https://developers.hubspot.com/docs/api-ref Beitrag ansehen
Hi @GBakonyi0 When I see the link that you have shared, it redirects to engagement batch upsert, which is not the same as your requirements. here ...Beitrag ansehen
I'm retrieving changed data through the /crm/v3/objects/0-3/search api. The body I'm sending is {"after": "0", "limit": 100, "sorts": ["lastmodifieddate" ],"properties": [ "deal_customer_number", "opp_account_number", "opportunity_id", "closed_los Beitrag ansehen
Hi @aemmi ,
Unfortunately, there isn't a way to format the values for properties such as " hs_deal_stage_probability" or "hs_projected_amount"...Beitrag ansehen