jameel_khan
15 years agoHelper
How to reply to a message via REST API?
I want to post a reply to a message in a thread, any idea how do I do it?
- 15 years ago
On the Message object, there is a reply method (for example /restapi/vc/messages/id/245/reply ) that will allow you to post a reply to the given message. It works much the same way as posting a message to a board.
- 14 years ago
Go check out the KB article about this topic