---
title: "Template data model"
url: "https://docs.unified.to/signing/template/model"
description: "API reference for Template data model. Launch multiple pre-built Template integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:54:15.673Z"
---
# Template data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/signing/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this template

**created\_at**date 

The date that this template was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this template was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

Template name

**description**string 

Template description

**is\_active**boolean 

Whether the template is active/available

**creator\_id**string 

User who created the template

**raw**any 

The raw data returned by the integration
