(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close