We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1193d62 commit de20a80Copy full SHA for de20a80
sparkpost/transmissions.py
@@ -87,7 +87,8 @@ def send(self, **kwargs):
87
html/text content. See `substitutions reference
88
<https://www.sparkpost.com/docs/substitutions-reference>`_.
89
:param str start_time: Delay generation of messages until this
90
- datetime.
+ datetime. Format YYYY-MM-DDTHH:MM:SS+-HH:MM. Example:
91
+ '2015-02-11T08:00:00-04:00'.
92
:param bool track_opens: Defaults to True. Used to track opens of
93
transmission
94
:param bool track_clicks: Defaults to True. Used to track clicks of
0 commit comments