Pinned Loading
-
hubspot-cpq-extension-example
hubspot-cpq-extension-example PublicWIP of a React UI extension for HubSpot, demoing various possible CPQ functionalities
-
hubspot-workflow-auditor
hubspot-workflow-auditor PublicLearn what your workflows are up to
JavaScript
-
HubSpot Programmable Automation: Ret...
HubSpot Programmable Automation: Retrieve Order Address from BigCommerce based on Order ID 1/*
2SETUP:
3This must be in an "Orders" workflow
4Inputs: hs_order_name = Name
5Output: shipping_street_address (String)
-
Time-based page view tracker in HubS...
Time-based page view tracker in HubSpot - can be added as a custom module and then can filter on custom events 1<script>
2$(document).ready(function() {
3// verbose: get current unix datetime - outputs in MS
4var dateNow = Date.now();
5 -
Gmail Promotions markup in a customi...
Gmail Promotions markup in a customizable HubSpot module 1<div itemscope itemtype="http://schema.org/Organization">
2<meta itemprop="name" content="{{ module.organization_name }}" />
3<meta itemprop="logo" content="{{ module.small_logo }}" />
4</div>
5<div itemscope itemtype="http://schema.org/DiscountOffer">
-
Time-based HubSpot Chatbot rotation ...
Time-based HubSpot Chatbot rotation code 1exports.main = (event, callback) => {
2// get current time in unix
3const now = new Date();
4const hourOfDayInUTC = now.getUTCHours();
5const day = now.getDay(); // use this to check whether it's the weekend
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.