The easiest way to learn our api is to start using it. To get started first download the examples, insert your key and secret into sailthru_config.php, and begin the detailed step by step tutorials listed below or jump right in with the examples further down the page:
$sailthru->setEmail( 'joe@example.com', null, array('mylist' => 0));
$sailthru->send('Welcome Template', 'joe@example.com')
$sailthru->scheduleBlast( 'My Email Campaign', 'mylist', '7/04/11 11:00 AM', 'Sailthru Support', 'support@sailthru.com', 'Hello Everyone', 'This is where the content of the message would go' );