GET
Auth Required
Get Email Template
Get a specific email template with full body content.
https://hoodsly-moc-api.wppool.dev/api/v1/email-templates/{id}
Response
200 OK
{
"id": 1,
"title": "Order Confirmation",
"subject": "Your Order {order_id} is Confirmed!",
"body": "Dear {customer_name},\n\nThank you for your order!\n\nOrder Details:\n- Order Number: {order_id}\n- Order Total: {order_total}\n- Estimated Delivery: {estimated_shipping_date}\n\nProducts Ordered:\n{product_list}\n\nIf you have any questions, please contact us at {shop_email} or {shop_phone}.\n\nThank you for choosing {shop_name}!\n\nBest regards,\n{shop_name}\n{shop_address}",
"event": "order_created",
"shop": "hoodslyhub",
"receipent_type": "customer",
"note": "Customer-facing order confirmation email",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
Available Placeholders
| Placeholder | Description |
|---|---|
{order_id} | Order identifier |
{customer_name} | Customer full name |
{order_total} | Order total amount |
{estimated_shipping_date} | Estimated delivery date |
{product_list} | Formatted product list |
{shop_name} | Shop name |
{shop_email} | Shop contact email |
{shop_phone} | Shop contact phone |
{shop_address} | Shop address |
Request
GET
/api/v1/status
Response