Others

Create conversation

Create a managed project conversation for a user

post/internal/conversations

Request body

projectIdstring required

The unique identifier of the project

userIdstring required

The unique identifier of the user

subjectstring required
initialMessagestring required
priority'low' | 'normal' | 'high' | 'urgent' required
source'manual' | 'chat' | 'email' | 'api'

Example request

{
  "projectId": "e0b52f4d-dece-408c-af49-d23061bb0f8d",
  "userId": "3241a285-8329-4d69-8f3d-316e08cf140c"
}

Response

Successful response

conversationIdstring required

Changes