These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.49.

Slack

/api/slack endpoints.

GET /api/slack/manifest

Returns the YAML manifest file that should be used to bootstrap new Slack apps.

PUT /api/slack/settings

Update Slack related settings. You must be a superuser to do this. Also updates the slack-cache. There are 3 cases where we alter the slack channel/user cache:

  1. falsy token -> clear
  2. invalid token -> clear
  3. truthy, valid token -> refresh .

PARAMS:

  • slack-app-token nullable value must be a non-blank string.

  • slack-files-channel nullable value must be a non-blank string.


« Back to API index

Read docs for other versions of Metabase.

Thanks for your feedback!

See something that needs fixing? Propose a change.