---
title: "Send Campaign"
method: POST
path: "/shop/customers/campaigns/{campaignId}/send"
tags: ["Campaigns"]
---

# Send Campaign

`POST /shop/customers/campaigns/{campaignId}/send`

Queues the given `Campaign` for sending to all subscribed members of its
associated `CustomerSegment`. Members with a non-null `unsubscribed_at` are
excluded. Individual `CampaignSend` records are created for each recipient
and processed asynchronously.

The `CampaignContent` used for each recipient's `CampaignSend` is selected
based on the customer's `preferred_locale`, falling back to the site's
locale if no `CampaignContent` exists for the customer's preferred locale.

Returns `202 Accepted` immediately; use the `listCampaignSends` endpoint
to track delivery progress.

## Response `202`

The campaign has been queued for sending.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
