Create, view, preview, and retrieve email templates with the Template API.
Overview
The Template API allows you to create, view, preview, and retrieve email templates. Each template includes HTML content and a unique name. These templates can be reused across campaigns for consistent communication.
Available Endpoints
| Endpoint Name | Method | Endpoint | Description |
|---|---|---|---|
| Add a Template | POST | /v5.1/templates | Creates a new template with metadata, content, and optional variables. |
| View Templates | GET | /v5.1/templates | Preview an existing template. |
| Get Template by ID | PATCH | /v5.1/templates/{template_id} | Update the template name and content. |
| Retrive List of Template | GET | /v5.1/templates/{template_id} | Fetch all the templates added in the account. |
API Endpoint URLs
-
For Non-EU Customers:
https://emailapi.netcorecloud.net/ -
For EU Customers:
https://apieu.netcorecloud.net/
