Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 425 Bytes

File metadata and controls

22 lines (17 loc) · 425 Bytes

gatsby-plugin-botfuel-hermes-webchat

Botfuel Hermes Webchat integration for Gatsby.
Powered by botfuel.io

Install

npm i https://github.com/Botfuel/gatsby-plugin-botfuel-hermes-webchat.git

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-botfuel-hermes-webchat`,
    options: {
      websiteId: "your websiteId here",
    },
  },
];