DemandFlow Support Centre

EMAILTEMP: Email template

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A reusable email template with terminology checking for composing consistent outbound emails.

EMAILTEMP: Email template

A reusable email template with terminology checking for composing consistent outbound emails.

Default definition. This article describes the default EMAILTEMP definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches EMAILTEMP.

Entity properties

PropertyValue
Entity codeEMAILTEMP
Display nameEmail template
PluralEmail templates
Level30100

Use cases

Simple CRM entity for email templates. Single-column layout with a name field and a termeditor for the template body. Used to store pre-written email content that can be reused when composing emails.

Fields

Template

FieldTypeRequiredNotes
nametextYesName.
bodytermeditorYesBody.

Relationships

  • No declared relationships in the default definition.

Creating a Email template via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "EMAILTEMP",
  "level":    30100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "body": "Example value"
}

Listing Email templates records

GET /v1/entities/EMAILTEMP/SUB:<your-sub-id>

See also

emailtempemailtemplatetemplatesemailtemplatesreusablewithterminologycheckingcomposingconsistent

Was this article helpful?

← Back to Knowledge Base