Is anyone else experiencing issues with the Files API search endpoint today ? Starting this morning, the /files/v3 /files/search endpoint returns empty results ( {"results":[]} ) for ALL queries, despite files existing 続きを読む
I followed your steps to reproduce and the 3 different endpoints you mentioned, I tried testing images and PDF's both inside and outside of folders. ...続きを読む
Hi all, I would like to hide or edit the default language selector that is used by the Elevate theme. In English it looks okay, but when I switch to another language, it kinda ruins the header and makes my menu go on 2 lines instead of 1. 続きを読む
Hi, I am trying to set up a new app with a webhook on quotes with these configuration: app-hsmeta.json: { "uid": "myApp_app", "type": "app", "config": { "description": "My custom app", "name": "myApp-Application", "distribu 続きを読む
Hey everyone, I am trying to create custom association labels between a custom object and the Lead object via the v4 API, and I keep getting a 500 internal error. Here's what I'm doing: POST https://api.hubapi.com/crm/v4/associations/2- 続きを読む
Maybe a bug in the API? The label and inverseLabel cannot be the same value when trying to create a label via the API. Likely because if they are...続きを読む
Hi everyone, I’m trying to automatically create an invoice from a deal’s line items when the deal is moved to Closed Won, using a Deal-based workflow with a Custom Code (Node.js) action. What I’m trying to achieve Trigger: Deal moves 続きを読む
Apologies for the delay in replying, I've tried to replicate the error but been unable to, the code in that Github gist is working in my test account...続きを読む
I need to call 'POST https://api.hubapi.com/crm-object-schemas/v3/schemas', from a public app, so I'm using the accessToken of a real hs user I got this error { "message": "All of the following scopes are required.", "context": { 続きを読む
Hi @realtebo2 and thanks for your patience! So, the crm.schemas.custom.write scope isn’t available for public apps built on the developer platfo...続きを読む
Hi everyone, We’re currently facing a blocker with HubSpot Quotes. At this time, custom line item properties cannot be displayed in quotes. This prevents us from showing critical commercial and technical information that lives at the line item lev 続きを読む
Hello dear HubSpot Community, We are an incubator for pharma that acts by projects that constantly needs new candidates and project proposals. Currently, we are managing three distinct target groups: Target Group n.1 (Candidates) : We use an 続きを読む
Welcome to the Community @MMorganti ! The nice thing about HubSpot is that it's a platform, which means integrations abound. However, as a longtime ...続きを読む
Hello, as the title suggests, I need an API (or some kind of resource) to determine if there are human agents connected and attending to their inboxes. I need to take UI actions depending on it. Are there resources available to address this 続きを読む
How to securely access an external api( .net api hosted on azure) from a form hosted on hubspot. My current subscription does not allow me to use webhooks. Is there any alternative way to secure the external api?
Hey @LT3 - thanks for posting in the Community! While I'm not familiar with any workarounds that would enable you to bypass a subscription upgra...続きを読む
I have created a CRON job to fetch data from NowCerts and create records in HubSpot. The CRON job is working correctly, but I am frequently receiving 429 errors. I have verified that my monthly API rate limit has not been exceeded. We have set 続きを読む
Hi @VChadha For NodeJS applications, you can utilize the bottleneck package to effectively handle 429 errors. You can find more information about ...続きを読む