New Feature: Tracking when a Group Member was last modified
Tonight we have added a new feature that saves the date/time a Group Member was last modified. A Group Member's record can be modified in one of three ways:
- You, the account administrator, edits the Group Member within the JangoMail interface.
- The Group Member modified his own profile via the Group Member self-modification form that you can link to from within your e-mail campaigns.
- Via the API
Lastly, all API methods that retrieve Group member data will also pull the "LastModified" timestamp. These methods include:
Retrieves a Group member by the member's e-mail address. Returns a .NET DataSet.
Retrieves a Group member by the member's e-mail address. Returns an XML document.
Retrieves a Group member by the member's numeric ID. Returns a .NET DataSet.
Retrieves a Group member by the member's numeric ID. Returns an XML document.
Retrieves members of a group Returns a .NET DataSet.
Retrieves members of a group Returns a string
Retrieves members of a group Returns a string
