<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/create-quick-reply
Last modified: 2026-08-20T20:52:05.000Z

# Create a quick reply

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Create a quick reply"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/quick-replies"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Create a quick reply.

`scope` defaults to `account` — a shared snippet is almost always what an
integration means. For a personal one, pass `scope: "personal"` **and** the
`agent_id` it belongs to; without an owner a personal reply would be invisible
to everybody.

Bodies may contain merge variables such as `{{contact.name}}`. They are stored
verbatim and resolved when an agent inserts the reply.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./create-quick-reply.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./create-quick-reply.StatusCodes.json")}
>
  
</StatusCodes>
