Blog Post
yogeshdixit
4 months agoGuide
Hi,
Can you please help me with creating a new note in an existing thread using API v1?
I am currently using the following API:
/restapi/vc/postoffice/notes/send?restapi.session_key=<sessionKey>¬es.recipient=/users/id/xxxx¬es.subject="this is subject"¬es.note=this is body
Thanks in advance...
The above API creates a new thread note, but I want to send the note in an existing thread by sending only the body of the message.
How can I achieve this?
Thanks in advance...