Hello, We’ve set up the HubSpot chatbot on our platform, which loads fine, unfortunately all messages from the chatbot are authenticated as “Unknown visitors”. As for the platform, it’s a VueJS (SPA) application that loads the Hubspot chatbot when read more
Hey everyone, We recently transitioned from using the Qualified Chat Platform to HubSpot Chats . As part of this switch, we're trying to recreate the tracking setup we had previously in Qualified+GA4. Right now, we're working on tracking three read more
Hey everyone, I'm working on a HubSpot integration and currently testing the webhook event system. However, I'm not receiving any events. Could the issue be that I'm using a self-signed SSL certificate during the testing phase? Do I need to use a l read more
Hi @FGoshev , Yes, the issue could be indeed due to the use of self signed SSL certification as HubSpot requires a valid, trusted SSL certifica...read more
I have a high sensitive property in deals named dm_ssn that I want to update using batch : def send_to_hubspot(hubspot_deals):
client = hubspot.Client.create(access_token=HUBSPOT_API_TOKEN)
inputs = []
for hubspot_deal in hubspo read more
Hey @MNaidu9 if you want a button specifically you can do this through UI components, specifically the button extension.
However you will need...read more
I created the hubspot integration in my platform, when the code to refresh access token is hit via dev environment it works fine but when the same code to refresh token is hit via prod environment, I get this issue of bad request, I checked everythi read more
Hi @GKaur23 and welcome, we are so glad to have you here! 🤗 Thanks for asking the HubSpot Community! I have found a similar thread where the...read more
Can someone explain why Hubspot sends multiple webhook requests on deal creation? Why would anyone need to know that yes you created an object with this ID and then proceed to spam the backend with object.propertyChanged events for the fields that w read more
Hey Pete, Yes that's what I've done. For anyone else who happens across this post this was my solution. When the webhook request is received by th...read more
Hello, I have a custom channel setup using the Conversations API and I have everything flowing just fine and receiving messages via the webhook URL, however inconviently there is no "name" data being sent back for the "sender" or the "receiver" read more
Hi @BYee and welcome, we are so glad to have you here! 🤗 Great question, thanks for asking the HubSpot Community! I'd love to put you in tou...read more
Estoy intentando integrar active Campaign con hubspot por medio de la aplicación Activecampaign data sync desarrollada por hubspot, pero al terminar los pasos de la configuración para importar solo la lista de contactos de activecampaign a hubspot s read more
Hi @JerryR and welcome, it's such a pleasure to see you here! 🤗 Thanks for reaching out to the HubSpot Community! Do you see any error messa...read more
HubSpot Experts – Need Guidance on Migration Strategy Use Case: John is a member of Army Credit Union and has received 10 marketing emails from HubSpot. Requirement: We want to display key email details such as for each email 1.Subject 2.Created read more
Hi @SnovielLopes , I hope that you are well! Thanks for asking the HubSpot Community! I'd love to put you in touch with our Top Experts: Hi @sylv...read more
Hello, I'm working on webhook events contact.deletion. The payload would include an objectId of the deleted contact, but when I tried to send a GET request to https://api.hubapi.com/crm/v3/objects/contacts/ ${objectId }, it would give a 404 err read more
If the contact is ARCHIVED, then you can can add the ?archived=true to the GET request to retrieve it. https://api.hubapi.com/crm/v3/objects/conta...read more
Hi HubSpot Developer Support, I’m trying to export 1:1 sales email messages (from, to, subject, body) from my CRM using the crm.objects.emails.read scope or the Legacy Engagements API. Here’s what I’ve attempted: Created an app in the HubSpot read more