Botkit is updated to 0.5.3

Support for Facebook Workplaces, Support for new Slack and Facebook platform features, new thread hooks, and loads of enhancements and fixes!

Peter Swimm
Howdy

--

What’s new?

These new hooks allow developers to execute custom functionality as a conversation transitions from one thread to another. This enables asynchronous operations like database and API calls to be made mid-conversation, and can be used to add additional template variables (using convo.setVar()), or change the direction of the conversation (using convo.gotoThread()).

  • Add convo.beforeThread(), a plugin hook that fires before a conversation thread begins. Docs
  • Add controller.studio.beforeThread(), a plugin hook that fires before a Botkit Studio-powered conversation thread begins. Docs

Special thanks to our community!

Josey Morton, manojkumar1412, mruba, Ouadie-lahdioui 23, Bunk, Mohamed-taha, monte-hayward, Joshua Klassen, Raniazy, Colestrode,

Botkit now has 🌮 136 contributors🌮!

Want to test drive Botkit Studio?

Botkit Studio is a hosted development environment for building bots with Botkit. Developers using Botkit Studio get the full capabilities of Botkit, with the addition of many powerful bot-building features such as:

  • All the code you need to get your bot online in minutes
  • A visual authoring environment for designing and managing dialog
  • A real-time message console for monitoring activity
  • APIs that enable content and features to be added to bots without additional code
  • Role-based, multi-user teams support
  • Detailed usage statistics
  • Built-in integrations with top plugins and platform tools

Click here to sign up for a free developer account, and please contact us if you have any questions.

Botkit is the leading open source tool for developing bots for Slack, Facebook and other major messaging platforms. Dive into our extensive documentation, examples and starter projects, then join 3500 other bot developers in our community chat room.

--

--