Email::ExactTarget

Interface to ExactTarget's API
Download

Email::ExactTarget Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Guillaume Aubert
  • Publisher web site:
  • http://search.cpan.org/~aubertg/

Email::ExactTarget Tags


Email::ExactTarget Description

Email::ExactTarget is a Perl allows you to interact with Exact Target, an Email Service Provider. It encapsulates all the communications with the API provided by Exact Target to offer a Perl interface for managing lists and subscribers amongst other features.Please note that you will need to register with Exact Target first in order to obtain an API key and password, as well as agree with the Terms and Conditions for using the API. use Email::ExactTarget; # Create an object to communicate with Exact Target my $exact_target = Email::ExactTarget->new( 'username' => 'dummyusername', 'password' => 'dummypassword', 'all_subscribers_list_id' => 'dummyid', 'verbose' => 1, 'unaccent' => 1, );Product's homepage


Email::ExactTarget Related Software