
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
botkit-middleware-bcrm
Advanced tools
Integrate bCRM into Botkit to easily send broadcast messages to bot users
This Botkit plugin enables support for bCRM, a customer CRM tool that enables bot developers to send broadcast messages to users of their bot.
This plugin currently works with Slack and Facebook bots.
npm install --save botkit-middleware-bcrm
Create a bCRM account and get your bCRM token and bCRM bot id.
Add the following lines to your Botkit application:
require('botkit-middleware-bcrm')({
bcrm_token: 'my_bcrm_token',
bcrm_bot: 'my_bcrm_bot',
controller: controller
});
If using Slack, register a new team with your bot's application via the oauth flow. Note, this assumes you are using the built-in oauth support.
If using Facebook, click the "Get Started" or any other button that fires a facebook_postback or
facebook_optinevent. Note, your app must be set to subscribe to the postback and/or optin events inside Facebook's developer tool.
In order to provide its service, this plugin sends information to bCRM that allows the bCRM software to access information and send messages on behalf of your bot. Before using this plugin, read bCRM's privacy policy, and make sure your own policies reflect the fact that you share information with them.
FAQs
Integrate bCRM into Botkit to easily send broadcast messages to bot users
We found that botkit-middleware-bcrm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.