Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created January 22, 2015 23:10
Show Gist options
  • Select an option

  • Save tstachl/4693c36de8b900e5cbaa to your computer and use it in GitHub Desktop.

Select an option

Save tstachl/4693c36de8b900e5cbaa to your computer and use it in GitHub Desktop.
{
"type": "email",
"subject": "Email Case Subject",
"priority": 4,
"status": "open",
"labels": [
"Spam",
"Ignore"
],
"message": {
"direction": "in",
"body": "Example body",
"to": "someone@desk.com",
"from": "someone-else@desk.com",
"subject": "My email subject"
},
"_links": {
"customer": {
"class": "customer",
"href": "/api/v2/customers/1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment