Contacts
Add/update contacts from external file
The method is used to import or update the contacts from an external file. The method creates new contacts and updates existing ones.
post/api/v1/contacts/upload
Request body
Example request
{
"link": "https://github.com/example-user/example-repo/blob/main/example-file.txt",
"eventKeyForNewContacts": "newContactweb"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.