With the CSV import, contacts can be quickly and easily transferred to the sync.blue® address book.
- Activate token access: In the settings of your sync.blue® address book activate the Token access option. You will receive a personal API token, which you will need for authentication during the import.
- Create a CSV file: Create a local CSV file according tothese instructions.
- Upload CSV file: Send your prepared CSV file via HTTP POST to the following URL: https://addressbook.sync.blue/storage/v1.0/addressbooks/<UID of the sync.blue® address book>/upload_csv and set the following HTTP header: Authorization: <Token>
Example with Curl
curl -F 'file=@contacts_v4.csv' \ -H 'Authorization: YOUR_API_KEY' \ https://addressbook.sync.blue/storage/v1.0/addressbooks/<UID of the sync.blue® address book>/upload_csv
Comments
0 comments
Please sign in to leave a comment.