Questions tagged [hubspot]

HubSpot is a company that develops and markets a software-as-a-service product for inbound marketing, also called HubSpot. The software has features for social media marketing, email marketing, content management, web analytics, and search engine optimization, among others.

HubSpot is a company that provides a software-as-a-service product for inbound marketing, also called HubSpot. It includes tools for social media marketing, email marketing, content management, analytics, landing pages, and search engine optimization, among others.

The HubSpot suite of online tools has three primary applications: Content management tools for creating or managing blogs, templates, forms and landing pages; Exposure optimization applications that help the content be found, such as through search engine optimization; and Lead tracking and intelligence tools, which track and manage e-mail marketing, customer interactions, qualified prospects, reports and analysis.

HubSpot has integration features for salesforce.com, SugarCRM, NetSuite, Microsoft Dynamics CRM, and others. There are also third-party services, templates and extensions that can be downloaded through the HubSpot App Marketplace.

470 questions
0
votes
1 answer

HubSpot api json decode

I am trying to parse some data out of the Hubspot API response. The response looks like this json_decoded: stdClass Object( [addedAt] => 1411052909604 [vid] => 24 [canonical-vid] => 24 [merged-vids] => Array ( ) [portal-id] =>…
MrTechie
  • 1,797
  • 4
  • 20
  • 36
0
votes
1 answer

HubL: How to programmatically get the total number of items of your blog?

I'm using HubSpot's markup language called HubL. I want to get the total number of the blog's posts for pagination purposes. I'm using the "Variables in blog post, and blog listing templates" to do this from here. This is how far I've got: {% if…
TimAlonso
  • 488
  • 4
  • 19
0
votes
2 answers

Issue with hubspot and bootstrap theme

We have created a new theme in bootstrap and applied a new theme to our blog on HUBSPOT. There is an issue when we resize window to responsive dimensions theme get stuck and scroll bar disappears around 600px. I can't move page up or down need help…
0
votes
2 answers

Hubspot js tag not closing right after copy and paste

i copied and pasted my hubspot js tracking code directly from the app as it says to do, but when i place in on the page in html it seems to be not clean code and might be closing out too soon, What is going on with this:
esternle
  • 33
  • 1
  • 8
0
votes
1 answer

CSS for Form Field Errors

We have a three dropdown date of birth field in our form, which, right now is producing three separate error messages if the fields are left blank and user clicks submission. We would like to either make it just one of those error messages, or show…
macsauce
  • 11
  • 5
0
votes
2 answers

How to create a prospect in hubspot using the Form API?

I am trying to create a prospect in hubspot by submission of the form. Following is the code that i have written.
Apoorva
  • 23
  • 1
  • 5
0
votes
1 answer

Run PHP function if Javascript Created Form is Submitted

I have a Hubspot (service outside my server) form that appears after a certain amount of pages is viewed and want to set a cookie after that form is submitted. I've tested the code with an HTML form and it worked fine, but with the Javscript…
0
votes
1 answer

Submit form data to Hubspot API and Expression Engine database

I have a basic HTML form on an Expression Engine site which looks sort of like this:
jfrye
  • 437
  • 1
  • 5
  • 10
-1
votes
1 answer

How to fill a provided empty certificate with the necessary values from HubSpot (Like Name and Surname)?

I have a Adobe certificate template where I want to fill the Name and surname and the course complete on the certificate with the values pulled from HubSpot by using Tray.io. Will this be possible?
Duncan
  • 9
  • 1
-1
votes
1 answer

Integrate Netlify forms to Hubspot forms with help of Zapier

I need to integrate Netlify forms to Hubspot forms with help of Zapier. Please provide steps to attach both app forms Netlify form Netlify inside form
KARNAV PARGI
  • 445
  • 1
  • 4
  • 15
-1
votes
2 answers

Fetch returns unresolved `[object Response]`

I am trying to fetch the latest blog posts from Hubspot using their API and to do so I have to consume 2 endpoints (1 for the blog posts and 1 for the tag info for each blog post). The first call brings back the latest blog posts. Then, for each…
Smolikas
  • 326
  • 1
  • 6
  • 19
-1
votes
3 answers

How to parse nested JSON object?

I am working on a new project in HubSpot that returns nested JSON like the sample below. I am trying to access the associated contacts id, but am struggling to reference it correctly (the id I am looking for is the value '201' in the example below).…
MHalliday
  • 31
  • 4
-1
votes
2 answers

Retrieve the deals from Hubspot using its APIs

I'm trying to integrate the Hubspot Deals to Google spreadsheets, I'm following a tutorial https://medium.com/how-to-lean-startup/create-a-hubspot-custom-dashboard-with-google-spreadsheet-and-data-studio-27f9c08ade8d. But I'm getting an error…
-1
votes
2 answers

Page CSS changed after adding third party widget

I've added a third party widget to a webpage I manage in Hubspot, and it is changing the other CSS on the page. Font family, size, and colors have all changed without me editing any CSS. I haven't found a solution that works yet. I believe the…
mdev
  • 3
  • 2
-1
votes
2 answers

429 (Too Many Requests) error calling Hubspot API via cors-anywhere.herokuapp

I'm trying to build a web-application using React and for that I'm using Hubspot API to manage contacts in my account. For the HTTP request I'm using JavaScript library 'request-promise' with the proxy server:…