Skip to main content
POST
Create a new quick reply snippet containing a trigger shortcut (e.g. /welcome) and its message content. Creating a quick reply automatically busts the organization’s snippet Redis cache.

Authentication

This endpoint requires Bearer token authentication.

Request Body

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Keyboard trigger shortcut prefixed with a slash (1 to 100 characters). Example: /greeting or /pricing.
string
required
The expanded text content of the snippet inserted into the chat composer.

Response Fields

string
Generated UUID identifier of the created quick reply.
string
Assigned shortcut trigger string.
string
Template body text.
string
ISO 8601 creation timestamp.