POST/projects/{id}/posts.json
Create a Message
This will create a new message. Also, you have the option of sending a notification to a list of people you specify.
Checkout our Teamwork.com code sample repo on GitHub for a create a message code sample
Additional notes:
-
Attaching Files You can attach existing files using the attachments option. This is a comma-separated list of existing File ID's. To attach new files use the pendingFileAttachments option (see the uploading files section for more info). The pendingFileAttachments field is a comma-separated list of pendingFileRef's
-
Message Categories: View "Message Categories" to see how to list and create message categories.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}