459 questions
-4
votes
0
answers
47
views
How can I pass UTM parameters into HubSpot contacts when using an embedded Meetings form?
I am trying to pass UTM parameters from my site into HubSpot so they are stored on the contact after a visitor books a meeting through an embedded HubSpot Meetings form.
The Meetings tool is embedded ...
0
votes
0
answers
36
views
How to override forced border and alignment in my HTML code?
I am using Hubspot for my website service and am trying to add an "Add to Cart" feature on my product pages but Hupspot forces their own spacing, and also adds a very large border around the ...
0
votes
1
answer
85
views
Hubspot Form Submission returning 415 Unsupported Media Type
I have a simple HTML signup form posting to Hubspot. When I put the form in my website (via WordPress) it renders fine. When I enter values and press submit, the request is made, but the response ...
0
votes
1
answer
37
views
Hubspot and Power BI Coding Issue
I have been playing with some code I have used elsewhere successfully on the hubspot API but it seems to be failing and I cant figure out why. The whole code is below but I seem to fail on "...
2
votes
0
answers
52
views
How do I stop 3rd party cookies?
I have written a script in jQuery which takes a web site's source code, goes through it and extracts all the forms then displays the HTML on my site. An unexpected side effect of this is there are 3rd ...
0
votes
0
answers
96
views
HubSpot API Search Query with IN operator
I have setup a unique key in hubspot company called "qb_id".
We have few keys and we need to check if there is a company against any of these keys. So I am using IN operator in Hubspot. Now ...
0
votes
1
answer
70
views
Creating a deal in PHP using HubSpot API v5.3.0 suddenly errors with DeserializationFeature.FAIL_ON_TRAILING
I know I am using an old version of the PHP API, but I cannot afford the time at the moment or errors it may cause to upgrade to the newer versions.
I have had no issues creating deals in the past, ...
0
votes
0
answers
36
views
Image Resizing Challenge in MSO Outlook 2016
I am working on creating a hero email module, (Polaroid style with text and CTA below the hero image.) but I'm encountering an issue with the image not fitting properly inside the container in MSO ...
0
votes
0
answers
60
views
HubSpot OAuth tokens not received when user is not logged in, but works fine when already logged in
I am integrating HubSpot OAuth into my application. When the user is already logged in to HubSpot, the OAuth flow works perfectly, and I receive the tokens without any issues. However, when the user ...
0
votes
1
answer
71
views
Update data send by Hubspot to a Spreadsheet
I'm using hubspot CRM to send data daily to my spreadsheet:
In column A it fills with a GCLID
In Column B it fills with nothing
In Column C it fills if a UNIX date value
In Column D it fills with ...
1
vote
2
answers
211
views
Hubspot Post Search API
How can I make a Hubspot API post call on search endpoint with the following:
A filter :
{
"filters": [
{
"propertyName": "lastmodifieddate",
...
1
vote
0
answers
89
views
How to know details of source and and creation of contact using sourceId in Hubspot Payload?
In HubSpot webhook payload, we know that the **sourceId** which we get during **contact.creation** points to an identifier that can provide information about where the contact originated or how it was ...
-2
votes
1
answer
158
views
How to refactor code to fix deprecated list '.append' from a 159 lines of python code?
We are quoting a client who wants to migrate data to Hubspot and now we are dealing with data modeling and database issues to plan for.
While planning the migration we RTM for Hubspot data, and a ...
1
vote
1
answer
381
views
Hubspot form embed onFormReady function from hbspt.forms.create TypeError: e.serializeArray is not a function
I am trying to serialize an array for inputs in the Hubspot form to add or change cookies, but I keep getting the error onFormReady function from hbspt.forms.create TypeError: e.serializeArray is not ...
1
vote
2
answers
410
views
My Http request is not firing anymore after I started pulling data in from a reactive form observable stream
I have an Angular app (v17) in an Nx Monorepo. This component is in a library I created. For some reason, when I submit my form, the Http request does not fire. Everything was working until I tried to ...
1
vote
1
answer
121
views
Importing pandas dataframe data to HubSpot CRM
I need to send data which is in a pandas dataframe df. I need to import this data to Hubspot
from io import StringIO
csv_data = StringIO()
df.to_csv(csv_data, index=False)
csv_data.seek(0)
import ...
0
votes
1
answer
147
views
Setting Up Webhook on Hubspot
How do I set up an API endpoint call to send an SMS from Twilio on Hubspot's Webhook? I tried to set it up on Zapier Webhook action and I was able to make it work but can't seem to make it work on ...
0
votes
2
answers
126
views
Tracking possibilities with Magento 1.9 in 2023
I work for a marketing agency. We have a potential new client that has a website on Magento 1.9 and they have said they see no benefit in upgrading. Obviously I'm going to make a strong case for ...
0
votes
1
answer
204
views
Find a div then replace content?
I have a div, that if it's on the page, I want to replace it with a different div.
Is this even possible with react? I can find the div by searching for the div className: "end-message". I ...
0
votes
1
answer
526
views
Redirect to Thank You Page Based on Form Select Option (Hubspot)
I have this code to create a HubSpot form. I am trying to redirect the user to a different page based on what option is selected in the HubSpot field called numemployees.
If the user selects the ...
0
votes
1
answer
188
views
Authenticate users on account through API
I wanted to implement something that looks like an embedded login, basically what Salesforce has, but with HubSpot. From what I've been searching, I can't find anything like embedded login for HubSpot,...
2
votes
1
answer
552
views
trying to get data from hubspot
Access to XMLHttpRequest at 'https://api.hubapi.com/crm/v3/objects/contacts' from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access ...
0
votes
0
answers
85
views
Failed building wheel for backports.zoneinfo while install delorean for hubspot lib in airflow
I install airflow using docker compose from official site.
Airflow returns import Error:
Broken DAG: [/opt/airflow/dags/extract__hubspot.py] Traceback (most recent call last):
File "/opt/...
0
votes
1
answer
138
views
Hubspot date picker clone using Jquery not working
I'm making an application form using hubspot and adding an "add+" button to allow the user to add additional education and experience fields. When I clone the fields using jquery, the date ...
0
votes
1
answer
73
views
How to get ZIP code from Company using HubSpot API (Node.js)?
I am new with the HubSpot API and was working with the sample code from the HubSpot Academy tutorials, and would like to narrow down the API call to the ZIP code. How would I do this using Node.js?
...