Contact lists are a collection of contacts that can be used to target campaigns.
Contact lists are created in the Movio EQ application. Once created, a contact list can be used to target campaigns. The contact list can be appended to, replaced, or deleted programmatically using the API.
The contacts will be updated in the contact list. Only the contacts that are specified in the request will be modified in the contact list. Any contacts that are not set will remain unchanged in the contact list.
The contact list to be updated.
The updated contact list.
The request could not be understood by the server due to malformed syntax.
The request has not been applied because it lacks valid authentication credentials for the target resource.
The request was well-formed but was unable to be followed due to semantic errors.
[- {
- "email": "jane.doe@example.com",
- "phone_number": "+64-09-319-7625",
- "first_name": "Jane",
- "last_name": "Doe"
}
]
[- {
- "email": "jane.doe@example.com",
- "phone_number": "+64-09-319-7625",
- "first_name": "Jane",
- "last_name": "Doe"
}
]