forked from simpleweb/SilverpopPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
PHP API for Silverpop
License
monachilada/SilverpopPHP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Example: <?php require_once 'library/EngagePod4.php'; $username = ""; $password = ""; $databaseID = ""; $mailingID = ""; $contactsList = ""; $pod = new EngagePod4($username,$password); $lists = $pod->GetLists(18); var_dump($lists); $recipientID = $pod->addContact($databaseID, true, array("name" => "christos", "email" => "[email protected]")); $mailingID = $pod->sendEmail($mailingID, $databaseID, "API Mailing Test - ".date("d/m/Y H:i:s",time()), time() + 60); var_dump($mailingID); ?>
About
PHP API for Silverpop
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%