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 続きを読む
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. 続きを読む
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. 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
@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 ...続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
Hello, everybody! I am having a really difficult time validating requests from HubSpot using the v3 request signature. Here is the HubSpot documentation: https://developers.hubspot.com/beta-docs/guides/apps/authentication/validating-requests#valida 続きを読む
We need to login into hubspot using a _custom made_ identity provider. First of all, in this scenario, user will be redirected to our custom login page, user will do the login, then should be redirected to hubspot, and hubspot will use data from 続きを読む