Enable auto-retry

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

post/api/v1/broadcast/{broadcastId}/retry

Path parameters

broadcastIdstring required

The broadcast (campaign) ID to enable retry for

Request body

retryDaysstring

1-7, days from broadcast end, provide either retryDays or retryUntil, but not both.

retryUntilstring

an explicit UTC deadline, provide either retryDays or retryUntil, but not both.

Changes

No recorded changes to this endpoint across all 1 revision of this API.