You are here

function Mandrill::templates_time_series in Mandrill 6

@link https://mandrillapp.com/api/docs/templates.html#method=time-series

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 249

Class

Mandrill

Code

function templates_time_series($name) {
  return $this
    ->request('templates/time-series', array(
    'name' => $name,
  ));
}