Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update transmissions.py #211

Merged
merged 1 commit into from
Mar 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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