Skip to main content
POST
Assign Conversation

Autorizaciones

api_access_token
string
header
requerido

Parámetros de ruta

conversation_id
string<uuid>
requerido

Conversation ID (UUID)

Cuerpo

application/json
assignee_id
string<uuid>

Id of the assignee user

Ejemplo:

"111e2222-e33b-44d5-a666-777888999000"

team_id
string<uuid>

Id of the team. If the assignee_id is present, this param would be ignored

Ejemplo:

"555e6666-e77b-88d9-a000-111222333444"

Respuesta

Conversation assigned successfully

success
boolean
requerido
Ejemplo:

true

data
object
requerido
meta
object
requerido
message
string
requerido

Success message

Ejemplo:

"Conversation assigned successfully"