function Mandrill::templates_info in Mandrill 6
@link https://mandrillapp.com/api/docs/templates.html#method=info
Return value
array|Mandrill_Exception
File
- ./
mandrill.class.php, line 231
Class
Code
function templates_info($name) {
return $this
->request('templates/info', array(
'name' => $name,
));
}