Created
January 22, 2015 23:10
-
-
Save tstachl/4693c36de8b900e5cbaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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