List email templates
sendgrid_list_templatesList your transactional email templates (Dynamic and/or Legacy). Returns { result: [...], _metadata } — use _metadata.next / page_token to paginate. SendGrid: GET /v3/templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Number of templates per page (1–200, default 50). | |
| page_token | No | Pagination token from a previous response's _metadata. | |
| generations | No | Which template generation(s) to return (default: dynamic). | dynamic |