/conversations.open
POST
/conversations.open
conversations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/conversations.open'
Response Response Example
200 - response
{
"channel": {
"id": "D069C7QFK"
},
"ok": true
}
Request
Header Params
token
stringÂ
optional
conversations:write
Body Params application/x-www-form-urlencoded
channel
stringÂ
optional
im
or mpim
's ID. Or provide the users
field instead.return_im
stringÂ
optional
users
stringÂ
optional
channel
when not supplying users
.Responses
Modified at 2023-08-15 05:39:45