POST/messages/{id}/messageReplies.json
Create a Message Reply
This will create a new message. Also, you have the option of sending a notification to a list of people you select people.
Path Params
- Name
id
- Type
- string
- required
- Description
Request Examples
Example Request
POST
/messages/{id}/messageReplies.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}