/ shortcut during chat. Instead of writing the same messages repeatedly, you create a library of texts, images, and documents available with two keystrokes.
Quick Reply types
Text
Plain text message, with or without variables. The most common type — ideal for greetings, confirmations, and standard responses.
Image
Sends an image saved in Storage. Useful for catalogs, tutorial screenshots, or promotional banners.
Video
MP4 or WebM video. Size limit defined by the destination channel (WhatsApp: 16 MB).
Document
PDF, Word, Excel, and other formats. The original file name is preserved on send.
Creating a Quick Reply
Open the manager
In the sidebar, go to Settings → Quick Replies or access it from the Inbox by clicking the lightning icon in the reply field.
Click '+ New Reply'
The creation form opens with the fields: shortcut, type, content, and visibility.
Set the shortcut
The shortcut is the text you type after
/. It is normalized automatically: lowercase letters, no spaces (spaces become -). E.g., initial-greeting → /initial-greeting.Write the content
For text, write the message. For media, upload the file or paste the URL. The file is stored in the
media-files bucket in Supabase Storage.Using in chat with autocomplete
When you type/ in the Inbox reply field, autocomplete activates automatically. It filters Quick Replies as you type the shortcut.
- Keyboard
- Mouse
↑/↓— navigate between resultsEnter— select and insert the replyEsc— close the autocomplete
The shortcut is normalized before searching:
/Initial Greeting and /initial-greeting find the same template. The search is case-insensitive via ilike in the database.Dynamic variables
Text replies support variables that are substituted at send time:| Variable | Substituted value |
|---|---|
{{nome}} | Contact name from the Conversation |
{{empresa}} | Contact’s company |
{{agente}} | Name of the attendant sending the reply |
{{data}} | Current date in dd/mm/yyyy format |
Managing the library
- Edit: click the three dots next to the reply and select Edit. The shortcut can be changed without affecting other replies.
- Delete: permanently removes the reply. Deleted shortcuts can be reused by other replies.
- Filter by type: use the filters at the top of the list to view only images, documents, or text.
- Visibility:
privatereplies appear with a lock icon. Other attendants cannot see them.
Only owners, managers, and the original creator can edit or delete a Quick Reply. Attendants with the
attendant Role can create private replies but cannot edit workspace replies created by others.