Share via


WhatsAppMessageTemplateItemOutput interface

The WhatsApp-specific template response contract

Extends

Properties

content

WhatsApp platform's template content. This is the payload returned from WhatsApp API.

kind

Message template response type is whatsApp.

Inherited Properties

language

The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'.

name

The template's name.

status

The aggregated template status.

Possible values: "approved", "rejected", "pending", "paused"

Property Details

content

WhatsApp platform's template content. This is the payload returned from WhatsApp API.

content?: any

Property Value

any

kind

Message template response type is whatsApp.

kind: "whatsApp"

Property Value

"whatsApp"

Inherited Property Details

language

The template's language, in the ISO 639 format, consist of a two-letter language code followed by an optional two-letter country code, e.g., 'en' or 'en_US'.

language: string

Property Value

string

Inherited From MessageTemplateItemOutputParent.language

name

The template's name.

name: string

Property Value

string

Inherited From MessageTemplateItemOutputParent.name

status

The aggregated template status.

Possible values: "approved", "rejected", "pending", "paused"

status: string

Property Value

string

Inherited From MessageTemplateItemOutputParent.status