Skip to content

Commit 3a3514d

Browse files
author
SteveT
authored
Merge pull request #219 from darrensmith223/add-perf-substitution
Add perform_substitution
2 parents c666188 + 6d41bde commit 3a3514d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sparkpost/transmissions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'skip_suppression': 'options/skip_suppression',
2626
'ip_pool': 'options/ip_pool',
2727
'inline_css': 'options/inline_css',
28+
'perform_substitutions': 'options/perform_substitutions',
2829
'email_rfc822': 'content/email_rfc822',
2930
'custom_headers': 'content/headers',
3031
'use_draft_template': 'content/use_draft_template',
@@ -282,6 +283,8 @@ def send(self, **kwargs):
282283
:param str ip_pool: The ID of an IP pool associated with
283284
your account
284285
:param bool inline_css: Whether or not to perform CSS inlining
286+
:param bool perform_substitutions: Whether or not to enable
287+
substitutions (default is True)
285288
:param dict custom_headers: Used to set any headers associated with
286289
transmission. See `header notes
287290
<https://developers.sparkpost.com/api/transmissions.html#header-header-notes>`_

0 commit comments

Comments
 (0)