Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-hubspot-forms

Gatsby source plugin for HubSpot form data

This project is a fork of gatsby-source-hubspot-forms by Jamal Jean-Tobias

Install

yarn add @ynnoj/gatsby-source-hubspot-forms

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `@ynnoj/gatsby-source-hubspot-forms`,
    options: {
      apiKey: '...',
    },
  },
],
© 2023 Gatsby, Inc.