Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created January 22, 2015 23:10
Show Gist options
  • Save tstachl/4693c36de8b900e5cbaa to your computer and use it in GitHub Desktop.
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": "[email protected]",
"from": "[email protected]",
"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