Tool
mail_template_get
Get a single email template by id
Get a single email template by id
Behavior
- HTTP
GET /mail/templates/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Template id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| html | string | • | |
| name | string | • | |
| text | string | • | |
| status | string | • | |
| subject | string | • | |
| createdAt | string | • | |
| updatedAt | string | • | |
| variables | array | • |
Try it
Get a single email template by id.