I’m working on a Power Automate flow that converts data collected from Microsoft Forms into an HTML file, which I then convert into a PDF using Ecodian. Currently, the flow successfully sends the generated PDF via email. However, I now need to p read more
Hey, @JToussaint1 👋 Thank you very much for the interesting, and well organized, question. While I don't have the answer, I did some digging to ...read more
Hi everyone, We're currently working on an integration where we push invoice statuses from another system into HubSpot. However, we've noticed that the invoice status in HubSpot appears to be read-only through the API, and we need to map and update read more
Hi @CZangabee
As it read-only property in HubSpot, you won't be able to update it. A common workaround is to create a custom property on th...read more
Whenever I try to POST or PATCH the contacts email address field, if the email contains a plus sign (+) HubSpots rejects it as an invalid email even though it's a valid email. An example would be myname+34@gmail.com How do I get the API to ac read more
I am trying to figure out how to use the Search Company API and getting an odd error. ResponseSwaggerSchemaValidationFailure . The API 'hubspotcrmv2' returned an invalid response for workflow operation 'Search_companies' of type 'OpenApiConnec read more
I ended up having to use the HTTP request action. It turns out the Hubspot API is sending the value "Total" as an Int but the MS Action has it Mapped...read more
Has anyone worked with the new Orders object in HubSpot yet? We're trying to integrate our Point-of-sale system to HubSpot and create orders, but cannot find any API documentation on this object. Background: we've already connected the new Shopi read more
Hello HubSpot Community, In our business case, we encounter a need to access more than 10,000 results in our search API calls. Presently, we generate reports based on the last modified date of deals, updating our database daily with changed deals. read more
Actually, sorry nevermind. There's a limit to how many you can have in a NOT_IN filter and also the initial request would be too long to process anyw...read more
Hi everyone, I set up the Zendesk integration from the HubSpot app marketplace and I am having issues getting the integration to automatically run the sync when a field is updated in Zendesk. Everything seems to be working great, but I find myse read more
Hey @Singenuity , unfortunately we have no control on when these items sync as they kind of queue up first and do checks as well. We're a bit at t...read more
So I am not sure why, I know I am passing the right association type id and I have passed the id s an int and a string and for some reason my serverless function for my UI Extension is creating records but it is not associating the record in my cust read more
Hi, @SJohnson0 Thanks for your question. It's great to see you're taking a hands-on approach to troubleshooting. Remember, our community thrives ...read more
Workato is our integration platform to connect HubSpot with our ERP system. For the last year, we've had an integration to create HubSpot users from the ERP system employees. We've created a custom action to Create the User following this docume read more
Hi @TWallen 👋
I've just managed to replicate the issue you've described. Seems to be related to the empty "primaryTeamId" key-value pair. When...read more
I'm looking to create a workflow that when a deal is signed and moved to "Closed Won," it intergrates and creates a new customer/contact in QuickBooks automatically. All the pertinent company/billing information in Hubspot woud then be available to read more
@AJPalmerAllied do your deals have quotes associated?
If so, you can use workflows to trigger based on your closed won criteria to create an ...read more
const associationsResponse = await hubspotClient . crm . associations . getApiAssociations ( 0 , contactId , 2 ) ; i keep getting the errow ' Property 'getApiAssociations' does not exist on type 'Associations read more
Hi @SJohnson0 👋
You might consider using the HubSpot CRM "Read Contact" endpoint . The documentation gives the following example where Node i...read more
Hi there, I currently have issues with active installs while buidling a connector between my app and HubSpot. Active installs are defined as the number of unique HubSpot production accounts , unaffiliated with your organization, showing successf read more
@Jaycee_Lewis Hi Jaycee, I just got a confirmation from the marketplace team that Apps/integrations do not require marketplace listings to be inst...read more