Skip to content

Instantly share code, notes, and snippets.

@SeanMancillas
Last active January 12, 2022 20:22
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 SeanMancillas/e61144447f8cd10d2551c13e6cd02d0f to your computer and use it in GitHub Desktop.
Save SeanMancillas/e61144447f8cd10d2551c13e6cd02d0f to your computer and use it in GitHub Desktop.
gorgias.json
{
"name": "{{ticket.customer.name}}",
"email": "{{ticket.customer.email}}",
"delay": "86400",
"properties": {
"Source": "Gorgias",
"Ticket ID": "{{ticket.id}}",
"Customer ID": "{{ticket.customer.id}}",
"Ticket Tags": "{{ticket.tags}}",
"Assignee Name": "{{ticket.assignee_user.name}}",
"Assignee Email": "{{ticket.assignee_user.email}}",
"Ticket Channel": "{{ticket.channel}}",
"Ticket Subject": "{{ticket.subject}}",
"Ticket Created Time": "{{ticket.created_datetime}}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment