EngagePod.php is a PHP client library for the Silverpop API
Most of the examples and tutorial in this section will make use of this library
Library and info at:
https://github.com/simpleweb/SilverpopPHP
first thing to use silverpop API calls is to login with your credentials
EgangePod.php helps us with the following function
1 2 3 4 5 |
$silverpop = new EngagePod(array( 'username' => 'x@email.com', 'password' => 'xxx', 'engage_server' => 4 )); |





