SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

Source forms from the Hubspot CRM

This reads hubspot form definitions from the hubspot CRM and renders them in the UI

Installation

yarn add @bond-london/gatsby-source-hubspot-forms

Configuration

Inside the gatsby configuration file add a plugin entry as follow

{
    resolve: "@bond-london/gatsby-source-hubspot-forms",
    options: {
        hubspotApiKey: process.env.HUBSPOT_API_KEY,
    },
},
© 2023 Gatsby, Inc.