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
Hey TDittberner, maybe you can use a private apps in the customer's portal instead, but i'm not sure which Hubspot license is needed for this. Here...read more
Hello Community, I'm trying to associate a recording to a logged call but can't get the right way to do it. Here's the relevant part of my request using POST on /crm/v3/objects/calls: "properties": { "hs_timestamp": 1679501946000, "hs_call_fr read more
I'm working with Hubspot as an integration . So far when I do create manual contacts / import contacts via CSV , I do receive the webhooks for the new contacts. But when I did try to connect Hubspot to 3rd party app (on my case, Mailerli read more
I have created the app, while installing getting an below error. "Couldn't complete the connection This account doesn't have access to some HubSpot features that are required by this app. Please contact the app developer." How to remove above e read more
Hello, When trying to upload a PDF file via fetch(), I keep getting a 415 error. The PDF file is saved in the same directory as the js file. Please see my function. I have tried changing the "Content-Type" in headers to several different opt read more
Well, I guess the issue is that the fetch api as it is client side is subject to cross origin problems, as this endpoint requests authorization you j...read more