gatsby-plugin-agilecrm

1.0.2 • Public • Published

gatsby-plugin-agilecrm

Build Status npm version

A Gatsby Plugin to easily add a AgileCRM embed code to your site

Installing

npm install --save gatsby-plugin-agilecrm

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: "gatsby-plugin-agilecrm",
      options: {
        jsAPIKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxx",
        agilecrmOrgName: "orgName"
      }
    }
  ]
};

Options

jsAPIKey

Type: string

You need to provide javascript api key of your AgileCRM org which you can find in your setting.

More information about javascript api key can be found in the AgileCRM javascript api.

agilecrmOrgName

Type: string

You need to provide your agilecrmOrgName which you can find in your agilecrm org url.

For example, if your agilecrm org url is https://abc-xyz.agilecrm.com then your agilecrmOrgName is abc-xyz.

License

MIT © Amrish Kushwaha

Package Sidebar

Install

npm i gatsby-plugin-agilecrm

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

4.65 kB

Total Files

7

Last publish

Collaborators

  • isamrish