Create Saved Reply V2
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/saved-replies" \ -H "Content-Type: application/json" \ -d '{ "body": "string", "title": "string" }'{
"body": "string",
"body_html": "string",
"category": "string",
"created_at": "2019-08-24T14:15:22Z",
"id": "string",
"shortcut": "string",
"title": "string",
"usage_count": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}