Skip to content
Get an API key

A comment pin.

Updated 16 Sep 20261 min read

Send "type": "comment". A primitive the editor draws; it has no MCP tool.

A comment pin. On create, message starts the thread. On read, comments is the thread: the first entry is the comment, the rest are replies.

Fields

data
messagestring
colorstring
commentsobject[]
Child attributes
idstring
messagestring
usernamestring
firstNamestring
lastNamestring
createDatestring

Example

{
  "type": "comment",
  "data": {
    "message": "Interview 5 users",
    "color": "string",
    "comments": [
      {
        "id": "string",
        "message": "Interview 5 users",
        "username": "Q4 Launch Planning",
        "firstName": "Q4 Launch Planning",
        "lastName": "Q4 Launch Planning",
        "createDate": "string"
      }
    ]
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft