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 can not create workflow extension

I had create my workflow extension like this sample: https://developers.hubspot.com/docs/methods/workflow-extensions/workflow-extensions-overview My…
QViet
  • 297
  • 5
  • 25
0
votes
1 answer

cURL upload in PHP to Hubspot / “no file found”

I tried to upload .pdf files from my personal CRM to Hubspot root folder with PHP : $url = "http://api.hubapi.com/filemanager/api/v2/files?hapikey=".$hapikey; $realpath = "http://localhost:8888/steps/D_201803_14122.pdf"; $headers =…
Pablo DelaNoche
  • 677
  • 1
  • 9
  • 28
0
votes
1 answer

Displaying Labels instead of Internal Values (Google Apps Script/Google Sheets/HubSpot)

You could say I'm a real newbie to coding. Right now I'm trying to connect the HubSpot Account to Google Data Studio via Google Apps Script and Google Sheets. I'm starting with simple stuff like in this example:…
0
votes
1 answer

hubspot3 client and "too many retries" error

I'm trying to pull the details for a contact from hubspot using the recipient's email. I'm using the python3 client "hubspot3" (https://github.com/jpetrucciani/hubspot3). Here's the code I'm submitting: import requests from hubspot3.contacts import…
ouonomos
  • 700
  • 1
  • 9
  • 25
0
votes
2 answers

How to map a JSON into POJO for rest Template in java?

I have a JSON response coming from Hubspot API as following, I am having trouble to parse it into Java POJO for using with RestTemplate. Since the Json reponse is not in form of json arrays,I am not able to create proper java classes. Can someone…
0
votes
1 answer

Form submission is blocked while submitting the form in hubspot

While submitting the form in hubspot I am getting the following error Blocked form submission to '/_hcms/forms/submissions/v3/public/submit/formsnext/multipart/3906991/a5f4fa93-3011-4a50-9823-d872ed881a9e' because the form's frame is sandboxed and…
0
votes
1 answer

Hobspot webhook issue

I have developed HubSpot integration using nodejs, I have set a webhook in hotspot as tutorial provided by HubSpot. Now the issue is: webhook is not firing from HubSpot to my server URL, if I test the webhook URL with POSTMan it works fine
Smith
  • 31
  • 1
  • 1
  • 6
0
votes
1 answer

hubspot integration with nodejs

I am trying to connect Hubspot Form with nodejs and is gives me an error. I have test in my local server as well as on remote heroku server. here is my code. app.post('/contact', (req, res) => { //require Node modules var https =…
0
votes
1 answer

zapier bullhorn trigger for updated candidate record

How do I create a trigger in zapier that would trigger when a candidate record is updated/created in bullhorn ATS? The polling webhook in zapier only supports basic authentication, but bullhorn uses OAuth 2.0. What would the zap look like with these…
0
votes
0 answers

Why Hubspot is not getting any form data?

I am trying to send a post request to submit the form data on HubSpot. API returns a success message with code 200 and a message 'Form has been submitted'. Here is the ` $("#basicForm").submit(function(e) { e.preventDefault(); // avoid to…
0
votes
1 answer

204 Error - Hubspot Form Error

I am trying to integrate HubSpot into a custom form and my PHP knowledge is limited. So any help would be very much appreciated. When submitting my form i am getting a log of 204. When I go to my form submissions I can see an entry but no data is…
Joe
  • 5
  • 2
0
votes
1 answer

Get Page Views via Hubspot API

My Data Science team is trying to pull Hubspot info into their data visualization platform via Hubspot's API. They're telling me that they can't find the information fora contact's pageview anywhere. I've searched the documentation for the API,…
0
votes
1 answer

Hubspot JQuery to add active class not working

I am trying to create a Hubspot custom menu module with an "active" class, but it does not work when I am using URL as href. When I click on the link, the page refresh and the "active" class does not change. As I am using HUBL+HTML I am not sure…
0
votes
1 answer

Hubspot Email templating not responsive in Gmail app

Currently, I'm working on an e-mail template in HubSpot but I came across a problem that I can't seem to find a fix for.
Sonny Luu
  • 1
  • 1
0
votes
1 answer

Errors while trying to "Put" JSON Data

I am working with the Hubspot API and I am trying to modify the close date of a deal via the "PUT" Method by sending JSON Data. But I am getting errors such as { status: 'error', message: 'Invalid input JSON on line 1, column 15: Can not…
user3402248
  • 439
  • 6
  • 25