cURL
curl --request POST \ --url https://api.multchats.com/v2/inbox/create-annotation-in-inbox \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integrationId": "<string>", "phoneNumber": "<string>", "annotation": "<string>" } '
{ "success": true }
Adiciona uma nota interna em uma conversa
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da integração
Número de telefone
Nota interna
Nota interna adicionada com sucesso
Indica se a operação foi bem-sucedida