Tools and News for Developers using the AllClients Platform

Listing and Downloading Attachments

You can now list & download individual contact attachments using the API.

First, use GetContactAttachments to get a list of a contact’s attachments.

Then you can use GetAttachmentDownloadURL to download each attachment. (This function will give you a special temporary URL where you can then download the file)

Deleting Flags

You can now delete a users flag using the DeleteFlag function