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

# Add Channel Apps

`POST /Integrations/AddChannelApps`

Adds app IDs and associated names that will be available for selection when running a campaign via the specified channel (typically required when using push notification channels).

## Query parameters

- `channelId` integer, required

## Request body

- object[]
  - `AppID` string, nullable
  - `AppName` 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)
