I have a list, and I can programatically add a new contact to it. I can use the Java API to find a campaign, and update it with a from, to, reply-to, subject, footer, etc. But two pieces are missing for me: How do I associate the email list with the campaign, as I do on the Constant Contact website when I click on the "+" to "Send to lists"? How do I run the campaign from the Java api? I reasoned that since the campaign has a "setNextRunDate" method, setting it and saving it would cause the campaign to be scheduled. No such luck. Thanks for your help, Remon
... View more