arun thampi  /  writing  / 

is it still time to build?

UX & DX Across Slack, Messenger & Kik

Originally posted on Medium

At the September Edition of the Slack Developers Meetup, I gave a talk on the differences between the three big bot platforms out there: Slack, Facebook and Kik.

Having successfully built bots on Slack, Facebook and Kik, we’ve gone through the whole experience of crafting user experiences, building, launching and marketing bots and here’s what we learnt across all three platforms.

Registering Webhooks

All of the bot platforms rely on webhooks for communication between the end user and your bot application. Slack and Facebook have industry-standard webhook registration mechanisms (via a web UI) but Kik is pretty innovative in this regard — you can register webhooks via an API which is great when you want to automate deploys of your bot.

Bot Presence

Facebook and Kik bots are always “online” — Facebook even sets expectations for the user by providing them with average response times. On Slack, bots will appear offline if you use their new Events API, but if you want them to be online, you will have to use the RTM API to do so.

Exclusive: At the meetup, Slack announced that they were working on presence as part of the Events API.

User Information

Kik lags behind Facebook and Slack in this regard — they don’t provide gender and timezone information for example. Slack wins simply by also providing us with user emails. This is especially important for bot makers to run exit surveys after users have disabled their bots.

The more information you have, the better you can understand your user and craft personalized notifications and a superior user experience.

Bot Onboarding

Bot Onboarding is pretty across all three platforms but Facebook wins because the “Send Message” UI is so frictionless (there’s no OAuth flows involved) and users can start conversing with your bot instantaneously.

Bot Discovery

Slack and Kik enable bots to be discovered easily because they have amazing bot stores. From personal experience, being featured on the Slack App Store definitely drives traffic and this is something that is missing from Facebook.

Bot Approval Process

We haven’t yet submitted our Kik Bot to the Kik Bot Store, but for Slack approval took in the order of days whereas with Facebook it was a matter of hours. Slack however was more detailed in its feedback and made sure the quality and onboarding of your bot was up to snuff.

Metrics

None of the platforms provide any real metrics and insights in to a.) how your bot is being used and b.) who is using them

This is where Botmetrics comes in ;)

The entire slide deck is available here.

Arun Thampi is a co-founder at bot native tool maker: botmetrics. Botmetrics is the best way for bot makers to understand and engage with their users in meaningful conversation using data.