Skip to content

Instantly share code, notes, and snippets.

@mikekelly
Created March 12, 2012 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikekelly/2024952 to your computer and use it in GitHub Desktop.
Save mikekelly/2024952 to your computer and use it in GitHub Desktop.
<control action="submit-completed-task" href="http://api.email-service.com/messages" method="POST" content-type="application/xml" >
<email>
<message>Tremendous. You finished {{task.name}}</message>
<sender>you@example.com</sender>
<recipient>you@example.com</recipient>
</email>
</control>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment