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
2
votes
1 answer

Hubspot Bulk Import CRM Data API question

I've been using the hubspot documentation to attempt a batch upload contacts that have a first name, age, phone number, city, and site url with hubspots CRM API. I've tried with both a csv file, and an xlsx file with five rows of test data (I'd…
2
votes
1 answer

Hubspot Webhooks: Redirect Auth & BAD_GRANT_TYPE Message

I'm trying to add a custom app in Hubspot. I'm using PHP. I have: A Hubspot app A working webhook URL A redirect URL with the following code $url = 'https://api.hubapi.com/oauth/v1/token'; $code = $_GET['code']; // Getting code parameter from…
Ryan Dorn
  • 679
  • 2
  • 8
  • 20
2
votes
2 answers

Throttling requests to third-party APIs when using cloud functions

We're running our Node backend on Firebase Functions, and have to frequently hit a third-party API (HubSpot), which is rate-limited to 100 requests / 10 seconds. We're making these requests to HubSpot from our cloud functions, and often find…
glocore
  • 1,727
  • 1
  • 14
  • 24
2
votes
2 answers

Flickity Slider problem with space after last slide the slider keeps rolling

I encountered a problem while working with the Flickity slider; The thing is that the slider is sitting there just perfectly as I wanted... but... After I slide it goes too much to the left and leaves a big amount of space behind; I looked in to…
gurbajani
  • 121
  • 2
  • 10
2
votes
1 answer

What is the difference between UniRest and Spring RestTemplate giving an http 400 Bad Request?

What is the difference with UniRest and Spring RestTemplate which is giving back a 400 Bad Request with apparently the same header and body sent ? I try to reach the HubSpot API to create a BlogPost, but using RestTemplate I have a 400 Bad Request…
2
votes
0 answers

Showing gated and ungated content based on form submission

I have a HubSpot form embedded into a WordPress page. What I'm trying to achieve is gated and ungated content. See these use cases as an explanation: User enters WordPress page for the first time on content that is gated by default (by gated I mean…
Freddy
  • 683
  • 4
  • 35
  • 114
2
votes
1 answer

Trying to set a custom ID on a Hubspot form in Gatsby

I'm able to get a Hubspot form working as a component in Gatsby, but I would like to be able to set the formId per page. I've tried setting props in my component but haven't been successful. Here is an example of a page with the form working, and…
BPowers
  • 47
  • 3
2
votes
0 answers

How to add an event handler to a button in a third party form component

I've got a Gatsby site that uses a handful of plugins and third-party components. The component in question is a form built with react-hubspot-form. Hubspot sends raw HTML which I'm able to style with CSS. There are two potential hangups I've got…
2
votes
1 answer

How can I integrate a hubspot form using iframe in angular 7?

I'm trying to integrate hubspot's form using iframe but I haven't any Idea how can I do that even didn't find any article, doc etc related to this scenario. I just have integrated hubspot's form using JS script. now I have to do with iframe. Please…
Rana. Amir
  • 187
  • 3
  • 15
2
votes
1 answer

External script adds to window, but added functions are undefined in Angular app

So, unfortunately I need to embed a Hubspot form in my Angular app. This is done by including an external script and running some Javascript code to create a form on the page. The following script needs to be included: