Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 687 Bytes

AddContactToList.md

File metadata and controls

9 lines (6 loc) · 687 Bytes

SibApiV3Sdk::AddContactToList

Properties

Name Type Description Notes
emails Array<String> Mandatory if IDs are not passed, ignored otherwise. 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]
ids Array<Integer> Mandatory if Emails are not passed, ignored otherwise. 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]