/
GetTemplates()
GetTemplates()
Description
Gets a list of email notifications which haven’t been deleted.
Package Details
Interface
IEmailNotificationManager
Syntax
Task<ICollection<EmailNotificationTemplateInfo>> GetTemplates();
Returns
Task<ICollection<EmailNotificationTemplateInfo>>
API Endpoint
GET
/api/v1/notification-template
Parameters
There are no parameters.
Returns
200 OK - When successful
400 Bad Request - Unable to get the templates
Example
// get all templates
var templates = await emailNotificationManager.GetEmailNotificationTemplateByName();
, multiple selections available,
Related content
GetEmailNotificationTemplateByName()
GetEmailNotificationTemplateByName()
More like this
DeleteNotification()
DeleteNotification()
More like this
EmailNotificationManager
EmailNotificationManager
More like this
GetAll() [NoticeManager]
GetAll() [NoticeManager]
More like this
GetByServiceId() [NoticeManager]
GetByServiceId() [NoticeManager]
More like this
Email Notifications
Email Notifications
More like this