Rachel Dong
Rachel Dong

Reputation: 209

Slack app: Sending messages to this app has been turned off

I created a slack app and add the following scopes to it: enter image description here enter image description here enter image description here

But it still shows "Sending messages to this app has been turned off." in the chat window. enter image description here The app configuration page has been updated recently, so I can't try the method such as "go to App Home and set the checkbox for 'Allow users to send Slash commands and messages from the messages tab'".

Actually the settings I made for this app is the same with another app which I created previously and runs normally.

Does anybody have suggestions for this problem? It confuses me a lot, thanks in advance.

Upvotes: 0

Views: 4836

Answers (1)

Rachel Dong
Rachel Dong

Reputation: 209

Add:

features:
    app_home:
      home_tab_enabled: false
      messages_tab_enabled: true
      messages_tab_read_only_enabled: false

to the app Manifest.

Upvotes: 6

Related Questions