Skip to content

Commit

Permalink
Merge pull request #219 from darrensmith223/add-perf-substitution
Browse files Browse the repository at this point in the history
Add perform_substitution
  • Loading branch information
SteveT authored Nov 8, 2021
2 parents c666188 + 6d41bde commit 3a3514d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sparkpost/transmissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'skip_suppression': 'options/skip_suppression',
'ip_pool': 'options/ip_pool',
'inline_css': 'options/inline_css',
'perform_substitutions': 'options/perform_substitutions',
'email_rfc822': 'content/email_rfc822',
'custom_headers': 'content/headers',
'use_draft_template': 'content/use_draft_template',
Expand Down Expand Up @@ -282,6 +283,8 @@ def send(self, **kwargs):
:param str ip_pool: The ID of an IP pool associated with
your account
:param bool inline_css: Whether or not to perform CSS inlining
:param bool perform_substitutions: Whether or not to enable
substitutions (default is True)
:param dict custom_headers: Used to set any headers associated with
transmission. See `header notes
<https://developers.sparkpost.com/api/transmissions.html#header-header-notes>`_
Expand Down

0 comments on commit 3a3514d

Please sign in to comment.