v8
OpenAPI 3.1.02026-08-033623795.0 MBDm channels
Create dm channel
Create a new DM channel between two or more users, optionally scoped to a specific company. Returns the existing channel if one already exists.
post/dm_channels
Request body
Example request
{
"company_id": "biz_xxxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"created_at": "123.45",
"last_message_at": "2023-12-01T05:00:00.401Z",
"name": "Project Alpha Team"
}