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

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
name *string
privateboolean (default false)
membersstring[]User identifiers to add at creation.
topicstring

Result

FieldTypeDescription
external_id *stringProvider-assigned id.
created_at *string (date-time)

Examples

private channel

{
  "target": {
    "system": "slack"
  },
  "object": {
    "name": "incident-2026-q2",
    "private": true
  }
}

Profiles