# KnetikCloud.TemplateEmailResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | **String** | Address to attribute the outgoing message to. Optional if the config email.out_address is set. | [optional] 
**recipients** | **[Number]** | A list of user ids to send the message to. | 
**subject** | **String** | The subject for email | [optional] 
**template_key** | **String** | The key for the template | 
**template_vars** | [**[KeyValuePairstringstring]**](KeyValuePairstringstring.md) | A list of variables to fill in the template | [optional] 


