Create conversation
Last updated
Last updated
All API requests should contain authorization headers.
Request
Request body
The body of the request should contain the following model serialized to JSON.
Field | Type | Comment |
---|---|---|
Response
Data
field has type of Conversation object.
author
User value model
Conversation author
categoryId
nullable integer
Conversation category id. Optional
fields
array of Custom Fields value models
Conversation fields. Optional
isBotEnabled
boolean
If true
, a bot will be assigned to the conversation at the start. Default value is false
sentiment
nullable Sentiment enumeration
Conversation sentiment. Optional, if left unset, it will to the value question
title
string
Conversation title. Optional
url
string
The URL where the conversation took place. Optional