0.25.0 • Published 1 month ago

@botonic/plugin-dashbot v0.25.0

Weekly downloads
96
License
MIT
Repository
-
Last release
1 month 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.25.0

1 month ago

0.25.0-beta.0

1 month ago

0.25.0-alpha.0

2 months ago

0.24.0

4 months ago

0.23.0

5 months ago

0.21.0

1 year ago

0.20.0

2 years ago

0.20.0-rc.0

2 years ago

0.19.0

3 years ago

0.18.0-rc.2

3 years ago

0.18.0

3 years ago

0.18.0-rc.0

3 years ago

0.17.0

3 years ago

0.17.0-rc.0

3 years ago

0.17.0-beta.0

3 years ago

0.17.0-beta.1

3 years ago

0.17.0-alpha.4

3 years ago

0.16.0-rc.0

3 years ago

0.16.0-alpha.3

3 years ago

0.16.0

3 years ago

0.16.0-alpha.4

3 years ago

0.16.0-alpha.1

3 years ago

0.16.0-alpha.0

3 years ago

0.15.0

4 years ago

0.15.0-rc.0

4 years ago

0.14.0

4 years ago

0.14.0-rc.0

4 years ago

0.13.0

4 years ago

0.13.0-rc.0

4 years ago

0.12.0

4 years ago

0.12.0-rc.0

4 years ago

0.11.0

4 years ago

0.11.0-alpha.0

4 years ago

0.8.0

5 years ago