You are here

function Mandrill::templates_list in Mandrill 6

@link https://mandrillapp.com/api/docs/templates.html#method=list

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 240

Class

Mandrill

Code

function templates_list() {
  return $this
    ->request('templates/list');
}