0.30.0 • Published 9 months ago

@botonic/plugin-dashbot v0.30.0

Weekly downloads
96
License
MIT
Repository
-
Last release
9 months ago

Botonic Plugin Dashbot

What Does This Plugin Do?

Dashbot, as a bot analytics platform, enables you to increase engagement, acquisition, and retention through actionable data.

Setup

  1. Install the plugin from npm.
npm install --save @botonic/plugin-dashbot
  1. Add it to the src/plugins.js file.
{
    id: 'dashbot',
    resolve: require("@botonic/plugin-dashbot"),
    options: {
      apiKey: 'YOUR_DASHBOT_APIKEY' <!-- pragma: allowlist secret-->
    }
}

Use

You can then use it in your actions.

static async botonicInit({ input, session, plugins }) {
    // Integration with dashbot for incoming messages
    let { dashbot } = plugins
    let userId = session.user.id
    let text = input.data
    await dashbot.logIncoming({ input, session, userId, text })

    return { input }
}
0.30.0

9 months ago

0.29.0

11 months ago

0.28.0

12 months ago

0.27.0

1 year ago

0.26.0

1 year ago

0.25.0

1 year ago

0.25.0-beta.0

1 year ago

0.25.0-alpha.0

1 year ago

0.24.0

2 years ago

0.23.0

2 years ago

0.21.0

2 years ago

0.20.0

4 years ago

0.20.0-rc.0

4 years ago

0.19.0

4 years ago

0.18.0-rc.2

4 years ago

0.18.0

4 years ago

0.18.0-rc.0

4 years ago

0.17.0

5 years ago

0.17.0-rc.0

5 years ago

0.17.0-beta.0

5 years ago

0.17.0-beta.1

5 years ago

0.17.0-alpha.4

5 years ago

0.16.0-rc.0

5 years ago

0.16.0-alpha.3

5 years ago

0.16.0

5 years ago

0.16.0-alpha.4

5 years ago

0.16.0-alpha.1

5 years ago

0.16.0-alpha.0

5 years ago

0.15.0

5 years ago

0.15.0-rc.0

5 years ago

0.14.0

5 years ago

0.14.0-rc.0

5 years ago

0.13.0

5 years ago

0.13.0-rc.0

5 years ago

0.12.0

5 years ago

0.12.0-rc.0

5 years ago

0.11.0

5 years ago

0.11.0-alpha.0

5 years ago

0.8.0

6 years ago