Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 467 Bytes

AddContactToListByEmails.md

File metadata and controls

18 lines (12 loc) · 467 Bytes

Brevo::AddContactToListByEmails

Properties

Name Type Description Notes
emails Array<String> Emails to add to a list. You can pass a maximum of 150 emails for addition in one request. If you need to add the emails in bulk, please prefer /contacts/import api. [optional]

Example

require 'brevo'

instance = Brevo::AddContactToListByEmails.new(
  emails: null
)