Slack has moved to object scopes, so the checks in incoming_webhook_allowed and bot_allowed are no longer valid.
The API docs note:
If your Slack app includes a bot user, upon approval the JSON response will contain an additional node containing an access token to be specifically used for your bot user, within the context of the approving team.
The same appears to be true for the incoming_webhook data
Slack has moved to object scopes, so the checks in
incoming_webhook_allowed
andbot_allowed
are no longer valid.The API docs note:
The same appears to be true for the
incoming_webhook
datasee: https://api.slack.com/docs/oauth-scopes