Navigate...

K

Add Recipients Bulk

sdk.lists.addRecipientsBulk(listId, req)

Add multiple recipients to a list in a single request. Returns the count of successfully added recipients and validation error messages for any failed rows. Duplicate addresses already in the list are silently ignored.

API key required to run methods

API Key *

Don't have an API key?Get one at dashboard.multisender.app

Base URL

listId

string

required

List ID

List ID

Items (JSON array)

Array of recipient objects

Returns

AddRecipientsBulkResult

Import summary with added count and validation errors

added

number

Number of recipients successfully added

errors

string[]

Validation error messages for failed rows

Errors

400

Validation error

400

Invalid list id

401

The request is not authorized

403

You do not have permission to access this resource

404

List not found

See Also

importFromCsv()

Import from a CSV file instead of building the array

Previous

addRecipient()

Next

importFromCsv()

Generated Code