Preset messages

Create preset message

post/api/1/account/canned-messages

Request body

titlestring required
bodystring required
sharedboolean
category_idinteger nullable
category_namestring nullable

Example request

{
  "title": "architecto",
  "body": "architecto",
  "category_id": 16,
  "category_name": "architecto"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.