Account
Get Message Templates
Retrieve approved templates for the account
GET
/
account
/
templates
Authorizations
apikey
string
headerrequiredAuthentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Response
200 - application/json
channel
enum<string>
Available options:
whatsapp
isRichTemplate
boolean
is the template a rich media template?
templateType
string
type of the template
Used as type
in send message for templates. Values are template
, richTemplate
or buttonTemplate
templateId
string
template id approved by the respective channel.
Used as templateId
in send message for templates
templateLanguage
string
template id approved by the respective channel.
Used as templateLanguage
in send message for templates
templateDesc
string
template definition
templateVariableCount
integer
Number of placeholders for the template.
Array size of templateArgs
in send message
active
boolean
is the template active for API use?