External DocumentationTo learn more, visit the Slack documentation.
Actions
Conversations Open
Opens or resumes a direct message or multi-person direct message.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channel | Resume a conversation by supplying an ID of im or ‘mpim’. Or provide the users field instead. |
| Return Im? | Boolean, indicates you want the full IM channel definition in the response. |
| Users | Comma separated lists of user IDs. If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. |
{
"ok": true,
"no_op": true,
"already_open": true,
"channel": {
"id": "<string>"
},
"warning": "<string>",
"response_metadata": {
"warnings": [
"<string>"
]
}
}
Was this page helpful?