Hello there!
I have some question - how I can send file to Slack IM via n8n
With node Slack - File - Upload I can post file only in channel but not IM or MPIM
Is that possible?
Hi @Konstantin, I think in theory you should be able to use the File → Upload operation and provide the user ID instead of the channel. Though currently this is a bit tricky because n8n would always expect an array which it tries to join.
So, let’s assume our Slack user ID is U02GU6BEXQB (you can find it in Slack under “More”) like so:

You can then use this ID like so to send a file via direct message:
Example Workflow
And the file would arrive in Slack via IM:
1 Like
Thanks a lot!
You’re the best
Have a nice day
1 Like
