chore: Update API documentation for whatsapp templates (#8211)
- Update API documentation for whatsapp templates
This commit is contained in:
@@ -19,3 +19,24 @@ properties:
|
||||
content_attributes:
|
||||
type: object
|
||||
description: attributes based on your content type
|
||||
template_params:
|
||||
type: object
|
||||
description: The template params for the message in case of whatsapp Channel
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
description: Name of the template
|
||||
example: 'sample_issue_resolution'
|
||||
category:
|
||||
type: string
|
||||
description: Category of the template
|
||||
example: UTILITY
|
||||
language:
|
||||
type: string
|
||||
description: Language of the template
|
||||
example: en_US
|
||||
processed_params:
|
||||
type: object
|
||||
description: The processed param values for template variables in template
|
||||
example:
|
||||
1: "Chatwoot"
|
||||
|
||||
Reference in New Issue
Block a user