Add a new note to a conversation.
cURL
curl --request POST \ --url https://1-some-client.some-server.healvi-chat/third-party/v1/conversation/{conversationId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>" } '
{ "id": 123, "conversation_id": 123, "text": "<string>", "created_at": "2023-01-01T12:00:00Z", "updated_at": "2023-01-01T12:00:00Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Note within a conversation. Only visible to business.
Internal ID.
Note content.
"2023-01-01T12:00:00Z"