integrations

Get Slack app manifest

Return the Slack app manifest pre-filled with this deployment's public URLs.

get/v1/integrations/slack/manifest

Query parameters

access_mode'bot' | 'user'

Generate a manifest for a personal installation (default) or an admin bot installation

Generate a manifest for a personal installation (default) or an admin bot installation

Response

Slack app manifest for bring-your-own-app setup

manifest_jsonstring required

Slack app manifest JSON pre-filled with this deployment's URLs

manifest_yamlstring required

Slack app manifest YAML pre-filled with this deployment's URLs

Changes