---
title: "Check the sendability of a campaign"
method: POST
path: "/campaigns/{id}/check_sendability"
tags: ["Campaigns"]
---

# Check the sendability of a campaign

`POST /campaigns/{id}/check_sendability`

## Path parameters

- `id` string, required

## Response `200`

The sendability of the campaign

- object
  - `sendable` boolean, required — Whether the campaign is sendable
  - `errors` object — The errors if the campaign is not sendable. Only returned if `sendable` is `false`
    - `business_missing_variables` string[], required — The missing variables for the business
    - `campaign_missing_variables` string[], required — The missing variables for the campaign
    - `customers_missing_variables` object[], required — The missing variables for the customers
      - `id` string, required — The ID of the customer
      - `missing_variables` string[], required — The missing variables for the customer
    - `unknown_variables` string[], required — The unknown variables in the campaign

---

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