Skip to content

Instantly share code, notes, and snippets.

@LiviaSarban
Last active July 25, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiviaSarban/7ffacd530f1d7e32783d5750616e61de to your computer and use it in GitHub Desktop.
Save LiviaSarban/7ffacd530f1d7e32783d5750616e61de to your computer and use it in GitHub Desktop.
Zendesk_example.json
{
"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