New to hubspot, having some issue with the "Thank you message or page redirect option" on the form. I want to Redirect to another page after a visitor submits the form. I want to add a link to another page on our website, but I want to pass Leer más
I'm trying to use the retrieve ticket get request with /crm/v3/objects/tickets but noticed that it only returns a small amount of tickets at once and from oldest to newest. It does provide a link to get the next batch but I'd rather not have to make Leer más
I'm trying to use the Search API: /crm/v3/objects/deals/search along with this filter condition: (a || b) && (c || d) - where a, b, c, d are properties that have to be equal to some specific value. On the documentation page I found th Leer más
Hi, I have been trying to send a replace file content request from my server (Node JS). I want to update the content of a json file, but I am getting a 400 error: Here's my code: const FormData = require ( 'form-data' ); var Leer más
Hello, I am looking for documentation on available field types for available types. When I read properties from HubSpot API, it shows ``` "type": "datetime", "fieldType": "calculation_read_time", ``` But I can't find this field type do Leer más
I am trying to find even one example of retrieving associations between companies and contacts using the python API. The closest I've come is suggestions to use something like api_client.crm.associations.batch_api.read("companies" Leer más
Hi, @CDahl1 👋 Thanks for your question. The batch read API method you're trying to use requires a body with a list of the IDs of the objects yo...Leer más
Hi, We are developting and UI extension for Hubspot CRM. I'm following this documentation for a headstart https://developers.hubspot.com/docs/platform/developer-projects-setup . But didn't found few setting which are suppose to required to Leer más
I'm working on a script to import my company's data into Hubspot using the Hubspot Node package. I've encountered the issue of not being able to make custom same-type associations, so my solution is to make a custom object to "bridge the gap" Leer más
https://developers.hubspot.com/docs/api/files/files For POST/files/v3/files Upload file Upload a single file with content specified in request body. Request >>> No code samples are available <<< Please provide Leer más
Checking out npm @hubspot /api-client File API archive call, expect it to be method POST is method DELETE . https://github.com/HubSpot/hubspot-api-nodejs/blob/master/codegen/files/apis/FilesApi.ts#L25-L66
Hi there. Thanks for flagging this. Please ensure you file an issue in the repo as the maintainers are not active in the community, but they are in t...Leer más
Hi, Is there an available API to get campaigns (i.e. data from here: https://app.hubspot.com/marketing/0000000/campaigns/views/all )? I've looked at the API docs, and I can only find this: https://api.hubspot.com/email/public/v1/campaigns/:cam Leer más
Hey, @yamlnz 👋 Quick question to make sure I understand. When you say campaigns, are you referring Campaigns found in Marketing > Campaigns? ...Leer más