Create Quick Reply
Create a new quick reply. A quick reply holds one or more prepared messages (send.contents, same structure as Send a Message to Chat bodies) and a send.target list defining which channels - or which single chat - it is available for. The contents are validated against the limits of every targeted channel.
Required token scopes: Manage quick replies
AI quick replies
Texter’s inbox shows a special AI suggestion UI for quick replies whose metadata.client.aiQuickReply is true: they appear as suggested replies on the targeted chat, sorted on top, with an “unseen suggestion” indicator for agents. To create one (the same flow Texter’s own AI assistant uses):
- Create a quick reply targeted at one specific chat - set
send.target[0].idto the chat ID (the chat’s_id, from Search Chats), and optionallydisplay.noteto something like"AI suggestion". - Mark it with the Update Existing Quick Reply endpoint:
[{ "updateClientMetadata": { "aiQuickReply": true } }]. - When the suggestion becomes stale, delete it (or replace its contents with
updateSendContents).
See the “AI suggested reply (step 1 of 2)” request example.
הרשאות
API token generated in Texter: gear icon → Developers → API Tokens. When creating a token, assign it the scopes required by the endpoints you plan to call - each endpoint lists its required scopes.
גוף
תגובה
The created quick reply. Field-by-field reference: The Quick Reply object