Sailthru_Client::processUpdateJobFromUrl PHP Method

processUpdateJobFromUrl() public method

Perform a bulk update of any number of user profiles from given URL
public processUpdateJobFromUrl ( String $url, array $update = [], boolean | String $report_email = false, boolean | String $postback_url = false, array $options = [] ) : array
$url String
$update array
$report_email boolean | String
$postback_url boolean | String
$options array
return array
    public function processUpdateJobFromUrl($url, array $update = [], $report_email = false, $postback_url = false, array $options = [])
    {
        return $this->processUpdateJob('url', $url, $update, $report_email, $postback_url, [], $options);
    }