Account
Get Message Templates
Retrieve approved templates for the account
GET
Authorizations
Authentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Response
200
application/json
Approved template list
Available options:
whatsapp
is the template a rich media template?
Example:
false
type of the template
Used as type
in send message for templates. Values are template
, richTemplate
or buttonTemplate
template id approved by the respective channel.
Used as templateId
in send message for templates
Example:
"greeting_01"
template id approved by the respective channel.
Used as templateLanguage
in send message for templates
Example:
"en"
template definition
Example:
"Good morning {{1}}. How may I help you today?"
Number of placeholders for the template.
Array size of templateArgs
in send message
Example:
1
is the template active for API use?
Example:
true