---
title: "Send or schedule a campaign"
method: POST
path: "/Communications/Campaign"
tags: ["Communications"]
---

# Send or schedule a campaign

`POST /Communications/Campaign`

**Requires permission:** *CommunicationAdmin*

Sends a push and/or email to a resolved recipient list, immediately or scheduled for a future time (queued as a job). Each recipient carries merge fields; the subject/body/link support {{tokens}} substituted per recipient. Records the send on CORE_Campaigns.

## Request body

- PostSendCampaignRequest
  - `subject` string, nullable
  - `body` string, nullable
  - `linkTo` string, nullable
  - `borderColour` string, nullable
  - `interruptionLevel` integer
  - `sendPush` boolean
  - `sendEmail` boolean
  - `replyTo` string, nullable
  - `senderName` string, nullable
  - `audience` string, nullable
  - `recipients` PostSendCampaignCampaignRecipient[]
    - `email` string, nullable
    - `fields` object, nullable
  - `scheduledFor` string, date-time, nullable

## Response `200`

Success - sent or scheduled

- PostSendCampaignResponse
  - `recipientCount` integer
  - `scheduled` boolean
  - `scheduledFor` string, date-time, nullable
  - `campaignId` integer
  - `provider` string
  - `pushAttempted` integer
  - `pushDelivered` integer
  - `oneSignalCount` integer
  - `emailSent` integer
  - `errors` string[]

## Other responses

- `400` — An Error Occurred - no recipients or no channel selected
- `401` — Unauthorized
- `403` — Forbidden

---

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