Getting Started: How to call the test files in usable order.
Update start with test.cfm ------
- Get yourself an account with MailChimp.com
- Create a list at MailChimp.com
- add username & password to settings.cfm
- include settings.cfm in any test files you create as it provides the apikey for your other calls to the API. Later on I would store the API in a persistent scope or DB.
- Edit testBatchSubscriber.cfm and add subscribers to a list.
- Create a Campaign on MailChimp.com (the interface there is much richer than I could create here on the fly)
- Sent the campaign to your test list.
- Here is the list of dependencies of various test templates in cluded in the zip file:
- testLists.cfm
- links to testListMembers.cfm, which links to testMemberinfo.cfm
- testCampaign.cfm
- links to testCampaignStats.cfm (links to testStatsDetails.cfm) & testCampaignContent.cfm

There are no comments for this entry.
[Add Comment]