Skip to content

Commit

Permalink
Merge pull request #211 from darrensmith223/patch-4
Browse files Browse the repository at this point in the history
Update transmissions.py
  • Loading branch information
Tom Mairs authored Mar 24, 2021
2 parents 5163666 + c49a967 commit 1dc212d
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 @@ -18,6 +18,7 @@
'campaign': 'campaign_id',
'start_time': 'options/start_time',
'track_opens': 'options/open_tracking',
'track_initial_opens': 'options/initial_open',
'track_clicks': 'options/click_tracking',
'transactional': 'options/transactional',
'use_sandbox': 'options/sandbox',
Expand Down Expand Up @@ -264,6 +265,8 @@ def send(self, **kwargs):
'2015-02-11T08:00:00-04:00'.
:param bool track_opens: Defaults to True. Used to track opens of
transmission
:param bool track_initial_opens: Used to track opens of
transmission with top pixel
:param bool track_clicks: Defaults to True. Used to track clicks of
transmission
:param bool use_sandbox: Flag must be set to use sandbox domain instead
Expand Down

0 comments on commit 1dc212d

Please sign in to comment.