Hi, I managed to build a public App using the Project with extension and webhook under my developer account. It has not been published yet. I tried to add a custom workflow action to it using the API. https://api.hubapi.com/automation/v4/actions/ read more
Hello HubSpot Community, I’m encountering a 403 Forbidden error while authenticating an external request with my public app. The error message I’m receiving is: "status":"error","message":"EXTERNAL auth request is missing required 'workflows-acce read more
Hi @TomM2 Its not free account, im asking on behalf of my organization, we are professinal integration platform, where have an integration public ...read more
Hello HubSpot Community, We're currently facing a significant challenge with our two-way HubSpot-Salesforce integration, and we're hoping to tap into your collective expertise for a solution. The Core Problem: Our primary issue ste read more
I have an automated process that uses the Notes API to read notes from HubSpot and sync with an external system. This has been running and working for over a year with no issues/changes. Last week (July 10, approx 6:45 am Pacific) the process abrupt read more
Hey @km_compiler 👋 This breaking change was announced last year and went into effect on June 24th — Breaking Change: Removed Support for Ref...read more
Hello all, I am not a developer but I have made a couple of custom objects using the instructions here: developer https://developers.hubspot.com/docs/guides/apps/private-apps/overview#private-apps . I keep getting these notices to rotate my p read more
Hi @jj12stars , Thank you for reaching out to the Community! I'd like to invite some community members who are subject matter experts to join ...read more
Hi, Im looking for a way to set a contacts google ads click property from ad links through the hubspot chatbot. I know i can access the gclid from the cookie and I cant find a way of setting it with the chatbot. I would need the contacts email read more
Hi @CHutt5 , Thank you for reaching out to the Community! I'd like to invite some community members who are subject matter experts to join thi...read more
Hi, I'm trying to understand the required scopes for calling the HubSpot properties API, specifically: GET /crm/v3/properties/{objectType} For example, if I want to fetch properties for the cart object (/crm/v3/properties/carts), do I read more
Hi everyone, I'm using the HubSpot Import API to import Contacts and Companies into our HubSpot account. Everything works smoothly, but I've encountered an issue with tracking/filtering the imported records. In the import JSON payload, I specify read more
Thank you, @BrandonWoodruff , for your response. Yes, your solution works; however, I’m building a solution to import data from my product into mult...read more
Hi, I'm trying to create my first Public app and when i go to the Apps-->Add New Scope, i don't event see crm.objects.notes.read or anything related to notes in the "Add new scope->Find new scope search bar" or in the dropdown list that pops read more
Hey, @AG-GA 👋 Are you trying to get an actual Note associated with a Contact record? Or a document stored as a file and listed on a contact re...read more
Hi everyone! At 247EmirateGuides, we post verified jobs in UAE daily and are exploring ways to sync applicant info into HubSpot automatically. Has anyone used Zapier or custom APIs to connect job boards with HubSpot contacts or pipelines?
Hi @sarahjacob2k24 , You can definitely pull job applicant data into HubSpot using either Zapier or a custom API.
If you have a paid Zapier plan...read more
Good Afternoon, I have some HS API calls embedded in a spreadsheet. I expect they've been there and working for several years without issues. Now, issues. As a diagnostic, I took the exact URL and exact key and tested them in POSTMAN. (pe read more
OK I'm not sure why I can't edit my post anymore but I'm making some small gains. I got Postman functional at work by uninstalling/reinstalling. ...read more
Below is a sample payload for my API to update an event attendance. {"inputs": [{"email": "email@sample.com", "interactionDateTime": 1752222480 }]} The unixtimestamp should be representing today's date, however no matter what I do, it show read more