slack-machine icon indicating copy to clipboard operation
slack-machine copied to clipboard

Auto-generate app manifests and optionally create Slack app through API

Open DonDebonair opened this issue 1 year ago • 0 comments

By introspecting the plugins that are configured, it is possible to auto-generate a viable app manifest. This app manifest should include:

  • The right scopes
  • The right events to listen to
  • Any Slack commands that need to be registered
  • ...?

As an extra, we could even support creating the Slack app automatically using the manifest apis. This requires App configuration tokens

DonDebonair avatar Apr 30 '23 20:04 DonDebonair