<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/list-whats-app-templates
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# List WhatsApp templates

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={"List WhatsApp templates"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/inboxes/{inbox_id}/templates"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Approved WhatsApp templates for one inbox, with how many body variables each
expects.

Call it before sending a template: `name` and `body_variable_count` are what you
need to build the send. Only templates with `status: approved` can be sent.

A non-WhatsApp inbox returns an empty list rather than an error, so a client can
call this uniformly.

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

<ParamsDetails
  {...require("./list-whats-app-templates.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-whats-app-templates.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-whats-app-templates.StatusCodes.json")}
>
  
</StatusCodes>
