Skip to content

Instantly share code, notes, and snippets.

@benzittlau
Created October 13, 2012 19:16
Show Gist options
  • Save benzittlau/3885818 to your computer and use it in GitHub Desktop.
Save benzittlau/3885818 to your computer and use it in GitHub Desktop.
Working send template call for mandrill
m.messages 'send-template', {:template_name => "Folder Shared", :template_content => [{:name => "sharelink", :content => "<a href='www.google.com'>test link</a>"},{:name => "monkeyrewards", :content => "<a href='www.google.com'>test link</a>"}], :message => {:subject => "Folder Shared!", :from_email => "[email protected]", :to => [{:email => "[email protected]", :name => "Ben Zittlau"}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment