# Templates You can use templates to control the look and content of the email notifications for your fax service. These templates are stored on a email domain that you can configure and manage using the `/domains` endpoints. ## List templates for domain - [GET /services/{serviceId}/domains/{domainName}/templates](https://developers.sinch.com/docs/fax/api-reference/fax/templates/listtemplates.md): List templates for a specific domain for the specified service. ## Get template - [GET /services/{serviceId}/domains/{domainName}/templates/{templateName}](https://developers.sinch.com/docs/fax/api-reference/fax/templates/gettemplate.md): Retrieve a named template for a specific domain for the specified service. ## Update template - [PUT /services/{serviceId}/domains/{domainName}/templates/{templateName}](https://developers.sinch.com/docs/fax/api-reference/fax/templates/updatetemplate.md): Update a template for a specific domain for the specified service.