Recently, we wrote about creating headers and footers and adding new users using the API so that you can update your Bronto account without actually logging into the Bronto application. We wanted to let you know that can also create contact fields using the API. These fields allow you to store additional information about your [...]
NOTE: You need to be comfortable with both the API and automated message rules in order to use transactional messages.
Earlier in this month, Brad wrote a blog post on getting started with transactional emails in Bronto. Today I would like to follow up on that post and discuss the process for setting up transactional messages [...]
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 [...]
Templates are single web pages that can be created with any HTML or web page editor. The designer can code particular sections of the templates with tags designated for template design. The end user can then compose a message based on the template by simply supplying the content necessary to complete each section.
Things To Keep [...]
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 [...]