---
title: "Channel Template Details"
method: GET
path: "/Integrations/GetChannelTemplateDetails"
tags: ["External System Integration"]
---

# Channel Template Details

`GET /Integrations/GetChannelTemplateDetails`

Returns the content and attributes of a specific template for a specific channel.
Currently, this endpoint supports only Optimail channel (ChannelID: 15).

## Query parameters

- `TemplateID` integer, required
- `ChannelID` integer, required

## Response `200`

Success

- OptimoveAPIModelsOptimoveTemplateContent[]
  - `TemplateContent` string, nullable
  - `TemplateAttributes` string[], nullable

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/revisions/fc55c5b1bec5/schema)
