botkit icon indicating copy to clipboard operation
botkit copied to clipboard

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.

Results 47 botkit issues
Sort by recently updated
recently updated
newest added

### What are you trying to achieve or the steps to reproduce? In Webex Teams, after a group chat message, I am trying to initiate a private conversation with the...

Cisco-related

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Node v12 is reaching [End-Of-Life soon](https://nodejs.org/en/about/releases/). The first version of express to officially support node v14 is [version 4.17.2](https://expressjs.com/en/changelog/4x.html).

Motivation: `request` is implicitly depended on by botbuilder-adapter-slack but it's not in package.json. This means we want to either: * Add it as an explicit dependency * Remove it entirely...

It will be easier to go through the docs if they are deployed somewhere with navigation like the previous site used to do. I tried to move the docs to...

I need to get the user email. I am trying to run the following feature from the [docs](https://github.com/howdyai/botkit-docs/blob/master/docs/readme-teams.md#botapigetuserbyidconversationid-userid-cb): ```javascript controller.hears('who am i', 'direct_message, direct_mention', function(bot, message) { bot.api.getUserById(message.channel, message.user, function(err,...

When using a send middleware with the Web adapter, the user ID is not available in the message object during a conversation (i.e. Dialog). For instance, the middleware `(bot, message,...

Inside activity and for fetching token and bot user by it, addresses #1962 By @reesesm2000 > If a bot is installed in an Enterprise Grid, it can be accessed from...