[DOCS] Add templates import
elibroftw opened this issue · 1 comments
elibroftw commented
The docs for templates just uses templates, but what is the import?
Luismi74 commented
In this case it would be:
from postmarker.core import PostmarkClient
postmark = PostmarkClient(server_token='API_TOKEN')
postmark.templates.get(983381)