AddContactsToContactList
This action adds contacts to the specified contact list.
Action Parameters
| Parameter | Description |
|---|---|
| ListId | Required. The ID of the contact list to add the contacts to. |
| ContactIds | Required. An array of integers representing the contact IDs. For example: [ 123, 456 ]. |
Result
The contacts are added to the specified contact list.
Was this page helpful?