Skip to content

Interface: Template

Defined in: types.ts:134

An SMS template in the mNotify system.

Properties

content

ts
content: string;

Defined in: types.ts:140

Body content of the template.


created_at

ts
created_at: string;

Defined in: types.ts:144

ISO timestamp of when the template was created.


id

ts
id: string;

Defined in: types.ts:136

Unique template identifier.


name

ts
name: string;

Defined in: types.ts:138

Name of the template.


status

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

Defined in: types.ts:142

Approval status of the template.


updated_at

ts
updated_at: string;

Defined in: types.ts:146

ISO timestamp of when the template was last updated.