Liking cljdoc? Tell your friends :D

full.contacts-api-client.contacts


create-clj

(create- auth contact & {:keys [team-id]})

Creates a new contact. Use :team-id to specify team instead of individual.

Creates a new contact. Use :team-id to specify team instead of individual.
sourceraw docstring

delete-clj

(delete- auth contact-id etag & {:keys [team-id]})

Deletes a contact. Use :team-id to specify team instead of individual.

Deletes a contact. Use :team-id to specify team instead of individual.
sourceraw docstring

get-clj

(get- auth contact-ids & {:keys [team-id]})

Get a list of contacts by using a list of contact ids. Use :team-id to specify team instead of individual.

Get a list of contacts by using a list of contact ids. Use :team-id to specify team instead of individual.
sourceraw docstring

manage-tagsclj

(manage-tags auth contact-ids & {:keys [add-tag-ids remove-tag-ids team-id]})

Add or remove tags from contacts.

Add or remove tags from contacts.
sourceraw docstring

scrollclj

(scroll auth & {:keys [team-id scroll-cursor include-deleted size]})

Scrolls the user's list of contacts. Use :team-id to specify team instead of individual.

Scrolls the user's list of contacts. Use :team-id to specify team instead of individual.
sourceraw docstring

(search auth query & {:keys [team-id tag-ids search-cursor size]})

Searches the user's list of contacts. Use :team-id to specify team instead of individual.

Searches the user's list of contacts. Use :team-id to specify team instead of individual.
sourceraw docstring

update-clj

(update- auth contact & {:keys [team-id]})

Updates a contact, contactId and etag are required. Use :team-id to specify team instead of individual.

Updates a contact, contactId and etag are required. Use :team-id to specify team instead of individual.
sourceraw docstring

upload-photoclj

(upload-photo auth contact-id image & {:keys [team-id]})

Uploads and prepend a photo to a contact. Use :team-id to specify team instead of individual.

Uploads and prepend a photo to a contact. Use :team-id to specify team instead of individual.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close