Add a template

Create and store a new email template on the Netcore CPaaS dashboard.

A template is a reusable server-side email layout referenced by template_id when sending emails.
You can include substitution placeholders like [% NAME %] that are replaced at send time.

Templates created in a master account are not accessible in subaccounts.

Base URLs:
Non-EU: https://emailapi.netcorecloud.net/
EU: https://apieu.netcorecloud.net/

Body Params
string
required
length ≤ 255

Add a unique template name using letters, numbers, or underscore only (max 255 characters).

content
array of objects
required

Add one or more template content blocks (HTML and/or AMP).

content*
Headers
string
required

Add your Netcore CPaaS dashboard Email API key to authorize this request.

Responses

400

Bad request

401

Unauthorized

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json