How to send direct messages to a user as app in app channel
问题 How is it possible to send message in slack directly to the user, by user.id as application. this application has scope: bot,channels:write,emoji:read,users:read,users:read.email I find how to send message only as DM or by webhooks, but there is no scope for that. Any one has idea? 回答1: If I understand your question correctly, you want to send direct messages to users in the app channel instead of the standard slackbot channel. In order to do that you need to Your app needs the bot scope and