ποΈ Create Contact Entity
You can create contacts with the next types:
ποΈ Get contact list
Returns the list of all contacts.
ποΈ Bulk delete contacts
Deletes contacts by the specified IDs, or clears all contacts if no IDs are provided.
ποΈ Get contact details
Returns detailed information about the specified contact.
ποΈ Update Contact
You can update contact with the next types:
ποΈ Delete contact
Deletes the specified contact.
ποΈ Clear recent call records
Removes all recent call records from the contact book.
ποΈ Export contacts to file
Returns a CSV file containing all contacts.
ποΈ Import contacts from file
Imports contacts from a CSV file. The maximum number of contacts is 10,000.
ποΈ Get contact list
Returns the list of all contacts.
ποΈ Create or update contacts
Creates new contacts or updates existing ones, matched by `link_id`.
ποΈ Delete contacts by Link IDs
Deletes contacts by their Link IDs.
ποΈ Clear recent call records
Removes all recent call records from the contact book.