Create a saved reply

Create a new saved reply. The handle is derived from title if not supplied. Handles are unique per organization (excluding soft-deleted rows).

Visibility model:

  • Pass isPrivate: true to make the reply private to the OAuth session's user (sets userId, clears roles).
  • Pass roles to restrict the reply to users with one of those roles (clears userId).
  • Pass neither for an organization-wide public reply.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
string

URL-safe handle. Defaults to a slugified title.

content
object

Body of the saved reply, typically a TipTap JSON document.

string
Defaults to en
string
enum
Defaults to draft
Allowed:
tags
array of strings
tags
string
string
roles
array of strings
roles
boolean

When true, the reply becomes private to the OAuth session's user. Mutually exclusive with roles.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json