Getting Started

Add the following to your build.sbt:

libraryDependencies += "org.latestbit" %% "slack-morphism-client" % "4.0.1"

Have a look at full-featured examples for Akka HTTP and http4s here, which supports:

  • Slack Events API, including interactivity controls, commands, home tab and shortcuts (actions)
  • Slack Blocks in messages and modals
  • Slack OAuth2 interaction and Slack API tokens management

sbt-example-command