Hi HubSpot Community, I'm working on creating a Custom Workflow Action that makes an HTTP POST request to an external API. However, I'm facing issues where no requests are being sent from HubSpot to my webhook endpoint, or not reaching my serv read more
Hi @SteveHTM What do you mean by " the actual HTTP request being made"?, the action supposed to trigger a post request to the actionUrl, but there...read more
hello guys, i went throguh the API doc but could not find an answer to my question: what's the property name of associated company id in the GET deals endpoint? I tried with associatedcompanyids but it seems does not work. By default HS returns the read more
Hi @Rintegration ,
When making the API call to the GET deal endpoint , you need to add an "associations" parameter and include the object typ...read more
When I get all Companies data, using the `hubspot-api-client` Python package, they include these properties: `hs_notes_last_activity` `hs_notes_next_activity` `hs_source_object_id` `owneremail` `ownername` However, I can't find these prop read more
Hi, Our customers are experiencing an issue regarding authorization: they need to authorize our app using a Super Admin hubspot user. To correct that, I tried to remove a scope that seemed to require a Super Admin user (tell me if i'm wrong) read more
Hi everyone, I would like to retrieve all workflow enrollments for a given contact, including the completed ones, similar to what the Workflow Memberships screen on HubSpot displays. Is there a way to achieve this using the API? I tried using this read more
Hi, Recently we have begun receiving a high volume of 530 DNS errors, from the hubspot API endpoints (it seems to be a cloudflare response). Our service is located in the AWS AP-Southeast 2 region. "Origin DNS error | api.hubapi.com | Cl read more
Hey, @EM9 👋 If you have a moment, can you open a support ticket for this, please? I'd let them know this is not a custom coding question and t...read more
We have a need to print a Contact bio in a quote but that requires checking a box under buyers in order to make this available to the template. This causes the buyer field to be populated by non buyers (these contacts are essentially the deal owner read more
@cyberwombat - Have you tried using an association label on the contacts who are 'Deal owners' and using personalisation tokens in the quote templa...read more
First off, apologies - I am not a developer but trying to modify the code others have developed and therefore may require a bit of patience :). Here is my scenario: User receives email with query string - https://teachtoone.org/demo-accou read more
I figured out that I needed to add a $ in front of form. So this worked: <script charset="utf-8" type="text/javascript" src="//js.hsforms.ne...read more
I've created a Custom Object that creates a custom invoice record based on a table I've imported into HubDB. I'm trying to bulk create multiple custom invoice records using Hubspots APIs. At this time, I'm able to successfully create the records, h read more
Hey, @EDokken 👋 If we take a step back from your custom code, have you been able to make these associations work, even in a simplified manner,...read more
Hi, I have an inbox, which i would like to send and recieve messages using the API The API I'm using is: https://api.hubapi.com/conversations/v3/conversations/threads/{thread_id}/messages I'm using a private app, with the relavant scopes's a read more
Hi everyone, I'd like to add a new custom module to use it for marketing email composing. I've created this manually by using this menu However, I intend to avoid the manual creation since it uses HTML, avoid possible mistakes, and add this v read more
Hey, We're going to create a private app, and We want to see how much revenue we are doing with a certain customer. And track this business per month, quarter, year and so on. So one of the ideas were creating a deal with help of private app, read more