...
IEmailNotificationManager
Syntax
Task<EmailNotificationTemplateDto> GetEmailNotificationTemplateByName(string name, bool includeDeleted = false)
Returns
Task<EmailNotificationTemplateDto>
API Endpoint
GET
/api/v1/notification-template?templateName={templateName}f&includeDeleted=false
...