---
title: "Add Channel Templates"
method: POST
path: "/Integrations/AddChannelTemplates"
tags: ["External System Integration"]
---

# Add Channel Templates

`POST /Integrations/AddChannelTemplates`

Adds template IDs and associated names that will be associated with a specified channel ID.

## Query parameters

- `channelId` integer, required

## Request body

- OptimoveAPIModelsOptimoveTemplateDetails[]
  - `TemplateId` integer
  - `ChannelId` integer
  - `AppId` string, nullable
  - `TemplateName` string, nullable

## Response `200`

Success

---

[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)
