Slack
slack_open_conversation
Open a DM or multi-person DM. Pass 1 user ID for DM, 2-8 for group DM.
Remote node2flow/slack
Other tools also called slack_open_conversation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"users": {
"type": "string",
"description": "Comma-separated user IDs (1 = DM, 2-8 = group DM)"
},
"return_im": {
"type": "boolean",
"description": "Return full conversation object"
}
}
}