Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 677 Bytes

CreateEmailCampaignRecipients.md

File metadata and controls

22 lines (16 loc) · 677 Bytes

Brevo::CreateEmailCampaignRecipients

Properties

Name Type Description Notes
exclusion_list_ids Array<Integer> List ids to exclude from the campaign [optional]
list_ids Array<Integer> Mandatory if scheduledAt is not empty. List Ids to send the campaign to [optional]
segment_ids Array<Integer> Mandatory if listIds are not used. Segment ids to send the campaign to. [optional]

Example

require 'brevo'

instance = Brevo::CreateEmailCampaignRecipients.new(
  exclusion_list_ids: null,
  list_ids: null,
  segment_ids: null
)