Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.09 KB

File metadata and controls

12 lines (8 loc) · 1.09 KB

AddContactToList

Properties

Name Type Description Notes
emails list[str] Mandatory if IDs, EXT_ID attributes 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 list[int] Mandatory if Emails, EXT_ID attributes are not passed, ignored otherwise. Emails to add to a list. You can pass a maximum of 150 ids for addition in one request. If you need to add the emails in bulk, please prefer /contacts/import api. [optional]
ext_ids list[str] Mandatory if Emails, IDs are not passed, ignored otherwise. Emails to add to a list. You can pass a maximum of 150 extIds for addition in one request. If you need to add the emails in bulk, please prefer /contacts/import api. [optional]

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