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

Post call in Rest API

I am trying to set up a Post call in Javascript to create a contact in my hubspot account. I am new to Rest API and how this all works. This is what the documentation says about doing so. Required Parameters How to use Description HubSpot API…
Peter3
  • 2,549
  • 4
  • 20
  • 40
0
votes
2 answers

CSS Media queries not working on HubSpot site

I'm attempting to write media queries for a site built using HubSpot CRM and my queries are not doing anything. I've added the in my head and the following css: @media all and (min-width: 1045px)…
0
votes
1 answer

Variable Interpolation changes the result of Delorean functions

Right, so I've just uploaded about 26,000 notes via this HubSpot endpoint, and i've noticed that a bunch of the uploaded notes have very wrong timestamps (for example instead of being back-dated, or up-to-date, they're flung far into the…
Marko
  • 102
  • 1
  • 10
0
votes
2 answers

ValueError: String does not contain a date. Issues with Delorean, Dateutil and functions working in some places, but not others

So, I think i'm going insane. I'm using Delorean to convert a string in a CSV field row[15] into a date, which I then pass into parse() and then .epoch. Here are my imports: import sys import os.path import requests import json import csv import…
Marko
  • 102
  • 1
  • 10
0
votes
1 answer

How can I improve this script to make it more pythonic?

I'm fairly new to Python programming, and have thus far been reverse engineering code that previous developers have made, or have cobbled together some functions on my own. The script itself works; to cut a long story short, its designed to parse a…
Marko
  • 102
  • 1
  • 10
0
votes
1 answer

Hubspot - filter to convert text to slug format using HubL

I am developing a template for a client in Hubspot's COS and I am struggling to find a HubL filter that will convert a text/string into a slug format. For example, I want to be able to convert This Text into this-text. My goal is to use this feature…
Marc
  • 4,661
  • 3
  • 40
  • 62
0
votes
1 answer

Hubspot how to know from which template a page is created from?

My google search came up little helpful so I bring it up here. Let's say we have a page About us where we can edit its module, and its content - though we don't know which template it is created from. p.s. We can see what pages are created from a…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
0
votes
1 answer

Hubspot custom module to query blog posts

I am working on a Hubspot COS website and I need to be able to run custom queries on blog posts and display a list of those blog posts in a module on the home page and in the sidebar on the website. Where do I start? I have tried using the RSS…
Marc
  • 4,661
  • 3
  • 40
  • 62
0
votes
2 answers

How to transfer HubSpot blog to WordPress?

I tried the quick and easy route by just getting the rss.xml file from my HubSpot blog, and than importing that through a WordPress Plugin WP All Import. It gets all the titles and some pictures but a lot of content is missing from each post. I…
WinchenzoMagnifico
  • 3,075
  • 5
  • 20
  • 23
0
votes
1 answer

Hubspot: stage entire website including primary CSS file during website redesign

I am helping a client redesign their website through Hubspot. Their existing site is within Hubspot and their new website will also be within Hubspot. I am attempting to run the development through Hubspot's Content Staging as per this link:…
Marc
  • 4,661
  • 3
  • 40
  • 62
0
votes
0 answers

Javascript / jquery - Re-allow opening a modal after hiding it

I used this question to hiding a modal after I clicked outside it. $(document).mouseup(function (e) { var container = $(".messenger"); if (!container.is(e.target) // if the target of the click isn't the container... &&…
Mathieu
  • 4,587
  • 11
  • 57
  • 112
0
votes
1 answer

Ajax for "load on scroll" script delivers 403

I'm building a blog on the hubspot cos. We want the blog posts to load on scroll. I found a script that states that it does this and is specifically for Hubspot. That being said, I'm getting a 403 in the console when I activate the script by…
JSum
  • 597
  • 9
  • 20
0
votes
1 answer

Two (2) Column Blog Layout in HubSpot

I'm doing my best to learn Hubspot's HubL language and CSS but am stuck on creating a 2 column format for my blog (they only provide a 1 column format). I inserted their Blog Content module, then edited the "Listing Template" code to be more to my…
Rebekah Paul
  • 59
  • 1
  • 4
0
votes
2 answers

How to get one day old list of updated contacts from hubspot

I want to fetch one day older updated record from HubSpot Contacts, and I have used bellow link from C# for fetch record but its return with 30 days old record from provided timeOffset. serviceUrl1 = "…
0
votes
2 answers

Submitting information in a form field populated with Jquery

So I have a form with questions, each question has a value and the values are added up to get your "score". The score is displayed in an input field and when you submit it, it sends the information in the input fields (the score along with name and…
Erin
  • 93
  • 7