Skip to content

Instantly share code, notes, and snippets.

@Furzel
Created September 30, 2014 10:32
Show Gist options
  • Save Furzel/1d867b03642c6a31a0fa to your computer and use it in GitHub Desktop.
Save Furzel/1d867b03642c6a31a0fa to your computer and use it in GitHub Desktop.
Send Email to Front's public API
{
"from": "sender@provider.com",
"subject": "Email's subject",
"text_body": "Your email content in a text format",
"html_body": "Your email <b>content</b> in an <i>HTML</i> format"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment