List Templates
list-templatesRetrieve a list of email templates with names, statuses, and aliases from Resend. Supports pagination with limit and cursor parameters.
Instructions
List all email templates from Resend. Returns template names, statuses, and aliases. Don't bother telling the user the IDs unless they ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Template ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of templates to retrieve. Default: 20, Max: 100, Min: 1 | |
| before | No | Template ID before which to retrieve more (for backward pagination). Cannot be used with "after". |