Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1010 Bytes

File metadata and controls

12 lines (9 loc) · 1010 Bytes

brevo_csharp.Model.UpdateEmailCampaignRecipients

Properties

Name Type Description Notes
ExclusionListIds List<long?> List ids which have to be excluded from a campaign [optional]
ListIds List<long?> Lists Ids to send the campaign to. Campaign should only be updated with listIds if listIds were used to create it. REQUIRED if already not present in campaign and scheduledAt is not empty [optional]
SegmentIds List<long?> Mandatory if listIds are not used. Campaign should only be updated with segmentIds if segmentIds were used to create it. Segment ids to send the campaign to. [optional]
ExclusionSegmentIds List<long?> Segment ids which have to be excluded from a campaign. [optional]

[Back to Model list] [Back to API list] [Back to README]