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.

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

Body Params

    • Name
      post
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }