-
-
Save SeanMancillas/e61144447f8cd10d2551c13e6cd02d0f to your computer and use it in GitHub Desktop.
gorgias.json
This file contains 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
{ | |
"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