Create chat channel
org.intentschema.communication.chat.channel.create.v1
JSON: bare · @sha256:3e10a430ecc3…
Hash: sha256:3e10a430ecc35d06d4f1dd4596fc87b4bb7524692b4ca69219d3d0f233e89b25
Create a new channel or group conversation.
Payload
| Field | Type | Description |
target * | Target | |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
name * | string | |
private | boolean (default false) | |
members | string[] | User identifiers to add at creation. |
topic | string | |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
Examples
private channel
{
"target": {
"system": "slack"
},
"object": {
"name": "incident-2026-q2",
"private": true
}
}
Profiles