---
id: v1-template-dto-teams-template
title: TemplateDtoTeamsTemplate
pagination_label: TemplateDtoTeamsTemplate
sidebar_label: TemplateDtoTeamsTemplate
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'TemplateDtoTeamsTemplate', 'v1TemplateDtoTeamsTemplate']
slug: /tools/sdk/typescript/notifications/models/template-dto-teams-template
tags: ['SDK', 'Software Development Kit', 'TemplateDtoTeamsTemplate', 'v1TemplateDtoTeamsTemplate']
---

# TemplateDtoTeamsTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **(optional)** `string` | The template key | [default to undefined]
**title** | **(optional)** `string` | The title of the Teams message | [default to undefined]
**text** | **(optional)** `string` | The main text content of the Teams message | [default to undefined]
**messageJSON** | **(optional)** `string` | JSON string of the Teams adaptive card | [default to undefined]
**isSubscription** | **(optional)** `boolean` | Whether this is a subscription notification | [default to false]
**approvalId** | **(optional)** `string` | The approval request ID | [default to undefined]
**requestId** | **(optional)** `string` | The request ID | [default to undefined]
**requestedById** | **(optional)** `string` | The ID of the user who made the request | [default to undefined]
**notificationType** | **(optional)** `string` | The type of notification | [default to undefined]
**autoApprovalData** | **(optional)** `TemplateSlackAutoApprovalData` |  | [default to undefined]
**customFields** | **(optional)** `TemplateSlackCustomFields` |  | [default to undefined]

