Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
47 views

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 ...
Siddh Sheth's user avatar
0 votes
0 answers
36 views

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 ...
ampro415's user avatar
0 votes
1 answer
85 views

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 ...
Jennifer G.'s user avatar
0 votes
1 answer
37 views

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 "...
Terran Brown's user avatar
2 votes
0 answers
52 views

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 ...
kjs-fgx's user avatar
  • 35
0 votes
0 answers
96 views

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 ...
Manvinder's user avatar
  • 4,591
0 votes
1 answer
70 views

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, ...
Rob Santoro's user avatar
0 votes
0 answers
36 views

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 ...
TehGoose's user avatar
0 votes
0 answers
60 views

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 ...
Karan Jaiswal's user avatar
0 votes
1 answer
71 views

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 ...
Rafael Guimares de Assis Motta's user avatar
1 vote
2 answers
211 views

How can I make a Hubspot API post call on search endpoint with the following: A filter : { "filters": [ { "propertyName": "lastmodifieddate", ...
user1453999's user avatar
1 vote
0 answers
89 views

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 ...
Gulam Mustafa's user avatar
-2 votes
1 answer
158 views

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 ...
Seattle Python Noobie's user avatar
1 vote
1 answer
381 views

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 ...
Justin's user avatar
  • 586
1 vote
2 answers
410 views

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 ...
anthonyb's user avatar
  • 344
1 vote
1 answer
121 views

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 ...
IronMaiden's user avatar
0 votes
1 answer
147 views

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 ...
CJ Gomba's user avatar
0 votes
2 answers
126 views

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 ...
MissPijon's user avatar
0 votes
1 answer
204 views

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 ...
journalsup's user avatar
0 votes
1 answer
526 views

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 ...
nik218's user avatar
  • 68
0 votes
1 answer
188 views

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,...
PedroNeves's user avatar
2 votes
1 answer
552 views

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 ...
Sai 's user avatar
  • 21
0 votes
0 answers
85 views

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/...
Vadim.M.'s user avatar
0 votes
1 answer
138 views

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 ...
Alyx's user avatar
  • 15
0 votes
1 answer
73 views

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? ...
Pink Jazz's user avatar
  • 812

1
2 3 4 5
10