Skip to content

Commit a452d68

Browse files
author
Rich Leland
committed
Add transmission options
1 parent e8e11de commit a452d68

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

lib/SparkPost/Transmission.php

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ class Transmission extends APIResource {
3434
'template'=>'content.template_id',
3535
'trackOpens'=>'options.open_tracking',
3636
'trackClicks'=>'options.click_tracking',
37-
'useDraftTemplate'=>'use_draft_template'
37+
'useDraftTemplate'=>'use_draft_template',
38+
'startTime'=>'options.start_time',
39+
'sandbox'=>'options.sandbox',
40+
'transactional'=>'options.transactional',
41+
'inlineCss'=>'options.inline_css'
3842
];
3943

4044
/**
@@ -70,10 +74,16 @@ class Transmission extends APIResource {
7074
* 'customHeaders': array,
7175
* 'recipients': array,
7276
* 'recipientList': string,
77+
* 'attachments': array,
78+
* 'inlineImages': array,
7379
* 'template': string,
7480
* 'trackOpens': boolean,
7581
* 'trackClicks': boolean,
76-
* 'useDraftTemplate': boolean
82+
* 'useDraftTemplate': boolean,
83+
* 'startTime': string,
84+
* 'sandbox': boolean,
85+
* 'transactional': boolean,
86+
* 'inlineCss': boolean
7787
*
7888
* @param array $transmissionConfig
7989
* @return array API repsonse represented as key-value pairs

0 commit comments

Comments
 (0)