Subject: | adding a new contact |
Date: | Sat, 10 Apr 2010 08:38:10 -0500 |
To: | bug-email-constantcontact [...] rt.cpan.org |
From: | brad simmons <brad.simmons [...] gmail.com> |
when adding a new contact using this code:
my $new_contact = $cc->newContact('jdoe@example.com', {
FirstName => 'John',
LastName => 'Doe',
ContactLists => '4',
});
i get this error:
Contact creation request returned code 400 Bad Request at
/usr/lib/perl5/site_perl/5.8.8/Email/ConstantContact.pm line 250
should ContactLists be the list name? or list id?
what would happen if that contact already exists? would it just be updated?
have a good one,
brad simmons