I'm posting this partially to help people get past what I was stuck on up until now and partially to hopefully get some help/a sense check on the next bit. What I'm trying to do: Extract all emails tracked as part of the Hubspot email plugin read more
Hello, we have created SMTP tokens to send for example invoice from our billing database via Hubspot. After the email is sent, the send status and subject of the mail is dropped at the respective contact. Unfortunately, we have not found a way to read more
Added my tracking code to my nextjs site <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/abcd.js"></script> and my form is getting submitted to hubspot properly. However, read more
Hi Madeleine, I was able to figure out a way that works. I disabled the `Non-hubspot forms` setting for my form and started submitting the data throu...read more
I'm connect Hubspot form to webflow form with Hubspot App in webflow. But if I submit to webflow nothing comes to hubspot. What's the problem? In webflow form and hubspot embed form same fields name Map Webflow Form to Hubspot Form with same read more
Hi all, I have some inquiries about the HubSpot Files API. When I upload a file through the UI to a HubSpot object (like a Deal or a Company) using the attachment section, I can't see the file I uploaded in the HubSpot file manager section. read more
Is it possible to batch read all meetings based on the meeting type? Not all meetings have a unique value. The meetings logged are more than the limits so I was hoping I can do a batch read once in a while but I need something to retrieve it. I thou read more
I am working to add a Contact to the CRM, and then associate that user to the a Pipeline, at an advanced Stage within the Pipeline. I have tried successfully created a Contact using https://api.hubapi.com/crm/v3/objects/contacts and read more
We need to read and write to our custom contact and company properties via the API. We dont see where we can do that - can you please send link/doc for us to get instructions. Any help is appreciated.
Hey all! I'm testing some of the possibilities of Serverless Functions and I've hit a wall on a particular test project. What I'd like to do is to create a form on the custom tab of the Company CRM and I've done that. One example is I have a form read more
I'm looking to retrieve a list of all deals and understand each deal stage (e.g. appointment scheduled, kickoff scheduled,... closed won/lost) and the date each transition happened. I have a list of 5k deals I need to pull this data for so the API read more
Looks like I got it using https://api.hubapi.com/crm/v3/objects/deals/{dealId}?propertiesWithHistory=dealstage This returns each stage ID in...read more
Hi - We are trying to integrate our application with HubSpot Sales/CRM & CMS and had the below questions. Could you please check and respond? - We would like to allow the admins for each of our customers to setup their respective hubspot acc read more
Hi, I am still a rather new developer, and am attempting to copy line items from a closed won deal to a pending renewal deal that was copied in a workflow from the closed won deal. I am receiving the following logs: INFO [INFO] Main function initi read more