Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 462 Bytes

File metadata and controls

25 lines (15 loc) · 462 Bytes

getTemplate

Get one template (full: subject, html, text, theme). Works for your templates (tpl_…) and base templates (base_…).

HTTP: GET /api/templates/{id}

Parameters

Name In Description
id path

Returns

any

Example

res = mk.getTemplate("tpl_1")

← All methods · Docs · mailkite.dev