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