How do I create new group DMs in Slack?

Hey, I’m currently trying to create Group DMs with Make in Slack. Unfortunately, it is not possible to create new group DMs but only to write messages in existing group DMs. Is there a solution to this?

Correct me if I’m wrong, but it would be the “Create Message” module and you would use the “Multiple IM” channel and provide the necessary User ID’s

Yes exactly, I tried that, but it is only possible if a group chat has already been created with the people. But I would like to create a new group chat with people.

If anyone ever comes across this question via search, that would be the solution:

You need to use the “Make an API Call” module set exactly as it’s shown in the following screenshot. Also, you need to create a new Slack connection and add the additional scopes (also shown below) This API call will create the multiple DM conversation and the module will provide you with the channel ID. This channel ID needs to be used in the next Create a message module. See the screenshots:



5 Likes

Thanks Jens.
I followed very carefully the steps you have described? I still have an JSON Error
This is the body of my JSON

{
“users”: “Uxxx”,“Uyyy”,“Uzzz”
}

Support answered the right Json should be
{
“users”: “Uxxx,Uyyy,Uzzz”
}

1 Like

Hello everybody :wave:

I just wanted to quickly jump in and say thank you very much for sharing how you managed to solve this @Jens :clap:

@NickDander awesome to hear that the support team got this up and running for you. Also, thank you very much for stepping back in here and letting us know what you learned :pray:

We 100% appreciate you sharing your progress and giving others the chance to learn from you.

1 Like