/
NI
ninjavan
/
Salesforce Sales Cloud Replacement
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v2
latest
OpenAPI 3.1.0
2026-07-26
391
214
472.7 KB
admin-email-templates
Create Template
post
/api/v1/admin/email-templates
Headers
authorization
string
nullable
X-API-Key
string
nullable
Request body
EmailTemplateCreate
required
name
string
required
api_name
string
nullable
description
string
nullable
template_type
'text'
|
'html'
|
'custom_html'
required
folder_id
integer
nullable
letterhead_id
integer
nullable
object_type
string
nullable
language
string
nullable
encoding
string
subject
string
required
body_html
string
nullable
body_text
string
nullable
Response
Successful Response
EmailTemplateResponse
required
id
integer
required
tenant_id
integer
required
folder_id
integer
nullable
name
string
required
api_name
string
required
description
string
nullable
template_type
'text'
|
'html'
|
'custom_html'
required
letterhead_id
integer
nullable
object_type
string
nullable
language
string
nullable
encoding
string
subject
string
required
body_html
string
nullable
body_text
string
nullable
is_active
boolean
version
integer
required
created_by
integer
nullable
updated_by
integer
nullable
created_at
string
date-time
required
updated_at
string
date-time
nullable