Hello everyone, I wanted to see if anyone has any ideas on how to set up a deal based object, and set it to count the name of that line item not the data, so if the deal has, product A, Product A, product B, it would count Product A=2 so then read more
Hi, I have been using the legacy API to upload a static file to a folder in hubspot. As the legacy API & the hapi key is expired, I am now trying to use the new API. import requests
import json
import os
current_dir = read more
The short version: When we log into our app as one user and send a message, the chat will be correctly associated with that user in the Hubspot inbox. But if we then log out, log back in as a different user and send a message, the message is still a read more
Is there an api to do a version of this with companies: https://legacydocs.hubspot.com/docs/methods/lists/add_contact_to_list ? We want to create company static lists and add/remove companies to that list via API. We know of the way to do it in the read more
Hey everyone, I'm excited to share Sequin - a set of dev tools that makes integrating with HubSpot easier. Sequin syncs your HubSpot CRM to your database in real time. You can use all the power of SQL and our Proxy to rapidly build new f read more
New to HS development, although seasoned dev. I have a need to create a workflow that runs every 15 mins and fetch data from an external API, creates contacts and custom objects and then runs again in 15 mins time. The API and creation sides read more
Hello, I've developed an integration that periodically syncs all the data between Hubspot and my application. The first time that I import a new customer I get all the data from their CRM and from then I just read the modified data (using Search A read more
Hi, Is there documentation available that states which markup is available for adding smart rules (dynamic content) in custom HTML emails? So not for use in custom modules, but just in custom HTML email templates (HubL markup). Thanks, Max read more
Hi, I want to wrap custom HTML blocks inside HubSpot's raw HTML module (@hubspot/raw_html_email) but it seems to not work when I specify HTML that contains class and style attributes. Does it not support complete raw HTML blocks including attrib read more
Hey MBOS, In that case, you can make your files available to the customer in their app settings. https://developers.hubspot.com/docs/api/create-an-a...read more
I was using the v1 association and then they started requiriing oAuth and it does not work for me currently. I noticed that there are new v4 association enpoints. I can't find anything in the documentation on how to get all engagements for contact read more
We use the subscription api to check the subscription status of contacts and also update the subscription status of emails. Recently, HS stopped allowing api key authentication and only allow oAuth. We updated all our endpoint to use oauth, but th read more