> For the complete documentation index, see [llms.txt](https://api.senderwiz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.senderwiz.com/customer/templates.md).

# Templates

- [Get All Templates](https://api.senderwiz.com/customer/templates/get-all-templates.md): Retrieve a paginated list of email templates available for the authenticated customer account.
- [Get One Template](https://api.senderwiz.com/customer/templates/get-one-template.md): Retrieve the full details of a specific email template using its unique template ID.
- [Search Templates](https://api.senderwiz.com/customer/templates/search-templates.md): Search email templates based on specific filter criteria like template name.
- [Create a Template](https://api.senderwiz.com/customer/templates/create-a-template.md): Create a new email template in SenderWiz using HTML content or a zip archive.
- [Update a Template](https://api.senderwiz.com/customer/templates/update-a-template.md): Update an existing email template in SenderWiz by its unique identifier.
- [Delete a Template](https://api.senderwiz.com/customer/templates/delete-a-template.md): Permanently delete a specific email template using its unique identifier in SenderWiz.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.senderwiz.com/customer/templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
