Preview Email Template
GET/api/v1/email/preview/:template_name
Preview an email template with sample data (admin only)
Args: template_name: Name of the template to preview format: Output format - 'html' or 'txt' (default: 'html')
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
OK
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error