Skip to content

Commit

Permalink
Added support for perform_substitutions transmissions option
Browse files Browse the repository at this point in the history
  • Loading branch information
darrensmith223 committed Nov 5, 2021
1 parent 2cecff0 commit 6d41bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sparkpost/transmissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +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 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 6d41bde

Please sign in to comment.