Hi, I have been working with Hubspot API key (access token of private app) to read / write data via API successfully for our company. But now, it requires working with webhooks which requires creating a public app and a developer account. My ad Beitrag ansehen
Hi @Here , I am getting the below error while authorising hubspot using oauth. The below issue occured while hitting https://api.hubapi.com/oauth/v1/token url after authorization. Can anyone please help? Thanks ERROR: Authorize redir Beitrag ansehen
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 Beitrag ansehen
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 = Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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 Beitrag ansehen
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...Beitrag ansehen