Emails::Template
Fetch Email Template
Retrieve a single email template
get/emails/templates/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "MnOpQr",
"workspace_id": 42000,
"name": "Welcome Email",
"template_type": "email",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"subject": "Welcome aboard!",
"html_body": "<h1>Hello</h1>",
"text_body": "Hello",
"created_via_api": true,
"from_address": {
"id": 4001,
"public_id": "FrAd01",
"email_address": "marketing@example.com",
"name": "Marketing Team"
}
}