i am facing a situation . we do have a non hubspot form which captures lead from login page . but the contacts coming to crm from that form as tagged as customer's customer by default which is wrong , ideally it should be lead. since it is a non hub read more
Hello Naveen, Is therre a way you can provide more information on the non hubspot form that is being utilized? Based on the information, here are...read more
Hello, I have a API endpoint with data (Reviews). I want to place these inside a hubdb but is it possible to create an app and sync the data. so it runs like a cronjob. Is this possible with only creating a Private App? or do i need to run the code read more
Hi @BBecker1 ,
You can’t run scheduled syncs (like a cronjob) using just a HubSpot Private App. The Private App gives you API access, but it d...read more
For the endpoint: " https://api.hubapi.com/crm/v4/associations/{fromObjectType}/{toObjectType}/batch/read" I see that there is pagination on a per-object id basis for the 'inputs' parameter. The following endpoint which is non-batch for a s read more
Hi @RLehrhaupt , thanks for getting back to us and thanks @GRajput for your help! I understand that you are using the batch read association...read more
Hi Community, Hoping someone can point me in the right direction. We are trying to retrieve the Zoom External ID (hs_meeting_external_id) for our Zoom meetings via the API, but the field is consistently empty. idea is to use this to map the recordi read more
Is this the correct format for a HubDB API request to add a table row, particularly a location field? I'm getting an error: "message": "Invalid input JSON on line -1, column -1: Cannot construct instance of `com.hubspot.hubdb.mode read more
Hi there, i'm having an issue with a HubDB table. In the table settings i've enabled API access & dynamic page creation. Through my API, I am able to update every column except for the standard ones; page path (hs_path) and page title (hs_name). read more
Hey @cives , It fails with "No such column", because hs_path isn’t a user-defined column. It’s derived from the row slug and internal system mapp...read more
Hi I have a production app which is listed on the Marketplace but was basic and did not have developer project framework. Now I wanted to add a new feature using the new UI extension app card. I have tried this with a test app which isn't read more
Hi guys, allowedUrls issue has now been solved. When I migrated the production app to the new developer framework, the public-app.json was created au...read more
Hi, I'm working with the HubSpot API to programmatically create quotes. I'm able to successfully create a quote in DRAFT status, including all relevant details: line items, template, contact, company, sender, and comments. Once created, the read more
Hello Pete, thanks for the suggestion. I tried but it doesn't work. For creating the quote I'm using the payload as follows: const quotePaylo...read more
Hi there!!! I'm exercising Hubspot API to create a quote. I was able of creating a quote, including most of the fields within the quote. But I am unable of selecting a template for the quote, so it can not be finished. I'm programming in jav read more
Hello! Based on your message, I would suggest that try and do it with the association attribute: https://developers.hubspot.com/docs/guides/...read more
I am trying to figure out how is the url path and scope permissions needed so I can , using python and API (v3 or v4) return the jira item (id and status ) associated with an specific ticket id.
Hi @AndreASantos 1) Fastest route—get the two Jira fields directly from the ticket: GET https://api.hubapi.com/crm/v3/objects/tickets/{TICKET_ID...read more
Hi! I am trying to get the contacts from a List. The list is a dynamic list (I think). The list URL is like this: https://app.hubspot.com/contacts/ACCOUNT_ID/objectLists/5039/filters I tried using the https://api.hubapi.com/contacts/v1/lis read more
@PMunar - I'm thining that the list API you want is described here:
https://developers.hubspot.com/docs/reference/api/crm/lists#get-%2Fcrm%2Fv3%...read more
Hi HubSpot Developer Community, I'm developing a process using a Private App to download file attachments associated with specific Notes on Contact records. Context: HubSpot Plan: Sales Hub Professional & Service Hub Professional My read more