v1
latestOpenAPI 3.0.12026-07-24116117186.3 KBContacts
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"
}