POST
/
dispatches
/
{id}
/
populate-queue

POST /dispatches//populate-queue

This endpoint populates the dispatch queue for a given dispatch. It clears any existing queue for the dispatch and then repopulates it based on the contact lists associated with the dispatch. It respects inclusion and exclusion rules, ensuring that only unique, intended contacts are queued for dispatch.

Path Parameters

id
string
required

The ID of the dispatch to populate.

Responses

200 - OK
object
400 - Bad Request
object
404 - Not Found
object

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the dispatch to populate.