I have a workflow which sends a Slack user a DM using Slackbot. The idea is the user then replies in that thread with an image which is then sent to another tool I’m using. I can find the Slack user, send them a DM, but when trying to retrieve that message or the messages in the thread I run into a dead end:
- Retrieve Thread Messages: Sends data to Slack, gets no response
- Get Message: Sends data to Slack, gets an error:
Failed to find a message in Slack
This is a new feature! To take advantage of it, you'll need to reconnect your auth. Requires scope `im:history`
-
Get Message: Sends data to Slack, returns missing_scope error


I have reconnected and reauthenticated my slack connection, with no change.