Skip to main content
Use the queues endpoint to retry failed campaign actions or update the message text on a queued entry before it runs. Retry by queue ID for precision, or by campaign and audience identifiers when the queue ID is unknown.

Retry by Queue ID

Retry a specific queue entry using its unique ID.

Endpoint

Parameters

integer
required
The queue entry ID to retry.
boolean
required
Must be true to trigger a retry.

Request Example


Retry by Audience and Step

Retry a queue entry by campaign ID and audience identifier.

Endpoint

Parameters

integer
required
The campaign ID the queued action belongs to.
integer
The audience ID of the queued action. Provide audience_id or member_id.
string
The member ID of the queued action. Provide audience_id or member_id.
integer
required
The campaign step number to retry.
boolean
required
Must be true to trigger a retry.

Request Example


Update Message on Queue Entry

Change the message text on a queued entry before it is processed.

Endpoint

Parameters

integer
required
The queue entry ID to update.
string
required
The new message text for the queued action.

Request Example

Response Examples

Retry Response

Update Response

Error Responses