Encerrar atendimento humano
curl --request POST \
--url https://api.jurichat.com/conversation/end-human-support \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": "<string>"
}
'{
"success": true
}Conversations
Encerrar atendimento humano
Encerra o atendimento humano e devolve a conversa para o fluxo automático.
POST
/
conversation
/
end-human-support
Encerrar atendimento humano
curl --request POST \
--url https://api.jurichat.com/conversation/end-human-support \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": "<string>"
}
'{
"success": true
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Body
application/json
ID da conversa.
Pattern:
^[cC][^\s-]{8,}$Response
Default Response
Indica se o atendimento humano foi encerrado com sucesso.
⌘I