Add Notes
Description
You can use this API to add notes for the specified conversation.
Payload
notes : Add the notes for a conversation
OAuth Scope:
conversations.CREATE
URL:
Copiedhttps://salesiq.zoho.com/api/v2/{screen name}/conversations/{conversation_id}/notes
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylkerinc/conversations/46000000092019/notes
Payload:
Copied{
"notes" : "The previous deal was closed",
}
Sample Response:
Copied{
"url": "/api/v2/zylkerinc/conversations/46000000092019/notes",
"object": "notes",
"data":{
"creator":{
"name": "Patricia",
"id": "46000000000005"
},
"note": "The previous deal was closed",
"created_time": "1568977511488"
}
}