Navigate...
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 *
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
Validation error
Invalid list id
The request is not authorized
You do not have permission to access this resource
List not found
See Also
addRecipient()
Add a single recipient with full return details
importFromCsv()
Import from a CSV file instead of building the array
Generated Code