Skip to content

Commit

Permalink
add transactional option to send_all_fields.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman authored May 6, 2018
1 parent e00bac9 commit d5e1054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/transmissions/send_all_fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var key = 'YOURAPIKEY'
, transmission = {
options: {
open_tracking: true,
click_tracking: true
click_tracking: true,
transactional: true
},
campaign_id: 'christmas_campaign',
metadata: {
Expand Down

0 comments on commit d5e1054

Please sign in to comment.