mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 11:22:21 -06:00
feat: whatsapp cloud api components in template
This commit is contained in:
@@ -288,6 +288,7 @@ export const templateMessageSchema: JSONSchema7 = {
|
||||
properties: {
|
||||
name: { type: 'string' },
|
||||
language: { type: 'string' },
|
||||
components: { type: 'array' },
|
||||
},
|
||||
required: ['name', 'language'],
|
||||
...isNotEmpty('name', 'language'),
|
||||
|
||||
Reference in New Issue
Block a user