What happened to all my lists?!?!? You might be asking yourself this question when you notice a curious drop in the number of contacts in one or more of your lists. If you have been using the API, your calls to updateContacts or addOrUpdateContacts may hold the answer. When you set the optional listIds property [...]
Last fall, Alex explained how to Clear Contacts From Lists in v3 of the API. You now have the same ability in v4 API using the clearLists function. All you need to do is specify the list id returned from the addLists or readLists function. After you call clearLists, all your contacts will be removed [...]
Another new feature of version 4 of the Bronto API is the ability for Agency accounts to create tokens programatically. We have already talked about how to add new accounts and how to add new users, and now with newly released function addApiTokens, Agency accounts can add tokens without having to log into the Bronto application. In this [...]
As part of version 4 of the Bronto API, we have added the ability to programatically manage your account. This is especially useful for agency and groups accounts that are bringing new client accounts online and want to minimize the amount of manual intervention. We have already discussed how to add new accounts, but what [...]
Last time we looked at the basics of Filtering Result Sets. This time we’ll look at another great new filtering mechanism that was added to version 4 of the Bronto API. In the past many of these types of filtering operations had to be performed by reading the entire contact database and then [...]