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
3 answers

How to force all submenu levels of ONE parent menu item to be active on hover (mega menu)

I have a mega menu that I'm attempting to build within HubSpot. I have searched through other posts, but can't find a solution. Details: - horizontal menu with vertical dropdowns on some items. - need a mega menu on the first menu item only - menu…
DirectTech
  • 49
  • 1
  • 10
0
votes
2 answers

Correct JSON structure using RestSharp

What is the Correct format for sending JSON using RestSharp: Example PUT JSON: { "properties": [ { "name": "description", "value": "A far better description than before" } ] } In C# how to correctly send, I'm attempting with: …
Zealous
  • 41
  • 6
0
votes
1 answer

Form API from Hubspot won't recognise my custom form

I'm setting up the Hubspot form API, using PHP from this documentation: https://developers.hubspot.com/docs/methods/forms/submit_form Before I implement it to my Wordpress site (also using custom HTML form, not developed by Wordpress plugins) I have…
Zen
  • 11
  • 1
0
votes
1 answer

Get all the contacts from HubSpot list using API

I am using the contact API but it returns maximum 250 contacts only. I used 'vidOffset' parameter for next page but no luck. Note: I want to export all the contacts from the Hubspot List to my local database using API Here is my code with php…
Manish Negi
  • 250
  • 4
  • 18
0
votes
1 answer

Form Submissions via API

I have a form embedded on my website via Hubspot API. I want to receive an email notification if someone submits the form. I tried the solution given on the HubSpot community but it does seem to work. Here it is…
Debolina Bakshi
  • 41
  • 1
  • 1
  • 4
0
votes
1 answer

How to create dynamic json for jvector map to add country data

I need to create the following josn var Zone = { 'allzones': { "AD":[1, '2G,3G', 1], "AE":[1, '2G,3G,LTE', 2], "AF":[1, '2G,3G', 3], "AG":[1, '2G,3G,LTE', 1], "AI":[1, '2G,3G,LTE', 2], "AL":[1, '2G,3G,LTE', 3], …
Dev65
  • 67
  • 9
0
votes
1 answer

Can not instantiate value of type in Json

I'm trying to post an array that has been json encoded. On a JSON string of {"name":"q_4","label":"Are you ...","description":"Are you…
Ela Buwa
  • 1,652
  • 3
  • 22
  • 43
0
votes
1 answer

How to add a unique id to first of kind

ok. Building out a employee directory. At the top of the directory is the alphabet so you can click on a letter an arrive at the first person who has that letter as first letter of last name. How can i loop through the all of the employees and…
0
votes
0 answers

Want to timeout JS function only on Firefox

I have an interactive menu on a website I am working on. The menu has absolute positioning on first load of the page, and then switches to fixed once you start scrolling. This works fine on Chrome, Safari, etc. but I recently discovered it is wonky…
0
votes
1 answer

Load Hubspot Tracking Code Only On Pages Without a Login Form

I've searched the answer all over and can't seem to find it. I'm using Hubspot and hate the way their lead forms look, so I'm taking advantage of their "track non-Hubspot forms" feature. The problem on WordPress is that they track the login form for…
SKN90
  • 71
  • 8
0
votes
1 answer

window.location issue on hubspot

window.location will redirect to external links like google, but won't redirect to a url with the same domain from where it originates (it'll link to sub-domains, though). This came from a hubspot form, customized to redirect the user to a specific…
0
votes
3 answers

Append multiple values in a array

'I am trying to fetch deals data from Hubspot, I am trying to fetch dealid and deal name in this example to simplify the question but later I will more properties. I have the following code that gives me an array of dealIds and one array of deal…
Luis
  • 175
  • 1
  • 2
  • 11
0
votes
0 answers

Access denied 4030 when trying to create contact information integration with Hubspot

I have a contact form which i want to integrate with my Hubspot, but i keep receiving this error message: 403 ERROR The request could not be satisfied. This distribution is not configured to allow the HTTP request method that was used for this…
john
  • 157
  • 2
  • 12
0
votes
1 answer

BigQuery SQL Query Optimization

I managed to get a query that works, but I'm curious if there is a more succinct way to construct it (still learning!). The BigQuery dataset that I'm working with comes from Hubspot. It's being kept in sync by Stitch. (For those unfamiliar with…
fdc
  • 75
  • 1
  • 9
0
votes
1 answer

301 Redirect between Wordpress & Hubspot

I have a WordPress website and landing pages on HubSpot. The problem is that my landing pages on HubSpot are under a subdomain, and if I use that in Google AdWords the subdomain appears in the ads, and I don't want that. I want the domain name to…
user3006102
  • 23
  • 1
  • 4