Category: github

Commander is a Slack app that provides a framework for developers to create custom serverless slash commands and serverless Slack apps without leaving the Slack environment. The commands which are created using Commander are serverless commands which run on Nimbella’s Serverless Cloud.

Simplifying the process of creating Apps and slash commands allows you to quickly create or install functionality for your team to more efficiently communicate with each other.

For developers, it might be useful to add logs and to be able to debug while writing commands and Commander allows you to fetch the logs as well.

You can use the api_get command to get the command parameters which you can use in your code to call your command or just use curl

Related Articles