GET https://webapi.mymarketing.co.il/api/templates/{id}
Get a specific template' information
Request Information
URI Parameters
Name
Description
Type
Additional information
Template id. Can be found using the endpoint "Get account's "my templates"" or in the UI(go to "Emails" -> "My Templates" -> click on your desired template -> you'll find the ID at the end of the URL).
Required
Body Parameters
None.
Response Information
Resource Description
Name
Description
Type
Additional information
The template's name
Required
The subject of the email that will be sent - for operational messages only
Template classification. Used to classify operational messages reports
Add Print Button
To which category the template will be added to. Can be found using the endpoint "Get "my templates" categories".
Template category Name. Will be the category name that is related to the category ID. Can be removed in a post/put endpoint
Campaign encoding of the given template. UTF-8 is recommended in a post/put endpoint
The template's content. A clean text (without any design to it) or HTML content. if you send HTML content please note you should use back-slash before each quatation mark.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.