Skip to content

Interface: Template

Defined in: types.ts:115

An SMS template in the mNotify system.

Properties

content

ts
content: string;

Defined in: types.ts:121

Body content of the template.


created_at

ts
created_at: string;

Defined in: types.ts:125

ISO timestamp of when the template was created.


id

ts
id: string;

Defined in: types.ts:117

Unique template identifier.


name

ts
name: string;

Defined in: types.ts:119

Name of the template.


status

ts
status: "approved" | "pending" | "rejected";

Defined in: types.ts:123

Approval status of the template.


updated_at

ts
updated_at: string;

Defined in: types.ts:127

ISO timestamp of when the template was last updated.