For the complete documentation index, see llms.txt. This page is also available as Markdown.

chatCreate

Graphql fields and variables for the chatCreate mutation

Create a chat

Scope required: standard:write

mutation chatCreate () {
  chatCreate () {
      chatId
      errors
  }
}

Response

Name
Type
Description

chatId

String

errors

List (String)

Last updated

Was this helpful?