The average enterprise on Netlify ships 140 times per week. Where does your team rank?
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', }, }, ]