Contact lists can be fed on the platform or programmatically via API.
Creating an operation enables the content of a list to be modified.
Creating an operation via API
For an operation, it is possible:
insert new contacts
to update existing contacts and insert new contacts
to replace all list contents
The data can come from a file present on the SFTP, or be transmitted via a JSON in the payload.
Following the creation of an operation on a list, an identifier is sent back. This identifier is used to :
- Follow the progress of the operation through the endpoint
/lists/{id}/operations/{operation_id}
Conclusion
It's possible to bring your list to life by creating operations. Once the operation is complete, you can view the updated list contents.