---
title: "Enable auto-retry"
method: POST
path: "/api/v1/broadcast/{broadcastId}/retry"
---

# Enable auto-retry

`POST /api/v1/broadcast/{broadcastId}/retry`

Enable auto-retry for a campaign. Retries will only apply to contacts that get the error code “131049 - Meta chose not to deliver”.

## Path parameters

- `broadcastId` string, required

## Request body

- object
  - `retryDays` string — 1-7, days from broadcast end, provide either *retryDays* or *retryUntil*, but not both.
  - `retryUntil` string — an explicit UTC deadline, provide either *retryDays* or *retryUntil*, but not both.

## Response `200`

---

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