Skip to content
Get an API key

The sticky note item type.

Updated 16 Sep 20261 min read

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

Fields

data
textstringrequired
colorstring

A note swatch name (yellow, peach, pink, lavender, blue, cyan, green, gray) or a hex colour. Defaults to yellow.

fontSizeinteger
authorstring

Shown on the note. Defaults to the token owner.

Example

{
  "type": "sticky_note",
  "data": {
    "text": "Interview 5 users",
    "color": "yellow",
    "fontSize": 0,
    "author": "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