Sailthru_Client::processBlastQueryJob PHP Method

processBlastQueryJob() public method

Export blast data in CSV format
public processBlastQueryJob ( integer $blast_id, boolean | String $report_email = false, boolean | String $postback_url = false, array $options = [] ) : array
$blast_id integer
$report_email boolean | String
$postback_url boolean | String
$options array
return array
    public function processBlastQueryJob($blast_id, $report_email = false, $postback_url = false, array $options = [])
    {
        return $this->processJob('blast_query', ['blast_id' => $blast_id], $report_email, $postback_url, [], $options);
    }