Encaminhar mensagens
curl --request POST \
--url https://api.jurichat.com/conversation/forward-message \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": [
"<string>"
],
"messageId": [
"<string>"
]
}
'{
"success": true
}Conversations
Encaminhar mensagens
Encaminha uma ou mais mensagens para uma ou mais conversas.
POST
/
conversation
/
forward-message
Encaminhar mensagens
curl --request POST \
--url https://api.jurichat.com/conversation/forward-message \
--header 'Content-Type: application/json' \
--header 'x-jurichat-api-key: <api-key>' \
--data '
{
"conversationId": [
"<string>"
],
"messageId": [
"<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
Response
Default Response
Indica se o encaminhamento foi concluído com sucesso.
⌘I