Create a saved reply.
Create a saved reply.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/saved-replies" \ -H "Content-Type: application/json" \ -d '{ "name": "Refund acknowledgement", "message": "<p>We\'ve started your refund.</p>", "folder": "Billing", "inbox_id": "3f7c1e94-2b6a-4d0e-8c5f-9a1b2c3d4e5f" }'{ "message": "string"}When null, the saved reply is global (available to every inbox).