Hello i want add new feilds data as i am doing post request to the companys endpoint API https://api.hubapi.com/crm/v3/objects/companies Here is the Json payload { "properties": { "name": "grit", "domain": "grir4tt.com", "city": "LOO", "countr Leia mais
Hi Eugene, Try retrieving a list of company properties via API (GET /crm/v3/properties/companies) and see if the custom field names ("city", "country...Leia mais
Hi all, I'm using the calling extensions sdk to build a new application for an integration between hubspot and my company. One question that I have is, is there a best practice or best place to put custom properties that pertain to that app install Leia mais
When making an API request to https://api.hubapi.com/crm/v3/objects/contacts/batch/upsert, if a contact with the same email already exists, the response returns a 409 Conflict for the entire request, instead of attempting to upsert the other entri Leia mais
Hello, I'm looking for an API to create an email template that I can use under Automations -> Sequences -> Create Sequence -> Email . Is this possible? Basically, I hope my API-created email can show up in the panel below. Leia mais
Hey, @YQin 👋 Unfortunately, there is not a Sequence-related API. There is not an endpoint or way to do what you are asking programmatically. I...Leia mais
Hey everyone! We are building a Workflow using a Google Apps Script which the idea is to connect to HubSpot (either HS Workflow or API). The flow is like this: 1. We download the monthly renewals from HubSpot and import them into Google Sheets 2. Leia mais
Hi, @FQuintanaVicu 👋 Thanks for sharing your post and including your details. Just to make sure you get accurate suggestions, One question to he...Leia mais
When in HubSpot and viewing emails, I can see the publish/send date in my view. When requesting this data via the API ( marketing/v3/emails) , this doesn't seem as straightforward. There is a Publish Date (publishDate) and a Send on Publish boolea Leia mais
Hi, I just tested the form submission API and got a response without conversion id, although that key is mentioned in this document https://legacydocs.hubspot.com/docs/methods/forms/get-submissions-for-a-form . Does anyone exprience the same i Leia mais
Hi, I am setting up a workflow that, when a meeting is booked and recorded on the contact record, copies the meeting's date and time to a ticket. The next step in the workflow is to create a task assigned to the ticket owner, with a due date mat Leia mais
@DJohnson4 - if you want to understand the full set of association type options available at any given time, there is no better call to check this ...Leia mais
Hello! First of all, thank you for taking the time to check my question! I’m trying to retrieve deal activities through the API, but I’m having trouble finding the correct endpoint. Here’s an example of what I want to achieve, based on the d Leia mais
Hey, @LIntelligence 👋 Thanks for your question. Looking at the available endpoints, there isn't an exact match for what you are after. You mig...Leia mais
Hi there! Basically, I'm not sure what the issue is. Is it a bug from HubSpot? Sometimes they load, sometimes they don't. The URL in the external service exists and is playable. Docs here you can find the Loom here : https://www.loom.co Leia mais
Hi all, I'm currently trying to build an integration using NodeJS to update a Deal Line Item using the Line Item Id. I'm attempting to make a PATCH request to the following endpoint: /crm/v3/objects/line_items/{lineItemId} I'm passin Leia mais