BulkCreateSubscriberResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
updated | List<UpdatedSubscriberDto> | :heavy_check_mark: | An array of subscribers that were successfully updated. |
created | List<CreatedSubscriberDto> | :heavy_check_mark: | An array of subscribers that were successfully created. |
failed | List<FailedOperationDto> | :heavy_check_mark: | An array of failed operations with error messages and optional subscriber IDs. |