The GetTemplate method can be used to retrieve an existing template from your dotMailer account.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser-908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| templateId |
integer |
This is the ID number of the template which you wish to retrieve. |
required |
Return values
| template |
template |
This is the template object; it includes the generated ID and status. |