We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222161c commit 2c0fc5bCopy full SHA for 2c0fc5b
sparkpost/transmissions.py
@@ -32,6 +32,7 @@
32
'subject': 'content/subject',
33
'from_email': 'content/from',
34
'html': 'content/html',
35
+ 'amp_html': 'content/amp_html',
36
'text': 'content/text',
37
'template': 'content/template_id',
38
'attachments': 'content/attachments',
@@ -201,6 +202,7 @@ def send(self, **kwargs):
201
202
:param bool use_draft_template: Defaults to False. Set to true if you
203
want to send a template that is a draft
204
:param str html: HTML part of transmission
205
+ :param str amp_html: AMP HTML part of the transmission
206
:param str text: Text part of transmission
207
:param str subject: Subject of transmission
208
:param str from_email: Email that the transmission comes from. The
0 commit comments