Essentialcontacts_v1Functions

Functions

Link copied to clipboard

Gets a single contact.

suspend fun getContact(argument: suspend GetContactPlainArgsBuilder.() -> Unit): GetContactResult
suspend fun getContact(contactId: String, project: String? = null): GetContactResult
Link copied to clipboard

Gets a single contact.

suspend fun getFolderContact(contactId: String, folderId: String): GetFolderContactResult