Conversations

Create Standalone Conversation

post/api/v1/conversations

Request body

conversation_idstring uuid required

The unique identifier of the conversation

project_idstring uuid nullable

The unique identifier of the project

titlestring

The title of the conversation, used to identify it in the web UI

event_idstring uuid nullable
user_messagestring nullable

Response

Successful Response

conversation_idstring uuid required

The unique identifier of the conversation

project_idstring uuid nullable required

The unique identifier of the project

organization_idstring required

The ID of an organization in Rebolt.

titlestring required

The title of the conversation, used to identify it in the web UI

created_atstring date-time required
updated_atstring date-time required

Changes