---
title: "Add Promotions"
method: POST
path: "/Integrations/AddPromotions"
tags: ["External System Integration"]
---

# Add Promotions

`POST /Integrations/AddPromotions`

Adds promo codes and associated names that will be available for selection when running a campaign.

## Request body

- OptimoveAPIModelsOptimovePromotion[]
  - `TargetGroupID` integer
  - `RecipientGroupID` integer
  - `ActionID` integer — The Action ID is Optimove's unique ID for each action
  - `PromoCode` string, nullable
  - `PromotionName` 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)
