Last active
July 25, 2016 18:16
-
-
Save LiviaSarban/7ffacd530f1d7e32783d5750616e61de to your computer and use it in GitHub Desktop.
Zendesk_example.json
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
{ | |
"ticket": { | |
"subject": "{{customer.company_name}} has cancelled their account", | |
"comment": { "body": "{{event.feedback}}" }, | |
"requester": { "name": "{{customer.contact_firstName}} {{customer.contact_lastName}}", "email": "{{customer.email}}" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment