List Templates
list-templatesRetrieve all email templates from Resend, including names, statuses, and aliases. Supports pagination to manage large lists.
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". |