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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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...Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais