Skip to content

Instantly share code, notes, and snippets.

@msrivastav13
Created November 23, 2021 22:51
Show Gist options
  • Save msrivastav13/5e7b5d93fc62fb3bf04f24e92f54c2e1 to your computer and use it in GitHub Desktop.
Save msrivastav13/5e7b5d93fc62fb3bf04f24e92f54c2e1 to your computer and use it in GitHub Desktop.
Sample manifest for slack app
_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