# Send reminders for given campaign Sends reminders for a given campaign. The endpoint allows send reminders either to the specified list of IDs or to payout instructions in the specified statuses. If neither of the above is specified, reminders will be sent to the payout instructions that have not been excluded, requested or fulfilled. If the list of ids is specified, you can also schedule the sending window with the 'distributionPeriodInSeconds' parameter. The schedule window will be automatically calculated based on the number of payout instructions found. Endpoint: POST /v2/campaign-manager/campaigns/{campaignId}/payout-instructions/:send-reminders Version: v2 Security: oauth2 ## Path parameters: - `campaignId` (string, required) ## Request fields (application/json): - `payoutInstructionIds` (array,null) - `distributionPeriodInSeconds` (integer,null) - `numberOfPayoutInstructionsToSend` (integer,null) - `dryRun` (boolean) ## Response 200 fields (application/json): - `dryRun` (boolean) - `details` (object) - `details.batchId` (string,null) - `details.count` (integer) - `details.items` (array) - `details.items.email` (string) ## Response 400 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object) ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)