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 [...]
OK, so your integration is running. You’re adding contacts at a dizzying pace, and then your marketing team wants to send some personalized messages and…whoops, all you have are email addresses. You neglected to push any customer data that could be used to personalize a message; first name, last name, favorite soda, etc. Whatever [...]
This post only applies to Legacy Version 3 of the API
Since conversions are in many cases the purpose for sending an email, they have been covered in great depth in previous posts. You may to start with the basics of conversion tracking and how to set it up by John Gunther. Also, as Adam Covati recently [...]