Skip to main content
get/inboxes/{id}/whatsapp/templates

List WhatsApp templates

LLM
View as Markdown
Open llms.txt

Returns approved and pending WhatsApp templates available for this inbox. Use template names and languages from this response when sending `template` message content.

Authorization

Scheme

  • bearerAuth

Required scopes

  • inbox:read

Allowed roles

  • owner
  • admin
  • agent

List WhatsApp templates for an inbox.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.
  • Name
    pageSize
    Type
    query integer
    Description
    Number of templates to return. Defaults to 100 and is capped at 1000.
  • Name
    pageToken
    Type
    query string
    Description
    Token returned as `nextPageToken` from the previous page.

Responses

  • 200

    List of WhatsApp templates

    • application/json WhatsAppTemplatesResponse
  • default

    Error

    • application/json ProblemDetails