Created
November 23, 2021 22:51
-
-
Save msrivastav13/5e7b5d93fc62fb3bf04f24e92f54c2e1 to your computer and use it in GitHub Desktop.
Sample manifest for slack app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_metadata: | |
major_version: 1 | |
minor_version: 1 | |
display_information: | |
name: Salesforce Slack Starter App | |
features: | |
bot_user: | |
display_name: Salesforce Slack Starter App | |
always_online: true | |
shortcuts: | |
- name: Whoami | |
type: global | |
callback_id: who_am_i | |
description: shows Salesforce org details | |
oauth_config: | |
scopes: | |
bot: | |
- chat:write | |
- chat:write.public | |
- commands | |
settings: | |
interactivity: | |
is_enabled: true | |
request_url: https://heroku-app.herokuapp.com/slack/events | |
org_deploy_enabled: false | |
socket_mode_enabled: false | |
token_rotation_enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment