Netlify announces the next evolution of Gatsby Cloud. Learn more
Easily add the Intercom button to your Gatsby site.
npm install --save gatsby-plugin-intercom
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-intercom`, options: { appId: 'YOUR_INTERCOM_APP_ID', }, }, ]