Conversation Add Note
Protocol
POST
URL
https://api.helpmonks.com/api/v1/conversation/note/add
Parameters
Name | Required | Value | Comment |
---|---|---|---|
id | Yes | ObjectId of the conversation to update | |
notes | Yes | Object that containd notes to add |
The available fields are documented in the Conversation Data Model. Refer to the Query syntax documentation on how to query against your records
Example
{
"id" : "569ed97edfeec6ccffb6c2ec",
"notes" : [
{
"note" : "A note from the API"
}
]
}
Returned data
Please refer to the Conversation Data Model to see the data structure being returned